wchevreuil commented on a change in pull request #3617:
URL: https://github.com/apache/hbase/pull/3617#discussion_r695018464
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/storefiletracker/DefaultStoreFileTracker.java
##########
@@ -33,7 +33,7 @@
@InterfaceAudience.Private
class DefaultStoreFileTracker extends StoreFileTrackerBase {
- public DefaultStoreFileTracker(Configuration conf, TableName tableName,
boolean isPrimaryReplica,
+ public DefaultStoreFileTracker(Configuration conf, TableName tableName,
Boolean isPrimaryReplica,
Review comment:
It was giving me a nosuchmethod error with the ReflectionUtils method I
was using. Switched to use ReflectionUtils.newInstance fixed this.
--
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]