mirror of https://github.com/apache/lucene.git
remove stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1498526 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc83bebe47
commit
b48deb09df
|
@ -279,7 +279,6 @@ public class SyncStrategy {
|
||||||
}
|
}
|
||||||
|
|
||||||
private void requestRecovery(final ZkNodeProps leaderProps, final String baseUrl, final String coreName) throws SolrServerException, IOException {
|
private void requestRecovery(final ZkNodeProps leaderProps, final String baseUrl, final String coreName) throws SolrServerException, IOException {
|
||||||
// TODO: do this in background threads
|
|
||||||
Thread thread = new Thread() {
|
Thread thread = new Thread() {
|
||||||
{
|
{
|
||||||
setDaemon(true);
|
setDaemon(true);
|
||||||
|
|
Loading…
Reference in New Issue