Skip to content

Commit

Permalink
logging tweaks
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x@1369107 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markrmiller committed Aug 3, 2012
1 parent 156662e commit 6154737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solr/core/src/java/org/apache/solr/cloud/ZkController.java
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ public String register(String coreName, final CoreDescriptor desc, boolean recov
if (tries == 60) {
throw new SolrException(ErrorCode.SERVER_ERROR,
"There is conflicting information about the leader of shard: "
+ cloudDesc.getShardId());
+ cloudDesc.getShardId() + " our state says:" + leaderUrl + " but zookeeper says:" + cloudStateLeader);
}
Thread.sleep(1000);
tries++;
Expand Down

0 comments on commit 6154737

Please sign in to comment.