This is an automated email from the ASF dual-hosted git repository. penghui pushed a change to branch branch-2.7 in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 701fcfa Fix failing test. (#11186) new 498939f fix compaction entry read exception (#11175) new f19f41f Make the compaction phase one loop timeout configurable (#11206) new dd6e247 Remove unused listener to reduce creating executor pool. (#11215) The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: conf/broker.conf | 4 ++ .../apache/pulsar/broker/ServiceConfiguration.java | 7 +++ .../pulsar/compaction/CompactedTopicImpl.java | 1 + .../pulsar/compaction/TwoPhaseCompactor.java | 9 +++- .../pulsar/compaction/CompactedTopicTest.java | 55 ++++++++++++++++++++++ .../apache/pulsar/compaction/CompactorTest.java | 13 +++++ .../impl/FileSystemManagedLedgerOffloader.java | 3 +- 7 files changed, 89 insertions(+), 3 deletions(-)