mirror of https://github.com/apache/lucene.git
SOLR-3126: restore old deletes via tlog so peersync won't reorder
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1290941 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3bbd90ebd5
commit
e2ebd116a1
|
@ -317,7 +317,7 @@ public class PeerSync {
|
|||
return true;
|
||||
}
|
||||
|
||||
if (toRequest.size() > maxRequests) {
|
||||
if (toRequest.size() > maxUpdates) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue