dlmarion commented on PR #2665: URL: https://github.com/apache/accumulo/pull/2665#issuecomment-1151357227
I started up a 2 node cluster from commit `fcd2738` and my accumulo-testing [branch ](https://github.com/dlmarion/accumulo-testing/tree/ci-verify-consistency-level) which includes changes to set the consistency level for the continuous walker, batch walker, scanner, and verify applications. I loaded data for an hour using `cingest ingest`, then used `cingest verify` jobs to test my changes in commits abcd8a7, 406df63, and c7dd148. The first job ran with consistency level `IMMEDIATE` (which uses the tserver) and the second job ran with `EVENTUAL` (which uses the sserver). I confirmed that the scans during the second job showed up on the Active Scans page in the monitor and confirmed that the metrics worked using Grafana. In the Grafana screenshot below you can see the end of the ingest process happening and then the two verify jobs, first one using the tserver and the second one using the sserver.  I should also note that the verify jobs both came back with the same results. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
