mnpoonia commented on PR #6129:
URL: https://github.com/apache/hbase/pull/6129#issuecomment-2260286887
@Apache9 - the problem with master start code is that if we are running 5
masters and one of the master which have highest start code creates the
procedure and aborts. Now since all other masters have start code smaller this
check
```
if (masterStartCodeFromProc > server.getStartcode())
```
will always pass and we will always throw exception. So instead of using the
master start code we should be using master active time for this check.
--
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]