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/06/09 00:11:51 UTC

[GitHub] keith-turner opened a new pull request #526: ACCUMULO-4074 WIP

keith-turner opened a new pull request #526:  ACCUMULO-4074 WIP
URL: https://github.com/apache/accumulo/pull/526
 
 
   Posting this for review, made following changes on top of #510.  
   
    * Created API for prioritizing scans that avoids plugins accessing internal types.
    * Made it possible to configure a comparator for each scan executor.  Was previously a single comparator type for all executors.
    * Made it possible to pass options for comparator creation
    * Made it possible to configure a per table dispatcher.  This dispatcher chooses which scan executor to use.
    * Fixed comparator type casting.  I don't think the comparators in #510 worked because the Runnables were never the type expected.  Also, abstracted all of this away from a user who may write a comparator.
   
   

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