We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d67f87 commit 5e65a21Copy full SHA for 5e65a21
common/network-common/src/main/java/org/apache/spark/network/util/NettyMemoryMetrics.java
@@ -44,7 +44,7 @@ public class NettyMemoryMetrics implements MetricSet {
44
private final String metricPrefix;
45
46
@VisibleForTesting
47
- final static Set<String> VERBOSE_METRICS = new HashSet<>();
+ static final Set<String> VERBOSE_METRICS = new HashSet<>();
48
static {
49
VERBOSE_METRICS.addAll(Arrays.asList(
50
"numAllocations",
0 commit comments