AngersZhuuuu commented on code in PR #3007:
URL: https://github.com/apache/celeborn/pull/3007#discussion_r1891240079
##########
common/src/main/java/org/apache/celeborn/common/network/util/NettyUtils.java:
##########
@@ -129,14 +129,6 @@ public static synchronized PooledByteBufAllocator
getSharedPooledByteBufAllocato
if (_sharedPooledByteBufAllocator[index] == null) {
_sharedPooledByteBufAllocator[index] =
createPooledByteBufAllocator(true, allowCache,
conf.networkAllocatorArenas());
- if (source != null) {
- new NettyMemoryMetrics(
- _sharedPooledByteBufAllocator[index],
- "shared-pool-" + index,
- conf.networkAllocatorVerboseMetric(),
- source,
- Collections.emptyMap());
- }
Review Comment:
Should remove create NettyMemoryMetrics here
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]