foster33 commented on a change in pull request #2122:
URL: https://github.com/apache/accumulo/pull/2122#discussion_r644018023
##########
File path:
core/src/main/java/org/apache/accumulo/core/clientImpl/OfflineIterator.java
##########
@@ -284,7 +284,7 @@ private TabletMetadata getTabletFiles(Range nextRange) {
// possible race condition here, if table is renamed
String tableName = Tables.getTableName(context, tableId);
AccumuloConfiguration acuTableConf =
- new
ConfigurationCopy(context.tableOperations().getProperties(tableName));
+ new
ConfigurationCopy(context.tableOperations().getPropertiesMap(tableName));
Review comment:
I have not made any changes to this part. I felt as though it might be
better for someone with more experience with the use and nature of the
ConfigurationCopy constructor to make the decision on 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.
For queries about this service, please contact Infrastructure at:
[email protected]