keith-turner opened a new issue, #4478:
URL: https://github.com/apache/accumulo/issues/4478

   **Is your feature request related to a problem? Please describe.**
   
   In an IDE a user could discover the 
[setConsistencyLevel](https://github.com/apache/accumulo/blob/714fdb7e1ac949eebb05fbe6d0fd7fe36c20d5f9/core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java#L382)
 method and  
[ConsitencyLevel.EVENTUAL](https://github.com/apache/accumulo/blob/714fdb7e1ac949eebb05fbe6d0fd7fe36c20d5f9/core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java#L56)
 by exploring methods on Scanner.  Once here this is no indication of how to 
use scan servers at run time.
   
   **Describe the solution you'd like**
   
   Provide breadcrumbs in setConsistencyLevel or ConsistencyLevel.EVENTUAL 
javadoc that helps find further information on how to use scan servers at 
runtime.
   
   **Additional context**
   
   #4463 is related.


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