bbeaudreault commented on PR #4940: URL: https://github.com/apache/hbase/pull/4940#issuecomment-1366684479
For anyone looking, the current failures are due to my attempt at optionally enabling this feature. There are some corner cases due to StoreScanner.resetKVHeap which would be tricky to handle. I need to come up with a more explicit way to enable this instead of relying on a call to checkpoint. The most obvious way would be to pipe in a new boolean in `getScanner` similar to how the `isCompaction` boolean works. This would require a lot of small changes, so I'm trying to think of alternatives. -- 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]
