kevinrr888 commented on PR #5798: URL: https://github.com/apache/accumulo/pull/5798#issuecomment-3229510907
Made some additional changes in 4c1f4bb57b1c7f80fecb22f95da8703ad4fbeda7: * The other tests were adding splits, which would slow them down unnecessarily (tests wouldn't fail, just slower due to the slow fate split op manager being used). Removed these addSplits calls since they weren't necessary for those tests. * `final int MAX_EXPECTED_TAG_LEN = 128;` -> `final int MAX_EXPECTED_TAG_LEN = 512;` due to long metric tags for new metrics created. Will include this in the follow on issue I make to decrease this back to 128. -- 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-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org