[fix](fe) Fix BackendHbResponse serialization compatibility problem (#30441)
* Similar to https://github.com/apache/doris/pull/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 `BackendHbResponse.readField` * Introduced by https://github.com/apache/doris/pull/24314
This commit is contained in:
@ -129,7 +129,6 @@ public class BackendHbResponse extends HeartbeatResponse implements Writable {
|
||||
bePort = in.readInt();
|
||||
httpPort = in.readInt();
|
||||
brpcPort = in.readInt();
|
||||
arrowFlightSqlPort = in.readInt();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user