mjsax commented on a change in pull request #10810: URL: https://github.com/apache/kafka/pull/10810#discussion_r644510969
########## File path: streams/src/test/java/org/apache/kafka/streams/state/internals/NamedCacheTest.java ########## @@ -43,16 +43,12 @@ private final Headers headers = new RecordHeaders(new Header[]{new RecordHeader("key", "value".getBytes())}); private NamedCache cache; - private Metrics innerMetrics; - private StreamsMetricsImpl metrics; - private final String taskIDString = "0.0"; - private final String underlyingStoreName = "storeName"; Review comment: Just some additional side cleanup in this test. -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org