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 ef4e1ba commit 834a86fCopy full SHA for 834a86f
server/src/main/java/org/opensearch/index/shard/IndexingStats.java
@@ -177,7 +177,7 @@ public Stats(StreamInput in) throws IOException {
177
isThrottled = in.readBoolean();
178
throttleTimeInMillis = in.readLong();
179
if (in.getVersion().onOrAfter(Version.V_3_1_0)) {
180
- maxLastIndexRequestTimestamp = in.readVLong();
+ maxLastIndexRequestTimestamp = in.readZLong();
181
} else {
182
maxLastIndexRequestTimestamp = 0L;
183
}
0 commit comments