tushardhadiwal opened a new pull request #118: URL: https://github.com/apache/accumulo-testing/pull/118
Initial code for an accumulo availability monitor which poses as a synthetic user and is doing scans of random values across various tablet servers and capturing timing information related to how long such scans take in order get a overall judgement of availability of all tablet servers. 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: [email protected]
