File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
deployment/terraform-ansible/templates
pulsar-broker-common/src/main/java/org/apache/pulsar/broker Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -410,10 +410,6 @@ replicatedSubscriptionsSnapshotMaxCachedPerSubscription=10
410
410
# Use -1 to disable the memory limitation. Default is 1/2 of direct memory.
411
411
maxMessagePublishBufferSizeInMB=
412
412
413
- # Interval between checks to see if message publish buffer size is exceed the max message publish buffer size
414
- # Use 0 or negative number to disable the max publish buffer limiting.
415
- messagePublishBufferCheckIntervalInMillis=100
416
-
417
413
# Check between intervals to see if consumed ledgers need to be trimmed
418
414
# Use 0 or negative number to disable the check
419
415
retentionCheckIntervalInSeconds=120
Original file line number Diff line number Diff line change @@ -1474,13 +1474,6 @@ The max allowed delay for delayed delivery (in milliseconds). If the broker rece
1474
1474
private int maxMessagePublishBufferSizeInMB = Math .max (64 ,
1475
1475
(int ) (DirectMemoryUtils .jvmMaxDirectMemory () / 2 / (1024 * 1024 )));
1476
1476
1477
- @ FieldContext (
1478
- category = CATEGORY_SERVER ,
1479
- doc = "Interval between checks to see if message publish buffer size is exceed the max message publish "
1480
- + "buffer size"
1481
- )
1482
- private int messagePublishBufferCheckIntervalInMillis = 100 ;
1483
-
1484
1477
@ FieldContext (category = CATEGORY_SERVER , doc = "Whether to recover cursors lazily when trying to recover a "
1485
1478
+ "managed ledger backing a persistent topic. It can improve write availability of topics.\n "
1486
1479
+ "The caveat is now when recovered ledger is ready to write we're not sure if all old consumers last mark "
You can’t perform that action at this time.
0 commit comments