Co-authored-by: Howard <danielhuang@tencent.com>
This commit is contained in:
parent
f67fee387b
commit
affc3954e6
|
@ -121,7 +121,7 @@ public class RoutingNode implements Iterable<ShardRouting> {
|
|||
|
||||
/**
|
||||
* Add a new shard to this node
|
||||
* @param shard Shard to crate on this Node
|
||||
* @param shard Shard to create on this Node
|
||||
*/
|
||||
void add(ShardRouting shard) {
|
||||
assert invariant();
|
||||
|
|
Loading…
Reference in New Issue