HorizonNet commented on a change in pull request #547: HBASE-22899 logging
improvements for snapshot operations w/large manifests
URL: https://github.com/apache/hbase/pull/547#discussion_r318306037
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/snapshot/RestoreSnapshotHelper.java
##########
@@ -552,7 +554,8 @@ private void restoreRegion(final RegionInfo regionInfo,
}
for (SnapshotRegionManifest.StoreFile storeFile: familyEntry.getValue())
{
- LOG.trace("Adding HFileLink " + storeFile.getName() + " to table=" +
tableName);
+ LOG.trace("Adding HFileLink (Not present in the table) " +
storeFile.getName() + " of snapshot "
Review comment:
Checkstyle complains about this line (see build results). Please fix the
issue.
----------------------------------------------------------------
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