[pulsar] 05/07: Fix broker lookup return wrong url when specify advertised listener (#7737)

2020-08-05 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 36484df8c247e03ad8b28eb66b98accd2aa625bb Author: wangjialing218 <65590138+wangjialing...@users.noreply.github.

[pulsar] 03/07: [Issue 7711][pulsar-broker] Use original role instead of proxy role to check permissions (#7712)

2020-08-05 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 f50961387bf399376ddccc172c0563bb8f0ad797 Author: Sergii Zhevzhyk AuthorDate: Wed Aug 5 10:50:11 2020 +0200 [Issue

[pulsar] branch master updated: Fix broker lookup return wrong url when specify advertised listener (#7737)

2020-08-05 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 109c8bf Fix broker lookup return wrong url when

[pulsar] branch master updated: [Pulsar SQL] Make Pulsar SQL get correct offload configurations (#7701)

2020-08-05 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 9f687d3 [Pulsar SQL] Make Pulsar SQL get correct

[pulsar] branch master updated: Add examples of window functions for repo (#7727)

2020-08-05 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 669bdd0 Add examples of window functions for repo

[pulsar] branch master updated (79df097 -> fc1f347)

2020-08-04 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 79df097 Replay delayed messages in order. (#7731) add fc1f347 [Issue 5520][Function Doc] Add window function

[pulsar] branch branch-2.5 updated: [Issue 6394] Add configuration to disable auto creation of subscriptions (#6456)

2020-08-04 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.5 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.5 by this push: new 41d1d6e [Issue 6394] Add configuration

[pulsar] branch branch-2.5 updated: [Issue 6043] Support force deleting subscription

2020-08-03 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.5 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.5 by this push: new 6580d14 [Issue 6043] Support force

[pulsar] 01/02: Close the previous reader of the healthcheck topic (#7724)

2020-08-03 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 e40719f844cf51c0d0c8eb2e330672dc26214c1d Author: lipenghui AuthorDate: Mon Aug 3 19:02:52 2020 +0800 Close

[pulsar] branch branch-2.5 updated: Close the previous reader of the healthcheck topic (#7724)

2020-08-03 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.5 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.5 by this push: new bf42ede Close the previous reader

[pulsar] 02/02: Change some WebApplicationException log level to debug (#7725)

2020-08-03 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 67d3d98653335ded5e4bfa306e9dc573e210526a Author: Fangbin Sun AuthorDate: Mon Aug 3 23:59:55 2020 +0800 Change

[pulsar] branch branch-2.5 updated: Close the previous reader of the healthcheck topic (#7724)

2020-08-03 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a commit to branch branch-2.5 in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/branch-2.5 by this push: new bf42ede Close the previous reader

[pulsar] branch branch-2.6 updated (7e59203 -> 67d3d98)

2020-08-03 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 7e59203 passes on authenticationData (#7694) new e40719f Close the previous reader of the healthcheck topic

[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: [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

[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

[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> Auth

[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-perf

[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> AuthorDat

[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 fix:apache

[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 Fix

[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> AuthorDat

[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

[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> Auth

[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

[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> Auth

[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

[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> Auth

[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> AuthorDat

[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

[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

[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> Auth

[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

[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

[pulsar] 13/20: Fixing go instance config port apache/pulsar#7267 (#7322)

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 a5a863e4a8738dd99ed3f9e9eb11aacee942db8a Author: Bogdan AuthorDate: Sun Jul 5 08:24:18 2020 +0300 Fixing go

[pulsar] 10/14: [pulsar-doc] Add document for Pulasr SNI routing with ATS (#7421)

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 cd19d3bf46efb88b235c7fa29118fbc38746908f Author: Rajan Dhabalia AuthorDate: Tue Jul 7 01:06:51 2020 -0700 [pulsar

[pulsar] 10/20: [PIP-55][Doc]--Update security overview (#7302)

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 231aaa4547fed228ba7cd1acba6efbec97f31e39 Author: HuanliMeng <48120384+huanli-m...@users.noreply.github.com> Auth

[pulsar] 16/20: Handling error in creation of non-durable cursor (#7355)

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 4b103cd9c742392a16f815c6b709dc9491882c13 Author: Matteo Merli AuthorDate: Fri Jun 26 21:11:40 2020 -0700 Handling

[pulsar] 08/14: Decompression payload if needed in KeyShared subscription (#7416)

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 ae246fe7d71495b440a2dc83afe9930f7756ab90 Author: lipenghui AuthorDate: Thu Jul 16 09:25:01 2020 +0800

[pulsar] 05/14: Avoid NPEs at ledger creation when DNS failures happen (#7403)

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 30a52215f832309cbc1913090cae56ace87feaa2 Author: Matteo Merli AuthorDate: Tue Jun 30 18:39:01 2020 -0700 Avoid

[pulsar] 08/20: typo (#7281)

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 3498f40519f072ce7176798fb9ff2bb307868893 Author: Alexandre DUVAL AuthorDate: Fri Jun 19 15:25:54 2020 +0200 typo

[pulsar] 02/20: Fix hash range conflict issue in Key_Shared with sticky hash range (#7231)

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 1593dfad5ce1b9520c956fefa86fd9e2037302b1 Author: lipenghui AuthorDate: Thu Jun 11 08:43:54 2020 +0800 Fix hash

[pulsar] 05/20: Fixed readers backlog stats after data is skipped (#7236)

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 450ec37256f0778bbe4a1d67e927266847aba101 Author: Matteo Merli AuthorDate: Mon Jun 15 18:25:46 2020 -0700 Fixed

[pulsar] 01/20: limiting batch size to the minimum of the maxNumberOfMessages and maxSizeOfMessages (#6865)

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 3dc58d0e3f48152d9002d05dd6ebfa1464e345c1 Author: avimas <43335867+avi...@users.noreply.github.com> AuthorDate: W

[pulsar] branch master updated (42d17c8 -> fffd9f1)

2020-07-28 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 42d17c8 [oauth2 cpp] add support to read credentials from file (#7606) add fffd9f1 Fix backward compatibility

[pulsar] branch master updated (15d5254 -> 42d17c8)

2020-07-28 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 15d5254 [CPP] Fix segment crashes that caused by race condition of timer in cpp client (#7572) add 42d17c8

<    1   2   3   4   5   6   >