This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new d54ac45eabb branch-4.0: [fix](fe)fix fe info lost start time #56451
(#56492)
d54ac45eabb is described below
commit d54ac45eabb72859640bcfb574d3abccdb5c4ca8
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 27 09:54:17 2025 +0800
branch-4.0: [fix](fe)fix fe info lost start time #56451 (#56492)
Cherry-picked from #56451
Co-authored-by: koarz <[email protected]>
---
.../src/main/java/org/apache/doris/system/FrontendHbResponse.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/system/FrontendHbResponse.java
b/fe/fe-core/src/main/java/org/apache/doris/system/FrontendHbResponse.java
index e489bb9eb1d..0bbc72008dd 100644
--- a/fe/fe-core/src/main/java/org/apache/doris/system/FrontendHbResponse.java
+++ b/fe/fe-core/src/main/java/org/apache/doris/system/FrontendHbResponse.java
@@ -62,7 +62,7 @@ public class FrontendHbResponse extends HeartbeatResponse
implements Writable {
this.replayedJournalId = replayedJournalId;
this.hbTime = hbTime;
this.version = version;
- this.processUUID = processUUID;
+ this.feStartTime = feStartTime;
this.diskInfos = diskInfos;
this.processUUID = processUUID;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]