[fix](fe) Fix FrontendHbResponse serialization compatibility problem (#30337)
* Between branch-1.2-lts and branch-2.1, `FrontendHbResponse` has upgrade compatiblity problem, because `arrowFlightSqlPort` field, only metaVerserion less than FeMetaVersion.VERSION_121 will call `FrontendHbResponse.readField` * Introduced by https://github.com/apache/doris/pull/24314
This commit is contained in:
@ -120,7 +120,6 @@ public class FrontendHbResponse extends HeartbeatResponse implements Writable {
|
||||
name = Text.readString(in);
|
||||
queryPort = in.readInt();
|
||||
rpcPort = in.readInt();
|
||||
arrowFlightSqlPort = in.readInt();
|
||||
replayedJournalId = in.readLong();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user