ZanderXu opened a new pull request, #5123: URL: https://github.com/apache/hadoop/pull/5123
### Description of PR Jira: [HDFS-16837](https://issues.apache.org/jira/browse/HDFS-16837) ClientGSIContext should merge local and remote RouterFederatedState to get the max state id for each namespace. And the related code as bellows: ``` @Override public synchronized void receiveResponseState(RpcResponseHeaderProto header) { if (header.hasRouterFederatedState()) { // BUG here routerFederatedState = header.getRouterFederatedState(); } else { lastSeenStateId.accumulate(header.getStateId()); } } ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-issues-h...@hadoop.apache.org