You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by yo...@apache.org on 2021/02/04 01:57:16 UTC

[pulsar] branch 0202 updated (3f6d136 -> 10d6c8e)

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

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


 discard 3f6d136  test
 discard d727802  fix narExtractionDirectory not set (#9319)
 discard 6e0a8b9  Skip clear delayed messages while dispatch does not init (#9378)
 discard cb72b3d  [docs] Add default TTL value (#9395)
 discard f982928  Fix broken links (#9434)
 discard d745069  [Java Client] Batch version of acknowledgeAsync will return a completed future before individual messages complete (#9383)
 discard 4dc9697  add missing comma (#9429)
 discard 086dd4c  [java producer] op.cmd may be null, cause NPE (#9400)
 discard e97b9f5  [pulsar-broker]Add alerts for expired/expiring soon tokens (#9321)
 discard 09690e2  [go-functions] fix metrics server handler error (#9394)
 discard f0cc309  [pulsar-broker] Handle bad-version in metadata-store if broker updates zk-metadata from zk-client (#9412)
     add f711969  [pulsar-broker] Handle bad-version in metadata-store if broker updates zk-metadata from zk-client (#9412)
     add c99e1a0  [go-functions] fix metrics server handler error (#9394)
     add ca64811  [pulsar-broker]Add alerts for expired/expiring soon tokens (#9321)
     add 60f6238  [java producer] op.cmd may be null, cause NPE (#9400)
     add b3dc142  add missing comma (#9429)
     add e006165  [Java Client] Batch version of acknowledgeAsync will return a completed future before individual messages complete (#9383)
     add b375afe  Fix broken links (#9434)
     add 4fddb91  [docs] Add default TTL value (#9395)
     add 2b8615c  Skip clear delayed messages while dispatch does not init (#9378)
     add fa41d02  fix narExtractionDirectory not set (#9319)
     add fd7da52  [Replicated] Add the test for topic replicated and create producer. (#9322)
     add 0143850  Compression must be applied during deferred schema preparation and enableBatching is enabled (#9396)
     add 10d6c8e  Merge remote-tracking branch 'apache/master' into 0202

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3f6d136)
            \
             N -- N -- N   refs/heads/0202 (10d6c8e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/service/ReplicatorTest.java      | 46 +++++++++++++++++++++
 .../client/api/SimpleProducerConsumerTest.java     | 48 ++++++++++++++++++++++
 .../admin/cli/CmdNamespaceIsolationPolicy.java     |  2 +-
 .../apache/pulsar/client/impl/ProducerImpl.java    | 25 +++++++++--
 4 files changed, 116 insertions(+), 5 deletions(-)