Skip to content

Commit 612a1d0

Browse files
dao-junlhotari
authored andcommitted
[cleanup] Remove unused config autoShrinkForConsumerPendingAcksMap (apache#24315)
(cherry picked from commit 610060e)
1 parent bdf41aa commit 612a1d0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -932,14 +932,6 @@ The max allowed delay for delayed delivery (in milliseconds). If the broker rece
932932
)
933933
private boolean isAllowAutoUpdateSchemaEnabled = true;
934934

935-
@FieldContext(
936-
category = CATEGORY_SERVER,
937-
doc = "Whether to enable the automatic shrink of pendingAcks map, "
938-
+ "the default is false, which means it is not enabled. "
939-
+ "When there are a large number of share or key share consumers in the cluster, "
940-
+ "it can be enabled to reduce the memory consumption caused by pendingAcks.")
941-
private boolean autoShrinkForConsumerPendingAcksMap = false;
942-
943935
@FieldContext(
944936
category = CATEGORY_SERVER,
945937
dynamic = true,

0 commit comments

Comments
 (0)