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 58402bd commit 63bbea8Copy full SHA for 63bbea8
server/src/main/java/org/elasticsearch/cluster/ClusterInfo.java
@@ -204,6 +204,8 @@ public Iterator<? extends ToXContent> toXContentChunked(ToXContent.Params params
204
return builder.endObject(); // NodeAndPath
205
}),
206
endArray() // end "reserved_sizes"
207
+ // NOTE: We don't serialize shardHeapUsages at this stage, to avoid
208
+ // committing to API payloads until the feature is settled
209
);
210
}
211
0 commit comments