add to error msg

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1411789 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-11-20 18:48:17 +00:00
parent 399a2da4ee
commit 84cdc246f4
1 changed files with 1 additions and 1 deletions

View File

@ -1020,7 +1020,7 @@ public final class ZkController {
}
throw new SolrException(ErrorCode.SERVER_ERROR,
"Could not get shard_id for core: " + coreName);
"Could not get shard_id for core: " + coreName + " coreNodeName:" + shardZkNodeName);
}
public static void uploadToZK(SolrZkClient zkClient, File dir, String zkPath) throws IOException, KeeperException, InterruptedException {