ctubbsii commented on code in PR #5913:
URL: https://github.com/apache/accumulo/pull/5913#discussion_r2373663266


##########
test/src/main/java/org/apache/accumulo/test/ScanServerIT.java:
##########
@@ -103,7 +103,6 @@ public void configureMiniCluster(MiniAccumuloConfigImpl cfg,
 
       cfg.setProperty(Property.MANAGER_TABLET_GROUP_WATCHER_INTERVAL, "5");
       cfg.setProperty(Property.TSERV_ONDEMAND_UNLOADER_INTERVAL, "10");
-      
cfg.setProperty("table.custom.ondemand.unloader.inactivity.threshold.seconds", 
"15");

Review Comment:
   I'm confused. Why were they hosted if hosting was never requested?
   If hosting was requested, what controls their inactivity time (i.e. what's 
the expected purpose of this property?)
   
   It seems like the tests were trying to test tablet unload inactivity. If 
inactivity is not controlled through this property in any way that matters, are 
these tests even valid for what they were trying to test?



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