jojochuang commented on a change in pull request #2372:
URL: https://github.com/apache/hbase/pull/2372#discussion_r487206991
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/replication/regionserver/MetricsSource.java
##########
@@ -71,8 +74,8 @@ public MetricsSource(String id) {
* @param globalSourceSource Class to monitor global-scoped metrics
*/
public MetricsSource(String id, MetricsReplicationSourceSource
singleSourceSource,
- MetricsReplicationSourceSource globalSourceSource,
- Map<String, MetricsReplicationSourceSource>
singleSourceSourceByTable) {
+ MetricsReplicationGlobalSourceSource globalSourceSource,
Review comment:
Would it be possible to keep the existing API?
----------------------------------------------------------------
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]