You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2021/02/05 02:07:19 UTC

[pulsar] branch 0202 updated (328a1f9 -> 644a0bc)

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

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


    from 328a1f9  test2
     add c5589f6  [Issue 9418][docs] Add how to define Pulsar resources names when using K8S runtime (#9439)
     add e9e8de3  [Docs] Optimize helm deploy description about the first deployment (#9416) (#9417)
     add fa89a03  [Pulsar SQL] Fix injection factory cast error (fix master broken) (#9472)
     add 78e07e9  PIP-45: Implement distributed id generator using coordination service (#9274)
     add cdef644  Fixed NPE and cache invalidation in leader election (#9460)
     add 644a0bc  Merge remote-tracking branch 'origin/master' into 0204

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/broker/PulsarService.java    |  6 ++-
 .../pulsar/broker/service/BrokerService.java       |  4 +-
 .../broker/service/DistributedIdGenerator.java     | 37 ++++---------------
 .../broker/service/DistributedIdGeneratorTest.java | 43 +++++++++++-----------
 .../apache/pulsar/metadata/api/MetadataCache.java  |  7 ++++
 .../metadata/cache/impl/MetadataCacheImpl.java     |  1 +
 .../coordination/impl/LeaderElectionImpl.java      | 16 ++++++--
 pulsar-sql/presto-distribution/pom.xml             | 25 -------------
 pulsar-sql/presto-pulsar/pom.xml                   |  6 ---
 .../sql/presto/PulsarSqlSchemaInfoProvider.java    | 11 +++++-
 site2/docs/admin-api-overview.md                   | 42 ++++++++++-----------
 site2/docs/helm-deploy.md                          |  3 ++
 .../versioned_docs/version-2.5.0/helm-deploy.md    |  3 ++
 .../versioned_docs/version-2.6.0/helm-deploy.md    |  3 ++
 .../versioned_docs/version-2.6.1/helm-deploy.md    |  3 ++
 .../versioned_docs/version-2.6.2/helm-deploy.md    |  3 ++
 .../versioned_docs/version-2.6.3/helm-deploy.md    |  3 ++
 .../versioned_docs/version-2.7.0/helm-deploy.md    |  3 ++
 .../versioned_docs/version-2.7.1/helm-deploy.md    |  3 ++
 .../java/org/apache/zookeeper/MockZooKeeper.java   | 22 ++++++++---
 20 files changed, 126 insertions(+), 118 deletions(-)