kevinrr888 commented on code in PR #6028:
URL: https://github.com/apache/accumulo/pull/6028#discussion_r2632242556


##########
test/src/main/java/org/apache/accumulo/test/functional/FlushNoFileIT.java:
##########
@@ -68,7 +68,7 @@ public void test() throws Exception {
       String tableName = getUniqueNames(1)[0];
 
       NewTableConfiguration ntc = new NewTableConfiguration();
-      IteratorSetting iteratorSetting = new IteratorSetting(20, 
NullIterator.class);
+      IteratorSetting iteratorSetting = new IteratorSetting(30, 
NullIterator.class);

Review Comment:
   Yes VersioningIterator is set by default on tables with priority 20



-- 
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]

Reply via email to