2005hithlj commented on PR #4780:
URL: https://github.com/apache/hbase/pull/4780#issuecomment-1247461246

   > I think we should add the check in AsyncBufferedMutator? BufferedMutator 
is just a delegation of AsyncBufferedMutator.
   @Apache9  sir. Thanks for your review.
   Although BufferedMutator is a delegation of AsyncBufferedMutator, but 
BufferedMutatorOverAsyncBufferedMutator#mutate does not directly call 
AsyncBufferedMutator#mutate, so it needs to be done in both 
BufferedMutatorOverAsyncBufferedMutator#mutate and AsyncBufferedMutator#mutate.
   And I did it in the new commit.
   


-- 
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]

Reply via email to