mirror of https://github.com/apache/lucene.git
SOLR-7337: ZkController.registerConfListenerForCore should add the dir name it can't find to the message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1670808 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dabb2993fa
commit
b9a883625b
|
@ -2282,7 +2282,7 @@ public final class ZkController {
|
|||
}
|
||||
});
|
||||
} else {
|
||||
throw new SolrException(ErrorCode.SERVER_ERROR, "This conf directory is not valid");
|
||||
throw new SolrException(ErrorCode.SERVER_ERROR, "This conf directory is not valid "+ confDir);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue