DomGarguilo commented on code in PR #3968:
URL: https://github.com/apache/accumulo/pull/3968#discussion_r1433097191
##########
core/src/main/java/org/apache/accumulo/core/metadata/schema/TabletsMetadata.java:
##########
@@ -168,9 +170,19 @@ private TabletsMetadata buildExtents(AccumuloClient
client) {
scanner.setRanges(ranges);
configureColumns(scanner);
- IteratorSetting iterSetting = new IteratorSetting(100,
WholeRowIterator.class);
+ int iteratorPriority = 100;
+ IteratorSetting iterSetting =
Review Comment:
Addressed in c05549d
--
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]