Shoothzj commented on a change in pull request #12200:
URL: https://github.com/apache/pulsar/pull/12200#discussion_r726111634
##########
File path:
pulsar-common/src/main/java/org/apache/pulsar/common/allocator/PulsarByteBufAllocator.java
##########
@@ -39,6 +40,7 @@
public static final String PULSAR_ALLOCATOR_POOLED =
"pulsar.allocator.pooled";
public static final String PULSAR_ALLOCATOR_EXIT_ON_OOM =
"pulsar.allocator.exit_on_oom";
public static final String PULSAR_ALLOCATOR_LEAK_DETECTION =
"pulsar.allocator.leak_detection";
+ public static final String PULSAR_ALLOCATOR_FALL_BACK_TO_HEAP =
"pulsar.allocator.fall_back_to_heap";
Review comment:
Fixed
--
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]