szetszwo opened a new pull request, #5622:
URL: https://github.com/apache/ozone/pull/5622
## What changes were proposed in this pull request?
In ContainerStateMachine, the startTransaction(..) method has already
validated the token. The applyTransaction(..) should not validate the same
token again.
A problem is that the token may expire later on. Then, a server may not be
able to re-apply the same transaction when replaying the RaftLog after server
restart.
## What is the link to the Apache JIRA
HDDS-9697
## How was this patch tested?
New unit test.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]