You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/12/04 01:26:14 UTC

[pulsar] branch master updated (ba5a754 -> ac0c6e4)

This is an automated email from the ASF dual-hosted git repository.

penghui pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from ba5a754  The package management module failed to build (#8805)
     add ac0c6e4  [CheckStyle]Make module `pulsar-broker` gradually conform checkstyle (#8763)

No new revisions were added by this update.

Summary of changes:
 .../src/main/resources/pulsar/suppressions.xml     | 19 +++--
 .../pulsar/broker/BookKeeperClientFactory.java     |  2 +-
 .../pulsar/broker/BookKeeperClientFactoryImpl.java |  6 +-
 .../pulsar/broker/ManagedLedgerClientFactory.java  | 14 ++--
 .../org/apache/pulsar/broker/PulsarService.java    | 82 ++++++++++++++--------
 .../broker/TransactionMetadataStoreService.java    | 21 +++---
 .../pulsar/compaction/CompactedTopicImpl.java      | 20 +++---
 .../org/apache/pulsar/compaction/Compactor.java    |  8 +--
 .../apache/pulsar/compaction/CompactorTool.java    |  6 +-
 .../pulsar/compaction/TwoPhaseCompactor.java       | 27 +++----
 .../common/policies/data/PublisherStats.java       |  1 -
 11 files changed, 124 insertions(+), 82 deletions(-)