mirror of https://github.com/apache/lucene.git
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:
parent
399a2da4ee
commit
84cdc246f4
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue