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/14 02:20:20 UTC

[GitHub] [accumulo-testing] tushardhadiwal opened a new pull request #118: Adding Accumulo Availability Monitor

tushardhadiwal opened a new pull request #118: Adding Accumulo Availability Monitor
URL: https://github.com/apache/accumulo-testing/pull/118
 
 
   Monitor.Java : This file includes core code for scan operation that randomly picks a tablet server, identifies its minimum and maximum rows range and picks out 'distance' (configurable through opts) number of rows to be scanned in one iteration.
   
   MonitorOpts.java : This file is used to provide all the parameters which are taken by the Monitor Class. Interesting Options Include : Ability to set scanner sleep time , between iterations. Setting Batch Size that scanner uses internally. Setting number of iteration or continuous mode.
   
   monitor script : This follows same pattern as cingest, rwalk, performance scripts.

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