ctubbsii commented on a change in pull request #642: Remove reliance on the 
srv:dir property. Make new volume choice at a …
URL: https://github.com/apache/accumulo/pull/642#discussion_r217182465
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/conf/Property.java
 ##########
 @@ -896,7 +896,14 @@
       "The sampling percentage to use for replication traces"),
   REPLICATION_RPC_TIMEOUT("replication.rpc.timeout", "2m", 
PropertyType.TIMEDURATION,
       "Amount of time for a single replication RPC call to last before failing"
-          + " the attempt. See replication.work.attempts.");
+          + " the attempt. See replication.work.attempts."),
+  VOLUME_CHOOSER_UPDATE_INTERVAL("general.volume.chooser.update.interval", 
"2h",
 
 Review comment:
   Choosers should be given enough information so they have the option of 
selecting a preferred set of volumes based on previous choices for the same 
tablet... so they can avoid such scenarios. Currently, I believe choosers get 
to see the tabletId or KeyExtent

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to