virajjasani commented on a change in pull request #1462: HBASE-24148: Upgrade
Thrift to 0.13.0
URL: https://github.com/apache/hbase/pull/1462#discussion_r406333324
##########
File path:
hbase-mapreduce/src/test/java/org/apache/hadoop/hbase/snapshot/TestExportSnapshotAdjunct.java
##########
@@ -119,8 +119,7 @@ public void testExportRetry() throws Exception {
conf.setBoolean(ExportSnapshot.Testing.CONF_TEST_FAILURE, true);
conf.setInt(ExportSnapshot.Testing.CONF_TEST_FAILURE_COUNT, 2);
conf.setInt("mapreduce.map.maxattempts", 3);
- TestExportSnapshot.testExportFileSystemState(conf, tableName,
- Bytes.toBytes(snapshotName), Bytes.toBytes(snapshotName),
+ TestExportSnapshot.testExportFileSystemState(conf, tableName,
snapshotName, snapshotName,
Review comment:
Please resolve conflicts, this one is taken care of.
Thanks
----------------------------------------------------------------
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