apurtell commented on a change in pull request #2681:
URL: https://github.com/apache/hbase/pull/2681#discussion_r527923873



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/RegionCoprocessorHost.java
##########
@@ -578,7 +576,7 @@ public void call(RegionObserver oserver, 
ObserverContext<RegionCoprocessorEnviro
    * @param selected The store files selected to compact
    * @param request custom compaction
    */
-  public void postCompactSelection(final Store store, final 
ImmutableList<StoreFile> selected,

Review comment:
       Downstream consequence of a RegionObserver API fix. This method should 
not receive Guava's ImmutableList as type, it should simply be List. Using 
ImmutableList to represent the fact that this list is, and should be, 
immutable, is nice, but binds a LimitedPrivate interface to the vagaries of 
Guava's frequent breaking changes as it itself evolves.




----------------------------------------------------------------
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]


Reply via email to