Github user mjwall commented on a diff in the pull request: https://github.com/apache/accumulo/pull/291#discussion_r133198698 --- Diff: server/tserver/src/main/java/org/apache/accumulo/tserver/metrics/Metrics2TabletServerMinCMetrics.java --- @@ -17,10 +17,9 @@ package org.apache.accumulo.tserver.metrics; import org.apache.accumulo.server.metrics.Metrics; -import org.apache.hadoop.metrics2.MetricsCollector; -import org.apache.hadoop.metrics2.MetricsRecordBuilder; -import org.apache.hadoop.metrics2.MetricsSource; -import org.apache.hadoop.metrics2.MetricsSystem; +import org.apache.accumulo.server.metrics.MetricsSystemHelper; +import org.apache.hadoop.metrics2.*; --- End diff -- this is why travis failed, checkstyle violation
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---