keith-turner commented on PR #4242:
URL: https://github.com/apache/accumulo/pull/4242#issuecomment-1944017514
This comment is not for a change on this PR, it just a discussion comment
about eventually adding the functionality in this PR to ZK store. To add
support for this in ZK store it seems like somehow we need the information
about expected status for an operation pushed up into AbstractFateStore and
then ieach mpl can enforce the expectation. For example somehow we put the
fact that delete() expects statuses {X,Y,Z} in AbstractFateStore and then both
stores check this requirement in their own way. Then the existing ITs that
test both stores can verify these status checks are working.
--
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]