Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
In KafkaMetirc.java, the getter is
```
@Override
public MetricName metricName()
```
and there is a setter
```
public void config(MetricConfig config) {
synchronized (lock)
}
```
Since it's possible to set and get in the mean time, we should have lock in the getter as well
Attachments
Issue Links
- links to