Umeshkumar9414 commented on code in PR #6129:
URL: https://github.com/apache/hbase/pull/6129#discussion_r1721038304
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/master/procedure/RSProcedureDispatcher.java:
##########
@@ -441,7 +441,9 @@ protected final void remoteCallFailed(final
MasterProcedureEnv env, final IOExce
private static OpenRegionRequest buildOpenRegionRequest(final
MasterProcedureEnv env,
final ServerName serverName, final List<RegionOpenOperation> operations) {
final OpenRegionRequest.Builder builder = OpenRegionRequest.newBuilder();
- builder.setServerStartCode(serverName.getStartcode());
+ builder.setServerStartCode(serverName.getStartCode());
+ builder.setInitiatingMasterActiveTime(operations.stream()
Review Comment:
done
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]