Skip to content

Commit

Permalink
another round of comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Naireen committed Jan 17, 2025
1 parent f02a194 commit 925290b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public double getAccumulatedBucketSize(int endIndex) {
}

@Test
public void testConvert_successfulyConvertCounters() {
public void testConvert_successfullyConvertCounters() {
String step = "testStepName";
Map<MetricName, LockFreeHistogram.Snapshot> emptyHistograms = new HashMap<>();
Map<MetricName, Long> counters = new HashMap<MetricName, Long>();
Expand Down Expand Up @@ -374,7 +374,7 @@ public void testConvert_convertCountersAndHistograms() {
}

@Test
public void testConvert_successfulyConvertGauges() {
public void testConvert_successfullyConvertGauges() {
String step = "testStepName";
Map<MetricName, LockFreeHistogram.Snapshot> emptyHistograms = new HashMap<>();
Map<MetricName, Long> counters = new HashMap<MetricName, Long>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ abstract class KafkaMetricsImpl implements KafkaMetrics {

abstract ConcurrentHashMap<String, ConcurrentLinkedQueue<Duration>> perTopicRpcLatencies();

static ConcurrentHashMap<String, Gauge> backlogGauges = new ConcurrentHashMap<String, Gauge>();

abstract ConcurrentHashMap<String, Long> perTopicPartitionBacklogs();

abstract AtomicBoolean isWritable();
Expand Down

0 comments on commit 925290b

Please sign in to comment.