sunhelly commented on pull request #3436: URL: https://github.com/apache/hbase/pull/3436#issuecomment-871113549
> Sorry, I do not fully understand the problem here. > > Skimmed the code, the change is to use RegionScanner directly instead of the get method. Does this mean the get method is broken as it releases the ByteBuff too early? But I think we use this method everywhere in the HRegion class, we do not need to change them? > > Thanks. Hi, @Apache9 , yes the get method is broken, the other places using this method should also be changed. -- 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]
