James Taylor created PHOENIX-2560:
-------------------------------------
Summary: PhoenixMetricsIT test failures
Key: PHOENIX-2560
URL: https://issues.apache.org/jira/browse/PHOENIX-2560
Project: Phoenix
Issue Type: Bug
Reporter: James Taylor
My commit for PHOENIX-2558 seems to have broken a few metrics test. Any ideas,
[~samarthjain]?
{code}
Running org.apache.phoenix.monitoring.PhoenixMetricsIT
Tests run: 17, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 65.968 sec <<<
FAILURE! - in org.apache.phoenix.monitoring.PhoenixMetricsIT
testMetricsForUpsertSelectWithAutoCommit(org.apache.phoenix.monitoring.PhoenixMetricsIT)
Time elapsed: 3.772 sec <<< FAILURE!
java.lang.AssertionError: Unequal values for metric MUTATION_BYTES
expected:<5600> but was:<16240>
at
org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsHaveSameValues(PhoenixMetricsIT.java:654)
at
org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:643)
at
org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectWithAutoCommit(PhoenixMetricsIT.java:462)
testMetricsForUpsertSelectSameTable(org.apache.phoenix.monitoring.PhoenixMetricsIT)
Time elapsed: 2.878 sec <<< FAILURE!
java.lang.AssertionError: Unequal values for metric MUTATION_BYTES
expected:<5600> but was:<16240>
at
org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsHaveSameValues(PhoenixMetricsIT.java:654)
at
org.apache.phoenix.monitoring.PhoenixMetricsIT.assertMetricsAreSame(PhoenixMetricsIT.java:643)
at
org.apache.phoenix.monitoring.PhoenixMetricsIT.testMetricsForUpsertSelectSameTable(PhoenixMetricsIT.java:615)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)