We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9502e commit d717748Copy full SHA for d717748
server/src/main/java/org/opensearch/cluster/node/DiscoveryNode.java
@@ -360,7 +360,7 @@ public DiscoveryNode(StreamInput in) throws IOException {
360
361
@Override
362
public void writeTo(StreamOutput out) throws IOException {
363
- if (out.getVersion().onOrAfter(Version.V_3_0_0)) {
+ if (out.getVersion().onOrAfter(Version.V_2_17_0)) {
364
writeToUtil(out, false);
365
} else {
366
writeToUtil(out, true);
0 commit comments