From c039b1b2cee7d5c1c6e7c2c5feb940815673e968 Mon Sep 17 00:00:00 2001 From: Ryan Ernst Date: Wed, 7 Jan 2026 08:01:31 -0800 Subject: [PATCH] Fix name of started time field in shutdown status (#139910) This commit adjusts the field name indicated the time a shutdown started to be consistent with other millis based times, using the `_millis` suffix with an underscore. Note that this API is private so making rest changes without bwc is ok. closes #139543 --- .../cluster/metadata/SingleNodeShutdownMetadata.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/server/src/main/java/org/elasticsearch/cluster/metadata/SingleNodeShutdownMetadata.java b/server/src/main/java/org/elasticsearch/cluster/metadata/SingleNodeShutdownMetadata.java index b88cda144ddf2..ec8a0289cd76f 100644 --- a/server/src/main/java/org/elasticsearch/cluster/metadata/SingleNodeShutdownMetadata.java +++ b/server/src/main/java/org/elasticsearch/cluster/metadata/SingleNodeShutdownMetadata.java @@ -38,7 +38,10 @@ public class SingleNodeShutdownMetadata implements SimpleDiffable