You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "cshannon (via GitHub)" <gi...@apache.org> on 2023/03/25 18:39:35 UTC

[GitHub] [accumulo] cshannon commented on pull request #3250: Added On-Demand table feature

cshannon commented on PR #3250:
URL: https://github.com/apache/accumulo/pull/3250#issuecomment-1483893531

   I tested this out quite a bit today using Uno and so far so good. The instructions need to be updated though with new property names. I couldn't figure out why the tables were not unloading and then I did some debugging and it looks like things got renamed.
   
   The instructions say to set: 
   
   ```properties
   manager.tablet.watcher.interval=15s
   table.ondemand.tablet.unloader.interval=1m
   table.custom.ondemand.unloader.inactivity.threshold=120000
   ```
   But this should now be:
   
   ```properties
   manager.tablet.watcher.interval=15s
   #table renamed to tserver
   tserver.ondemand.tablet.unloader.interval=1m
   #seconds appended to the end
   table.custom.ondemand.unloader.inactivity.threshold.seconds=120
   ```


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org