Skip to content

Commit 63bbea8

Browse files
committed
Note about not serializing shardHeapUsages
1 parent 58402bd commit 63bbea8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/src/main/java/org/elasticsearch/cluster/ClusterInfo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ public Iterator<? extends ToXContent> toXContentChunked(ToXContent.Params params
204204
return builder.endObject(); // NodeAndPath
205205
}),
206206
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
207209
);
208210
}
209211

0 commit comments

Comments
 (0)