2005hithlj commented on PR #4780: URL: https://github.com/apache/hbase/pull/4780#issuecomment-1247492296
> > > 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. > > But finally they will go into the mutate(List) method? We just need to add checks there? -- 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]
