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 2019/11/18 21:22:13 UTC

[GitHub] [accumulo] keith-turner opened a new pull request #1437: Streamline passing scan parameters within tserver

keith-turner opened a new pull request #1437: Streamline passing scan parameters within tserver
URL: https://github.com/apache/accumulo/pull/1437
 
 
   While working on #1383 I found it difficult to get caching parameters
   from one part of the tserver to another for a scan.  The difficulty was
   caused by many methods with many parameters that were mostly the same.
   This commit changes the code to pass a single object around.
   
   I decided to make these changes separate from #1383 inorder to make it
   easier to review the changes for #1383.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services