You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by GitBox <gi...@apache.org> on 2019/02/20 00:02:39 UTC

[GitHub] keith-turner opened a new pull request #1072: Identify nofification scan as type in execution hint #1055

keith-turner opened a new pull request #1072: Identify nofification scan as type in execution hint #1055
URL: https://github.com/apache/fluo/pull/1072
 
 
   With these changes and the changes in apache/accumulo#972, the following accumulo config should run notification scans in their own executor.
   
   ```
   config -s tserver.scan.executors.background.threads=1
   config -t stresso -s table.scan.dispatcher=org.apache.accumulo.core.spi.scan.SimpleScanDispatcher
   config -t stresso -s table.scan.dispatcher.opts.executor.fluo-ntfy=background
   ```

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