openinx commented on a change in pull request #341: HBASE-22582 The Compaction
writer may access the lastCell whose memor…
URL: https://github.com/apache/hbase/pull/341#discussion_r298090954
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/DefaultMobStoreCompactor.java
##########
@@ -331,6 +327,7 @@ protected boolean performCompaction(FileDetails fd,
InternalScanner scanner, Cel
"Interrupted while control throughput of compacting " +
compactionName);
} finally {
throughputController.finish(compactionName);
+ ((ShipperListener) writer).beforeShipped();
Review comment:
Yeah, I will provide a UT to address this bug but am working on other
things now... will update this patch later.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services