wrong serialization of shardId
This commit is contained in:
parent
d848ab3df3
commit
c2d02e4e3a
|
@ -104,6 +104,6 @@ public class ShardId implements Serializable, Streamable {
|
|||
|
||||
@Override public void writeTo(StreamOutput out) throws IOException {
|
||||
index.writeTo(out);
|
||||
out.writeInt(shardId);
|
||||
out.writeVInt(shardId);
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue