mirror of https://github.com/apache/kafka.git
fix
This commit is contained in:
parent
b6b71021ef
commit
73f0257972
|
@ -701,7 +701,7 @@ class KafkaRequestHandlerTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
def testGlobalSharedThreadCounter(): Unit = {
|
def testRequestThreadMetrics(): Unit = {
|
||||||
val time = Time.SYSTEM
|
val time = Time.SYSTEM
|
||||||
val metricsBroker = new RequestChannelMetrics(java.util.Set.of[ApiKeys])
|
val metricsBroker = new RequestChannelMetrics(java.util.Set.of[ApiKeys])
|
||||||
val metricsController = new RequestChannelMetrics(java.util.Set.of[ApiKeys])
|
val metricsController = new RequestChannelMetrics(java.util.Set.of[ApiKeys])
|
||||||
|
|
Loading…
Reference in New Issue