You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2018/08/02 16:56:26 UTC

[GitHub] keith-turner commented on a change in pull request #571: Add scanner execution hints #555

keith-turner commented on a change in pull request #571: Add scanner execution hints #555
URL: https://github.com/apache/accumulo/pull/571#discussion_r207300117
 
 

 ##########
 File path: core/src/main/java/org/apache/accumulo/core/client/ScannerBase.java
 ##########
 @@ -286,4 +292,18 @@
    * @since 1.8.0
    */
   String getClassLoaderContext();
+
+  /**
+   * Set hints for the configured {@link ScanPrioritizer} and {@link ScanDispatcher}. These hints
+   * are available on the server side via {@link ScanInfo#getExecutionHints()} Depending on the
+   * configuration, these hints may be ignored. These hints should never impacts what data is
 
 Review comment:
   Should be able to say that as long as iterators are never given access to the hints on the server side.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services