Umeshkumar9414 commented on code in PR #6129:
URL: https://github.com/apache/hbase/pull/6129#discussion_r1698998000
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java:
##########
@@ -2254,7 +2255,7 @@ public void postOpenDeployTasks(final
PostOpenDeployContext context) throws IOEx
// Notify master
if (
!reportRegionStateTransition(new
RegionStateTransitionContext(TransitionCode.OPENED,
- openSeqNum, openProcId, masterSystemTime, r.getRegionInfo()))
+ openSeqNum, openProcId, masterSystemTime, r.getRegionInfo(),
masterStartCode))
Review Comment:
yeah this is different. More info -
https://issues.apache.org/jira/browse/HBASE-13709
--
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]