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_r300203507
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/mob/DefaultMobStoreCompactor.java
##########
@@ -330,6 +327,7 @@ protected boolean performCompaction(FileDetails fd,
InternalScanner scanner, Cel
throw new InterruptedIOException(
"Interrupted while control throughput of compacting " +
compactionName);
} finally {
+ ((ShipperListener) writer).beforeShipped();
Review comment:
OK
----------------------------------------------------------------
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