z-york commented on a change in pull request #3426:
URL: https://github.com/apache/hbase/pull/3426#discussion_r658928369



##########
File path: 
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/Region.java
##########
@@ -92,7 +92,7 @@
    * <p>Use with caution.  Exposed for use of fixup utilities.
    * @return a list of the Stores managed by this region
    */
-  List<? extends Store> getStores();
+  Collection<? extends Store> getStores();

Review comment:
       Whoops, I accidentally looked at HRegion instead of Region when 
reviewing the IA. Since Region is exposed to CPs, I guess it's not safe to make 
this change.




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


Reply via email to