[pulsar] 01/02: [docs] Use `minikube service` to expose ports (#7667)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 3c683a8a2fcf1e9a02e35bbe033ea74f82ce4629 Author: Kristi AuthorDate: Wed Jul 29 20:01:10 2020 -0700 [docs] Use

[pulsar] 02/02: passes on authenticationData (#7694)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 7e59203cacdbc60d46914e4f432a3aa734aab27f Author: Joshua Decosta AuthorDate: Wed Jul 29 23:23:36 2020 -0400 passes

[pulsar] branch branch-2.6 updated (0a19dec -> 7e59203)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 0a19dec Fix deduplication cursor does not delete after disabling message deduplication (#7656) new 3c683a8

[pulsar] branch master updated: passes on authenticationData (#7694)

2020-07-29 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository. zhaijia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new c7dc782 passes on authenticationData (#7694)

[pulsar] branch master updated: [docs] Use `minikube service` to expose ports (#7667)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 3b41dce [docs] Use `minikube service` to expose

[pulsar] branch branch-2.6 updated: Fix deduplication cursor does not delete after disabling message deduplication (#7656)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.6 by this push: new 0a19dec Fix deduplication cursor does not

[pulsar] branch master updated: Fix deduplication cursor does not delete after disabling message deduplication (#7656)

2020-07-29 Thread penghui
This is an automated email from the ASF dual-hosted git repository. penghui pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 2bba620 Fix deduplication cursor does not

[pulsar] branch master updated: Add additional metrics for Pulsar Function Worker (#7685)

2020-07-29 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository. jerrypeng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 767c0d9 Add additional metrics for Pulsar

[GitHub] [pulsar] sandrzejczak edited a comment on issue #7556: Possibility to break a state in MultiTopicsConsumerImpl class during subscribe new topics

2020-07-29 Thread GitBox
sandrzejczak edited a comment on issue #7556: URL: https://github.com/apache/pulsar/issues/7556#issuecomment-665544081 Hi, I would like to prepare a pull request for this issue. This is an automated message from the

[GitHub] [pulsar] sandrzejczak removed a comment on issue #7545: A swallowed exception in exception handling during subscribe new topic

2020-07-29 Thread GitBox
sandrzejczak removed a comment on issue #7545: URL: https://github.com/apache/pulsar/issues/7545#issuecomment-665544782 Hi, I would like to prepare a pull request for this issue. This is an automated message from the

[GitHub] [pulsar] codelipenghui commented on a change in pull request #7552: [Transaction] Produce transaction messages and commit

2020-07-29 Thread GitBox
codelipenghui commented on a change in pull request #7552: URL: https://github.com/apache/pulsar/pull/7552#discussion_r462299542 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java ## @@ -1674,40 +1687,134 @@ protected void

[GitHub] [pulsar] codelipenghui commented on issue #7545: A swallowed exception in exception handling during subscribe new topic

2020-07-29 Thread GitBox
codelipenghui commented on issue #7545: URL: https://github.com/apache/pulsar/issues/7545#issuecomment-665661651 @sandrzejczak thanks for the confirmation. I will close this issue first. This is an automated message from the

[GitHub] [pulsar] codelipenghui commented on pull request #7690: [proxy] Fix deadlock in pulsar proxy

2020-07-29 Thread GitBox
codelipenghui commented on pull request #7690: URL: https://github.com/apache/pulsar/pull/7690#issuecomment-665679549 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] Jennifer88huang removed a comment on pull request #7667: [docs] Use `minikube service` to expose ports

2020-07-29 Thread GitBox
Jennifer88huang removed a comment on pull request #7667: URL: https://github.com/apache/pulsar/pull/7667#issuecomment-665498593 Hi @kristi, thank you very much for your contribution. I found an issue with it. This file is not displayed anywhere on [Pulsar doc

[GitHub] [pulsar] codelipenghui closed issue #7545: A swallowed exception in exception handling during subscribe new topic

2020-07-29 Thread GitBox
codelipenghui closed issue #7545: URL: https://github.com/apache/pulsar/issues/7545 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [pulsar] massakam opened a new pull request #7690: [proxy] Fix deadlock in pulsar proxy

2020-07-29 Thread GitBox
massakam opened a new pull request #7690: URL: https://github.com/apache/pulsar/pull/7690 ### Motivation When a broker server is restarted, the Pulsar proxy outputs the following warning: ``` 15:09:01.486 [main-EventThread] INFO o.a.p.z.ZooKeeperChildrenCache -

[GitHub] [pulsar] gaoran10 commented on a change in pull request #7552: [Transaction] Produce transaction messages and commit

2020-07-29 Thread GitBox
gaoran10 commented on a change in pull request #7552: URL: https://github.com/apache/pulsar/pull/7552#discussion_r462457051 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java ## @@ -1674,40 +1687,134 @@ protected void

[GitHub] [pulsar] Jennifer88huang commented on pull request #7667: [docs] Use `minikube service` to expose ports

2020-07-29 Thread GitBox
Jennifer88huang commented on pull request #7667: URL: https://github.com/apache/pulsar/pull/7667#issuecomment-665569284 The content has been added since v2.5.0. So it adopts to all versions since v2.5.0. This is an

[GitHub] [pulsar] sandrzejczak opened a new pull request #7691: [Issue #7556][pulsar-client] Ensure parallel invocations of MultiTopicsConsumerImpl::subscribeAsync with same topic name do not produce

2020-07-29 Thread GitBox
sandrzejczak opened a new pull request #7691: URL: https://github.com/apache/pulsar/pull/7691 Fixes #7556 ### Motivation We use PatternMultiTopicsConsumerImpl in our solution, but we need to subscribe to new topics instantly after their creation. Default behavior of

[GitHub] [pulsar] sijie commented on a change in pull request #7690: [proxy] Fix deadlock in pulsar proxy

2020-07-29 Thread GitBox
sijie commented on a change in pull request #7690: URL: https://github.com/apache/pulsar/pull/7690#discussion_r462397385 ## File path: pulsar-proxy/src/main/java/org/apache/pulsar/proxy/server/util/ZookeeperCacheLoader.java ## @@ -78,11 +84,14 @@ public LoadManagerReport

[GitHub] [pulsar] sandrzejczak commented on issue #7545: A swallowed exception in exception handling during subscribe new topic

2020-07-29 Thread GitBox
sandrzejczak commented on issue #7545: URL: https://github.com/apache/pulsar/issues/7545#issuecomment-665544782 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar] sijie commented on a change in pull request #7668: update aws deployment for 2.6.0

2020-07-29 Thread GitBox
sijie commented on a change in pull request #7668: URL: https://github.com/apache/pulsar/pull/7668#discussion_r462400610 ## File path: deployment/terraform-ansible/deploy-pulsar.yaml ## @@ -28,20 +28,21 @@ state: directory with_items: ["/opt/pulsar"] -

[GitHub] [pulsar] sandrzejczak commented on issue #7556: Possibility to break a state in MultiTopicsConsumerImpl class during subscribe new topics

2020-07-29 Thread GitBox
sandrzejczak commented on issue #7556: URL: https://github.com/apache/pulsar/issues/7556#issuecomment-665544081 Hi, I would like to prepare a Pull Request for this issue. This is an automated message from the Apache Git

[GitHub] [pulsar] 315157973 opened a new pull request #7688: Expose MessagesImpl

2020-07-29 Thread GitBox
315157973 opened a new pull request #7688: URL: https://github.com/apache/pulsar/pull/7688 Fixes #7626 ### Motivation Expose `MessagesImpl` ,so that we can ack list of messages by using `CompletableFuture acknowledgeAsync(Messages messages)` ### Modifications

[GitHub] [pulsar] sijie merged pull request #7666: [docs] Add double dash to kubectl exec commands

2020-07-29 Thread GitBox
sijie merged pull request #7666: URL: https://github.com/apache/pulsar/pull/7666 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [pulsar] KannarFr opened a new issue #7692: Redolookup on REST API call

2020-07-29 Thread GitBox
KannarFr opened a new issue #7692: URL: https://github.com/apache/pulsar/issues/7692 **Describe the bug** When calling HTTP PUT on compaction endpoint I'm having: ``` ... Caused by: org.apache.pulsar.broker.service.BrokerServiceException$ServiceUnitNotReadyException:

[GitHub] [pulsar] srkukarni opened a new pull request #7689: Use available cores for io thread processing

2020-07-29 Thread GitBox
srkukarni opened a new pull request #7689: URL: https://github.com/apache/pulsar/pull/7689 *(If this PR fixes a github issue, please add `Fixes #`.)* Fixes # *(or if this PR is one task of a github issue, please add `Master Issue: #` to link to the master issue.)*

[pulsar] branch master updated: Use available cores for io thread processing (#7689)

2020-07-29 Thread sanjeevrk
This is an automated email from the ASF dual-hosted git repository. sanjeevrk pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 89b2eff Use available cores for io thread

[GitHub] [pulsar] wolfstudy commented on pull request #7519: Update Jackson to 2.11.1 and ensure all dependencies are pinned

2020-07-29 Thread GitBox
wolfstudy commented on pull request #7519: URL: https://github.com/apache/pulsar/pull/7519#issuecomment-665679929 I will cherry-pick the change to 2.6.1, because the version of jackson we used in the 2.6.1 code is 2.11.1

[pulsar] branch master updated: Add double dash to kubectl exec commands (#7666)

2020-07-29 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 292fef6 Add double dash to kubectl exec

[pulsar] branch branch-2.6 updated: Update Jackson to 2.11.1 and ensure all dependencies are pinned

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.6 by this push: new 3bd574a Update Jackson to 2.11.1 and

[pulsar] branch branch-2.6 updated: Add sidebar for Pulasr SNI routing with ATS content

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.6 by this push: new 0128acb Add sidebar for Pulasr SNI

[pulsar] branch branch-2.6 updated: [docs]Update content on message deduplication

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.6 by this push: new cc64003 [docs]Update content on message

[pulsar] branch branch-2.6 updated (a1f56e3 -> b10585b)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git. from a1f56e3 [doc] add cpp client document for oauth2 authentication new 4c3c9cc [doc] Add pulsar-client-go

[pulsar] 02/03: fix #7437 (#7687)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit d0b058f0b361e0a6810f2d8e34c4049f3f077899 Author: rushsky518 AuthorDate: Wed Jul 29 14:34:10 2020 +0800 fix #7437

[pulsar] 01/03: [doc] Add pulsar-client-go oauth2 authentication document (#7648)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 4c3c9cc09598b58c9351d98d844f093c6be6a2a5 Author: Yong Zhang AuthorDate: Tue Jul 28 19:40:52 2020 +0800 [doc] Add

[pulsar] 03/03: [Doc] Add a note about --state-storage-service-url in localrun command of Function

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit b10585b8a302c52fd95a5bffb18138044040cdd7 Author: HuanliMeng <48120384+huanli-m...@users.noreply.github.com> AuthorDate:

[pulsar] 19/25: Fix backward compatibility issues with batch index acknowledgment. (#7655)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 12cca8a5c9cef45eba0cd72c3df9d30c95931af1 Author: lipenghui AuthorDate: Tue Jul 28 23:49:42 2020 +0800 Fix

[pulsar] 25/25: [doc] add cpp client document for oauth2 authentication

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit a1f56e38849d79e167807b8f205a1cb649d30f79 Author: Jia Zhai AuthorDate: Fri Jul 24 08:37:03 2020 +0800 [doc] add

[pulsar] 17/25: fix NPE when using advertisedListeners (#7620)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 53ee16dce2ef5e5011ef1e676be4eba635d8706e Author: Fangbin Sun AuthorDate: Tue Jul 28 16:17:24 2020 +0800 fix NPE

[pulsar] 22/25: [docs] Fix wrong required properties for HDFS2 sink (#7643)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 50493d07d42c25dc2c2f018626fc21f645bce4c4 Author: Yunze Xu AuthorDate: Tue Jul 28 17:38:25 2020 +0800 [docs] Fix

[pulsar] 24/25: Support to set listener name for client cli (#7621)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 1842f7c63645121ee910bb1047403e5a24681c24 Author: Fangbin Sun AuthorDate: Tue Jul 28 15:42:53 2020 +0800 Support

[pulsar] 18/25: fix batchReceiveAsync not completed exceptionally when closing Consumer (#7661)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 180e5f26e4afdfda178e7253fb22a8b21b2c7f54 Author: feynmanlin AuthorDate: Tue Jul 28 14:02:34 2020 +0800 fix

[pulsar] 11/25: Fix race condition on close consumer while reconnect to broker. (#7589)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit ad6edd5ad98f9c706013e4882ca1c71ed3e66d70 Author: lipenghui AuthorDate: Tue Jul 28 13:57:46 2020 +0800 Fix race

[pulsar] 23/25: [pulsar-perf] Supports `tlsAllowInsecureConnection` in pulsar-perf produce/consume/read. (#7300)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 85c5979dc079ac285767050664c25b39577943d5 Author: Yang Yang AuthorDate: Thu Jul 2 12:58:00 2020 +0800

[pulsar] 13/25: fix the command for starting bookies in the foreground (#7596)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit b246da98433a34e74f23f7b5a220e58d14d3c132 Author: sijia-w <53718687+siji...@users.noreply.github.com> AuthorDate: Sun

[pulsar] 20/25: fix:apache#7669 stats recorder time unit error (#7670)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 304924cd837a92fb2ac1e02b92a4107d554bb49b Author: Lagranmoon AuthorDate: Mon Jul 27 20:26:52 2020 +0800

[pulsar] 15/25: [oauth2 cpp] add support to read credentials from file (#7606)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 8268665f78c2266725836dc0aa12c7f260a34950 Author: Jia Zhai AuthorDate: Tue Jul 28 23:49:20 2020 +0800 [oauth2 cpp]

[pulsar] 10/25: [C++] Fix multitopic consumer segfault on connect error (#7588)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit f58aea85607f8be011412e646dbe6b4c8732a0e3 Author: Matteo Merli AuthorDate: Fri Jul 24 10:08:24 2020 -0700 [C++]

[pulsar] 16/25: Make OAuth2 auth plugin to use AsyncHttpClient (#7615)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 0825f86ada22cdd6429add175fed9b04410213ec Author: Matteo Merli AuthorDate: Fri Jul 24 14:49:16 2020 -0700 Make

[pulsar] 21/25: Fix batch index filter issue in Consumer. (#7654)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 0be16ea566084706ae34b388e7c1d5b0fcca9e4d Author: lipenghui AuthorDate: Mon Jul 27 21:12:10 2020 +0800 Fix batch

[pulsar] 07/25: [CPP] Fix segment crashes that caused by race condition of timer in cpp client (#7572)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit bcb90d2751203301e89a5adbf2a29d71a9073cfa Author: Isaiah Rairdon AuthorDate: Tue Jul 28 08:22:08 2020 -0600 [CPP]

[pulsar] 06/25: Add more logging to the auth operations on failure (#7567)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit df3cd424887f3b6c2deed3b4867a4c0a9f6fa7bd Author: Sanjeev Kulkarni AuthorDate: Thu Jul 16 20:51:21 2020 -0700 Add

[pulsar] 12/25: fix validation never return false (#7593)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 45d2c8f6802e9fbc7f3790e20a889bf2fec0cedc Author: feynmanlin AuthorDate: Mon Jul 27 12:26:51 2020 +0800 fix

[pulsar] 03/25: Fix: function BC issue introduced in 2.6 (#7528)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit af654c419d7c75028c1045dccaee1dcc4e2c26bc Author: Boyang Jerry Peng AuthorDate: Tue Jul 14 14:02:29 2020 -0700

[pulsar] 09/25: Use Consume/Produce/Lookup interfaces for specific operations in allowTopicOperation (#7587)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 56a0d690976a96725f1aee8e02cb788ad4e480b3 Author: Sanjeev Kulkarni AuthorDate: Sun Jul 26 21:35:31 2020 -0700 Use

[pulsar] 14/25: Support configuring DeleteInactiveTopic setting in namespace policy (#7598)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit d4a1ca59dafa1a8f4050bbaa442543250f789bf2 Author: feynmanlin AuthorDate: Tue Jul 28 14:25:58 2020 +0800 Support

[pulsar] 01/25: Fixes #7512 handle exception when policy is updated. (#7514)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit fcea0f4122090921bfc69df52d0e334d567d9337 Author: mikecaat <35882227+mikec...@users.noreply.github.com> AuthorDate: Sun

[pulsar] 02/25: Ensure the create subscription can be completed when the operation timeout happens (#7522)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 460abace09ddb12344e7c3235450accf02553689 Author: lipenghui AuthorDate: Thu Jul 16 09:25:49 2020 +0800 Ensure the

[pulsar] 05/25: [PROTOBUF] Fix protobuf generation on handling repeated long number … (#7540)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 56ea8a887178167f7a437d62a26489fb6ea8e436 Author: Sijie Guo AuthorDate: Thu Jul 16 05:53:30 2020 -0700 [PROTOBUF]

[pulsar] branch branch-2.6 updated (375fc00 -> a1f56e3)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 375fc00 fix typo new fcea0f4 Fixes #7512 handle exception when policy is updated. (#7514) new 460abac

[pulsar] 04/25: [Issue 7489] Remove timestamp from metrics (#7539)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 602735e8496ea93a68553dccdd876425fa42dd3a Author: Sergii Zhevzhyk AuthorDate: Sat Jul 25 16:33:08 2020 +0200

[pulsar] 08/25: Improve security setting of Pulsar Functions (#7578)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 7df08cac3689afe0b5c870256d9cea565b71db1c Author: 冉小龙 AuthorDate: Sat Jul 18 09:38:19 2020 +0800 Improve security

[pulsar] 03/10: fix update partitions error for non-persistent topic (#7459)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 22647cd0cc65aed9c697a4dbb41334efa9030f2a Author: Aloys AuthorDate: Tue Jul 7 00:42:32 2020 +0800 fix update

[pulsar] 09/10: [Broker] Timeout opening managed ledger operation … (#7506)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 825fdd4222dd65ef3099f1a975a1555226297379 Author: Sijie Guo AuthorDate: Thu Jul 16 06:20:16 2020 -0700 [Broker]

[pulsar] 08/10: Get last entry is trying to read entry -1 (#7495)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 9eee486de035f27de7b38670affc90698d7087fa Author: Matteo Merli AuthorDate: Fri Jul 10 10:41:30 2020 -0700 Get last

[pulsar] 04/10: [Doc]--add authentication client with oauth2 support (#7462)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit af93301a47fe202c7e597056fb180bccb94da906 Author: HuanliMeng <48120384+huanli-m...@users.noreply.github.com> AuthorDate:

[pulsar] 01/10: Consumer is registered on dispatcher even if hash range conflicts on Key_Shared subscription (#7444)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit fc1a8ee4c829f663091b3d0daf91b14661539cf5 Author: Masahiro Sakamoto AuthorDate: Tue Jul 7 01:25:07 2020 +0900

[pulsar] branch branch-2.6 updated (f0363e3 -> 375fc00)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git. from f0363e3 shaded jclouds to avoid gson conflict new fc1a8ee Consumer is registered on dispatcher even if hash

[pulsar] 14/14: shaded jclouds to avoid gson conflict

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit f0363e3847c1affe4f1ff92b40336c03a74cbf69 Author: ran AuthorDate: Mon Jul 6 07:24:13 2020 +0800 shaded jclouds to

[pulsar] 03/14: [Issue 7347] Avoid the NPE occurs in method `ManagedLedgerImpl.isOffloadedNeedsDelete` (#7389)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 0a2df5a5c0309d561b2d15d1451ceaed951935ec Author: ran AuthorDate: Thu Jul 9 00:43:31 2020 +0800 [Issue 7347] Avoid

[pulsar] 12/14: [Doc]--Add labels to function statefulsets and services (#7428)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 1fd55cf6cbf8b190e995477c4000559c57eaad63 Author: HuanliMeng <48120384+huanli-m...@users.noreply.github.com> AuthorDate:

[pulsar] 06/10: Use CGroup CPU usage when present (#7475)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 5f05fd28841ad4f0f7b2d18de329530d6b5edf3e Author: Matteo Merli AuthorDate: Thu Jul 9 22:17:54 2020 -0700 Use

[pulsar] 06/14: [Issue 7407] NPE with tombstones (#7408)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit f62bc5bc4ef17c1688149e874251fca1e5309059 Author: Fernando Miguélez Palomo AuthorDate: Mon Jul 6 03:26:47 2020 +0200

[pulsar] 15/20: Add more detail information of retry errors (#7341)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit a050d7809ed104e55cd472725a7b5f6601521678 Author: Yong Zhang AuthorDate: Mon Jul 6 15:36:02 2020 +0800 Add more

[pulsar] branch branch-2.6 updated (848e53d -> 63d4078)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 848e53d Fix producer stucks on creating ledger timeout (#7319) new 3dc58d0 limiting batch size to the

[pulsar] 07/10: Fix ArrayIndexOutOfBoundsException in batch index ack. (#7483)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 76c0939c09b8baa25924b52eb2078a6aa1112728 Author: lipenghui AuthorDate: Thu Jul 9 12:58:50 2020 +0800 Fix

[pulsar] 02/14: update for pr:Restore clusterDispatchRate policy for compatibility (#7380)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit b64e02a0939fbcb7056a04d68cee04377a8af743 Author: HuanliMeng <48120384+huanli-m...@users.noreply.github.com> AuthorDate:

[pulsar] 01/14: [C++] Reduce log level for ack-grouping tracker (#7373)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 828eb43a10989ae327a7af35723d98d0a835c849 Author: Matteo Merli AuthorDate: Fri Jun 26 21:12:10 2020 -0700 [C++]

[pulsar] 09/20: Fix partition index error in close callback (#7282)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit a994d5daf16c5504db6658c37ea5d1b3043a88c6 Author: Yunze Xu AuthorDate: Thu Jun 18 02:07:59 2020 +0800 Fix

[pulsar] 18/20: Use fully qualified hostname as default to advertise worker. (#7360)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit b48120f59d50d2fef0a7551c1d7d74745e45453a Author: Matteo Merli AuthorDate: Thu Jun 25 20:29:06 2020 -0700 Use

[pulsar] 04/20: Update Jetty to 9.4.29 (#7235)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit cbf5bb2fc45611acea3ccbf7c2cf655bd18612eb Author: Matteo Merli AuthorDate: Mon Jun 29 22:44:44 2020 -0700 Update

[pulsar] 17/20: Fix bug related to managedLedger properties (#7357)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 8c6121542e6ff28cb217782e49917e1817595576 Author: Hao Zhang AuthorDate: Mon Jun 29 02:19:37 2020 +0800 Fix bug

[pulsar] branch branch-2.6 updated (63d4078 -> f0363e3)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 63d4078 Fix conflict new 828eb43 [C++] Reduce log level for ack-grouping tracker (#7373) new b64e02a

[pulsar] 10/10: fix typo

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 375fc00ef95f03d0e02f581bb7949a8ff40d164b Author: mikecaat <35882227+mikec...@users.noreply.github.com> AuthorDate: Tue

[pulsar] 05/10: Cpp oauth2 auth client (#7467)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 7905aca413f3f16d3e4ffece6a51af4162b23f56 Author: Jia Zhai AuthorDate: Wed Jul 8 21:25:19 2020 -0500 Cpp oauth2

[pulsar] 06/20: Fix the regression from #6428 (#7241)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit dd2cadb9a2a11b5c5c67b028ce65ebef4a732ad9 Author: Jia Zhai AuthorDate: Tue Jun 23 20:15:33 2020 -0500 Fix the

[pulsar] 03/20: Fix lookup permission error (#7234)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit e752e0f805cf2e8d2915c7dc77d8feb987343880 Author: ltamber AuthorDate: Thu Jun 11 15:59:22 2020 +0800 Fix lookup

[pulsar] 13/14: Handle NotAllowed Exception at the client side. (#7430)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 754b864cf5f8844881eb9d47f4eaba6b4fb6d5c2 Author: lipenghui AuthorDate: Fri Jul 17 09:22:40 2020 +0800 Handle

[pulsar] 09/14: [client authentication] add authentication client with oauth2 support (#7420)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit c86fe38266eb3181a9942993cecff65fdee1a511 Author: Jia Zhai AuthorDate: Thu Jul 2 01:41:31 2020 -0500 [client

[pulsar] 12/20: Fix issue #7315 (#7316)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit b6d71b7b71854ae2b63eec6922194c4099df2963 Author: Fernando Miguélez Palomo AuthorDate: Tue Jul 28 16:07:39 2020 +0200

[pulsar] 04/14: Catch NPE and detect state doesn't move (#7401)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 5b3889c114b1e95275f5e1998d21c527b0f24c29 Author: Sijie Guo AuthorDate: Tue Jun 30 15:32:53 2020 -0700 Catch NPE

[pulsar] 19/20: Use hostname for bookie rackawareness mapping (#7361)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit bbcb4eed12e5084aed6555a2ed97dfdb0e5c4913 Author: Matteo Merli AuthorDate: Sat Jun 27 16:39:46 2020 -0700 Use

[pulsar] 02/10: add pulsar-client-messagecrypto-bc into pulsar-client module (#7447)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit e0de3992468d9fa83c3abfd1ab40b90524fe4624 Author: Jia Zhai AuthorDate: Sun Jul 5 09:39:07 2020 -0500 add

[pulsar] 14/20: chunking for PIP-37 support large message size (#7334)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 14710a992750a945532b0d3bf40a0aa0de769a79 Author: HuanliMeng <48120384+huanli-m...@users.noreply.github.com> AuthorDate:

[pulsar] 07/14: Fix batch ackset recycled multiple times. (#7409)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit eb343fda471244dc22f0ae5cb764484d855a6954 Author: lipenghui AuthorDate: Tue Jul 7 00:40:33 2020 +0800 Fix batch

[pulsar] 07/20: Avoid introduce null read position for the managed cursor. (#7264)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 86c69e86db65c0e1d54a89dba41a6a2879b29767 Author: lipenghui AuthorDate: Tue Jun 16 09:20:18 2020 +0800 Avoid

[pulsar] 11/14: [pulsar-cli] fix update-cluster cli updates proxy-url (#7422)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 2a65167529e02d9f76ecef673430d04357d2ddfc Author: Rajan Dhabalia AuthorDate: Wed Jul 1 23:21:16 2020 -0700

[pulsar] 20/20: Fix conflict

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 63d407854f4a0d940b07f25d02ac3b1c5723ef72 Author: Hao Zhang AuthorDate: Thu Jul 2 12:50:00 2020 +0800 Fix conflict

[pulsar] 11/20: Fix issue where HTTP header used in Athenz authentication can not be renamed (#7311)

2020-07-29 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.6 in repository https://gitbox.apache.org/repos/asf/pulsar.git commit 4c4107a42586c983a298f2fa6fe4138abf5a106c Author: Masahiro Sakamoto AuthorDate: Sat Jun 20 13:46:25 2020 +0900 Fix

  1   2   3   >