mirror of https://github.com/apache/lucene.git
Remove unused local (targetShard) in SliceMutator.
This commit is contained in:
parent
1d2be1df7b
commit
85603b0eca
|
@ -184,7 +184,6 @@ public class SliceMutator {
|
||||||
String routeKey = message.getStr("routeKey");
|
String routeKey = message.getStr("routeKey");
|
||||||
String range = message.getStr("range");
|
String range = message.getStr("range");
|
||||||
String targetCollection = message.getStr("targetCollection");
|
String targetCollection = message.getStr("targetCollection");
|
||||||
String targetShard = message.getStr("targetShard");
|
|
||||||
String expireAt = message.getStr("expireAt");
|
String expireAt = message.getStr("expireAt");
|
||||||
|
|
||||||
DocCollection collection = clusterState.getCollection(collectionName);
|
DocCollection collection = clusterState.getCollection(collectionName);
|
||||||
|
|
Loading…
Reference in New Issue