richardantal commented on PR #7660: URL: https://github.com/apache/hbase/pull/7660#issuecomment-3996380977
Thanks Duo, It fixes the problem. In PhoenixMetricsIT we have tests for it https://github.com/richardantal/phoenix-1/blob/dff56a6946585944d1e34dd28de1b135d60ff425/phoenix-core/src/it/java/org/apache/phoenix/monitoring/PhoenixMetricsIT.java#L217-L220 With the 10 rows that we currently inserted it failed, most probably because of what Istvan mentioned that none of the operations took more than 0.5 ms. When I increased the number of rows to 2500 it passed. -- 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]
