svn commit: r48918 - in /dev/pulsar/pulsar-client-go-0.6.0-candidate-1: ./ apache-pulsar-client-go-0.6.0-src.tar.gz apache-pulsar-client-go-0.6.0-src.tar.gz.asc apache-pulsar-client-go-0.6.0-src.tar.g

2021-07-21 Thread rxl
Author: rxl Date: Wed Jul 21 07:20:40 2021 New Revision: 48918 Log: Staging artifacts and signature for Pulsar Client Go release 0.6.0-candidate-1 Added: dev/pulsar/pulsar-client-go-0.6.0-candidate-1/ dev/pulsar/pulsar-client-go-0.6.0-candidate-1/apache-pulsar-client-go-0.6.0-src.tar.gz

[GitHub] [pulsar] danielsinai commented on pull request #11352: [ISSUE #11351] separate Rate Limiter Implementation to LeakyBucket and FixedWindow

2021-07-21 Thread GitBox
danielsinai commented on pull request #11352: URL: https://github.com/apache/pulsar/pull/11352#issuecomment-883956559 Is it possible to merge this and ron's PR to 2.8 .1 release? @sijie I think this is pretty big bug fixes -- This is an automated message from the Apache Git Service. T

[GitHub] [pulsar] merlimat commented on a change in pull request #11400: [Python Client] Fix handle complex schema

2021-07-21 Thread GitBox
merlimat commented on a change in pull request #11400: URL: https://github.com/apache/pulsar/pull/11400#discussion_r673723733 ## File path: pulsar-client-cpp/python/pulsar/schema/schema_avro.py ## @@ -45,14 +46,23 @@ def _get_serialized_value(self, x): def encode(self,

[GitHub] [pulsar] equanz commented on a change in pull request #11382: [broker] Fixed Replicated Subscription isn't replicate new subscription when remote producer is closed

2021-07-21 Thread GitBox
equanz commented on a change in pull request #11382: URL: https://github.com/apache/pulsar/pull/11382#discussion_r673729577 ## File path: pulsar-broker/src/test/java/org/apache/pulsar/broker/service/ReplicatorSubscriptionTest.java ## @@ -457,6 +461,71 @@ public void testReplic

[GitHub] [pulsar] Jennifer88huang commented on a change in pull request #11406: [Docs]Update Kubernetes (Helm)

2021-07-21 Thread GitBox
Jennifer88huang commented on a change in pull request #11406: URL: https://github.com/apache/pulsar/pull/11406#discussion_r673726397 ## File path: site2/docs/helm-overview.md ## @@ -53,7 +53,7 @@ It includes support for: To get up and run with these charts as fast as possibl

[pulsar-client-go] annotated tag v0.6.0-candidate-1 updated (5e88b01 -> ad15726)

2021-07-21 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to annotated tag v0.6.0-candidate-1 in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git. *** WARNING: tag v0.6.0-candidate-1 was modified! *** from 5e88b01 (commit) to ad15726

[pulsar-client-go] branch branch-0.6.0 created (now 5e88b01)

2021-07-21 Thread rxl
This is an automated email from the ASF dual-hosted git repository. rxl pushed a change to branch branch-0.6.0 in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git. at 5e88b01 Add license file for depend libs (#567) No new revisions were added by this update.

[GitHub] [pulsar] lhotari opened a new pull request #11407: [Transaction] Fix direct memory leak related to commit and abort markers

2021-07-21 Thread GitBox
lhotari opened a new pull request #11407: URL: https://github.com/apache/pulsar/pull/11407 ### Motivation - Netty ByteBufs for commit and abort markers currently leak direct memory - `ManagedLedgerImpl.asyncAddEntry` will increase the reference count by calling `.retain()` for

[GitHub] [pulsar-client-go] stulzq commented on issue #495: producer.Send() blocks forever for closed producer

2021-07-21 Thread GitBox
stulzq commented on issue #495: URL: https://github.com/apache/pulsar-client-go/issues/495#issuecomment-883968634 I can fix it, pls assign to me -- 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-client-go] omnilight commented on issue #495: producer.Send() blocks forever for closed producer

2021-07-21 Thread GitBox
omnilight commented on issue #495: URL: https://github.com/apache/pulsar-client-go/issues/495#issuecomment-883970726 @stulzq you are welcome :) -- 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 t

[GitHub] [pulsar] merlimat opened a new pull request #11408: Added test for bundles cache invalidation

2021-07-21 Thread GitBox
merlimat opened a new pull request #11408: URL: https://github.com/apache/pulsar/pull/11408 ### Modifications Added test to ensure the namespace bundles cache is correctly invalidated. There was an issue in 2.7, which was fixed in #11346. The issue is not there in 2.8 although we sh

[GitHub] [pulsar] saveriogzz opened a new issue #11409: sending timestamps or dates within a schema

2021-07-21 Thread GitBox
saveriogzz opened a new issue #11409: URL: https://github.com/apache/pulsar/issues/11409 When using my python client, I don't find a way to assign to the data I want to send, the type **timestamp** or **date**. The only data types I can use are ones that can be found in : https://git

[GitHub] [pulsar] eolivelli commented on a change in pull request #11407: [Transaction] Fix direct memory leak related to commit and abort markers

2021-07-21 Thread GitBox
eolivelli commented on a change in pull request #11407: URL: https://github.com/apache/pulsar/pull/11407#discussion_r673748945 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java ## @@ -206,24 +206,28 @@ privat

[GitHub] [pulsar-client-go] stulzq opened a new pull request #569: [issue 495] producer.Send() blocks forever for closed producer

2021-07-21 Thread GitBox
stulzq opened a new pull request #569: URL: https://github.com/apache/pulsar-client-go/pull/569 Fix issue: #495 Add producer state check before send msg. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [pulsar] lhotari commented on a change in pull request #11407: [Transaction] Fix direct memory leak related to commit and abort markers

2021-07-21 Thread GitBox
lhotari commented on a change in pull request #11407: URL: https://github.com/apache/pulsar/pull/11407#discussion_r673752495 ## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/transaction/buffer/impl/TopicTransactionBuffer.java ## @@ -206,24 +206,28 @@ private

[GitHub] [pulsar-client-go] stulzq commented on issue #490: error not return when encode failed

2021-07-21 Thread GitBox
stulzq commented on issue #490: URL: https://github.com/apache/pulsar-client-go/issues/490#issuecomment-883995200 I think it should output an error log, otherwise users will never know. -- This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #570: Update change log for 0.6.0 release

2021-07-21 Thread GitBox
wolfstudy opened a new pull request #570: URL: https://github.com/apache/pulsar-client-go/pull/570 Signed-off-by: xiaolongran ### Motivation Update change log for 0.6.0 release -- This is an automated message from the Apache Git Service. To respond to the messag

[GitHub] [pulsar] 315157973 commented on issue #11377: From 2.7.2 upgrade to 2.8.0, there are continously http request not respond without any error.

2021-07-21 Thread GitBox
315157973 commented on issue #11377: URL: https://github.com/apache/pulsar/issues/11377#issuecomment-884004240 Can you provide the name of the API ? @Shoothzj -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL a

[GitHub] [pulsar] 315157973 removed a comment on issue #11377: From 2.7.2 upgrade to 2.8.0, there are continously http request not respond without any error.

2021-07-21 Thread GitBox
315157973 removed a comment on issue #11377: URL: https://github.com/apache/pulsar/issues/11377#issuecomment-884004240 Can you provide the name of the API ? @Shoothzj -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use t

[GitHub] [pulsar-client-go] stulzq opened a new pull request #571: [issue 490] Add error log when schema encode failed.

2021-07-21 Thread GitBox
stulzq opened a new pull request #571: URL: https://github.com/apache/pulsar-client-go/pull/571 Fix: #490 Add error log when schema encode failed. -- 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

[GitHub] [pulsar-client-go] wolfstudy opened a new pull request #572: update version to 0.6.0

2021-07-21 Thread GitBox
wolfstudy opened a new pull request #572: URL: https://github.com/apache/pulsar-client-go/pull/572 Signed-off-by: xiaolongran ### Motivation update version to 0.6.0 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

[GitHub] [pulsar-client-go] stulzq commented on pull request #571: [issue 490] Add error log when schema encode failed.

2021-07-21 Thread GitBox
stulzq commented on pull request #571: URL: https://github.com/apache/pulsar-client-go/pull/571#issuecomment-884011054 @wolfstudy Can you approve GitHub workflow to run again. I just found out that the code wasn't formatted, so I submitted it again. ![image](https://user-images.githubu

[GitHub] [pulsar] nudala opened a new issue #11410: Flaky-test: [test class].[test method][ERROR] Failed to execute goal org.apache.nifi:nifi-nar-maven-plugin:1.2.0:nar (default-nar) on project tiered

2021-07-21 Thread GitBox
nudala opened a new issue #11410: URL: https://github.com/apache/pulsar/issues/11410 Trying to build apache pulsar on RHEL 8 ,As it required java and maven i have installed and export the path already Envinorment :- NAME="Red Hat Enterprise Linux" VERSION="8.4 (Ootpa)" ID="r

[GitHub] [pulsar] equanz commented on pull request #11382: [broker] Fixed Replicated Subscription isn't replicate new subscription when remote producer is closed

2021-07-21 Thread GitBox
equanz commented on pull request #11382: URL: https://github.com/apache/pulsar/pull/11382#issuecomment-884017355 /pulsarbot run-failure-checks -- 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 the

svn commit: r48921 [2/2] - in /dev/pulsar/pulsar-2.7.3-candidate-2: ./ DEB/ RPMS/ RPMS/repodata/ connectors/

2021-07-21 Thread bogong
Added: dev/pulsar/pulsar-2.7.3-candidate-2/connectors/pulsar-io-jdbc-postgres-2.7.3.nar.asc == --- dev/pulsar/pulsar-2.7.3-candidate-2/connectors/pulsar-io-jdbc-postgres-2.7.3.nar.asc (added) +++ dev/pulsar/pulsar-2.7.3

svn commit: r48921 [1/2] - in /dev/pulsar/pulsar-2.7.3-candidate-2: ./ DEB/ RPMS/ RPMS/repodata/ connectors/

2021-07-21 Thread bogong
Author: bogong Date: Wed Jul 21 09:05:04 2021 New Revision: 48921 Log: Staging artifacts and signature for Pulsar release 2.7.3 Added: dev/pulsar/pulsar-2.7.3-candidate-2/ dev/pulsar/pulsar-2.7.3-candidate-2/DEB/ dev/pulsar/pulsar-2.7.3-candidate-2/DEB/Packages.gz (with props) d

[GitHub] [pulsar] Shoothzj commented on pull request #11347: Avoid infinite waiting for consumer close

2021-07-21 Thread GitBox
Shoothzj commented on pull request #11347: URL: https://github.com/apache/pulsar/pull/11347#issuecomment-884028427 > @Shoothzj thanks for your contribution. For this PR, do we need to update docs? > > (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/m

[GitHub] [pulsar-client-go] wolfstudy commented on issue #565: Send gorutine blocked

2021-07-21 Thread GitBox
wolfstudy commented on issue #565: URL: https://github.com/apache/pulsar-client-go/issues/565#issuecomment-884043209 > There might be another cause for this blocking? It there a way to reproduce this or get a profile of the the go routines when this happens? Yes, it may also be caus

[GitHub] [pulsar-client-go] wolfstudy commented on pull request #571: [issue 490] Add error log when schema encode failed.

2021-07-21 Thread GitBox
wolfstudy commented on pull request #571: URL: https://github.com/apache/pulsar-client-go/pull/571#issuecomment-884046579 > @wolfstudy Can you approve GitHub workflow to run again. I just found out that the code wasn't formatted, so I submitted it again. > ![image](https://user-images.g

[pulsar-client-go] branch master updated: Add producer check state before send msg. (#569)

2021-07-21 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-client-go.git The following commit(s) were added to refs/heads/master by this push: new 1dfb8fd Add producer check state before

[GitHub] [pulsar-client-go] wolfstudy merged pull request #569: [issue 495] fix: producer.Send() blocks forever for closed producer

2021-07-21 Thread GitBox
wolfstudy merged pull request #569: URL: https://github.com/apache/pulsar-client-go/pull/569 -- 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 the specific comment. To unsubscribe, e-mail: commi

[GitHub] [pulsar] equanz commented on pull request #11382: [broker] Fixed Replicated Subscription isn't replicate new subscription when remote producer is closed

2021-07-21 Thread GitBox
equanz commented on pull request #11382: URL: https://github.com/apache/pulsar/pull/11382#issuecomment-884082680 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar-client-go] wolfstudy merged pull request #571: [issue 490] Add error log when schema encode failed.

2021-07-21 Thread GitBox
wolfstudy merged pull request #571: URL: https://github.com/apache/pulsar-client-go/pull/571 -- 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 the specific comment. To unsubscribe, e-mail: commi

[pulsar-client-go] branch master updated: [issue 490] Add error log when schema encode failed. (#571)

2021-07-21 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-client-go.git The following commit(s) were added to refs/heads/master by this push: new bbee640 [issue 490] Add error log when s

[GitHub] [pulsar-client-go] wolfstudy closed issue #490: error not return when encode failed

2021-07-21 Thread GitBox
wolfstudy closed issue #490: URL: https://github.com/apache/pulsar-client-go/issues/490 -- 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 the specific comment. To unsubscribe, e-mail: commits-un

[GitHub] [pulsar] tuteng commented on pull request #11358: [website][pulsar]: auto generate docs for pulsar subcommand: discovery

2021-07-21 Thread GitBox
tuteng commented on pull request #11358: URL: https://github.com/apache/pulsar/pull/11358#issuecomment-884103482 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar] tuteng commented on pull request #11364: [website][pulsar]: auto generate docs for pulsar subcommand: websocket

2021-07-21 Thread GitBox
tuteng commented on pull request #11364: URL: https://github.com/apache/pulsar/pull/11364#issuecomment-884103883 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar] tuteng commented on pull request #11361: feat: auto generate docs for pulsar subcommand proxy

2021-07-21 Thread GitBox
tuteng commented on pull request #11361: URL: https://github.com/apache/pulsar/pull/11361#issuecomment-884104073 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar] tuteng commented on pull request #11360: [website][pulsar]: auto generate docs for pulsar subcommand: initialize-transaction-coordinator-metadata

2021-07-21 Thread GitBox
tuteng commented on pull request #11360: URL: https://github.com/apache/pulsar/pull/11360#issuecomment-884104211 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar] tuteng commented on pull request #11359: [website][pulsar]: auto generate docs for pulsar subcommand: initialize-namespace

2021-07-21 Thread GitBox
tuteng commented on pull request #11359: URL: https://github.com/apache/pulsar/pull/11359#issuecomment-884104352 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar] tuteng commented on pull request #11328: [website][pulsar]: auto generate docs for pulsar subcommand: delete-cluster-metadata

2021-07-21 Thread GitBox
tuteng commented on pull request #11328: URL: https://github.com/apache/pulsar/pull/11328#issuecomment-884104531 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar] tuteng commented on pull request #11327: [website][pulsar]: auto generate docs for pulsar subcommand: initialize-cluster-metadata

2021-07-21 Thread GitBox
tuteng commented on pull request #11327: URL: https://github.com/apache/pulsar/pull/11327#issuecomment-884104707 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar] tuteng commented on pull request #11326: [website][pulsar]: auto generate docs for pulsar subcommand: functions-worker

2021-07-21 Thread GitBox
tuteng commented on pull request #11326: URL: https://github.com/apache/pulsar/pull/11326#issuecomment-884104938 /pulsarbot run-failure-checks -- 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 the

[GitHub] [pulsar] BewareMyPower commented on pull request #11388: [C++] Support protobuf native schema

2021-07-21 Thread GitBox
BewareMyPower commented on pull request #11388: URL: https://github.com/apache/pulsar/pull/11388#issuecomment-884115446 Now all tests passed. -- 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 the

[GitHub] [pulsar] RobertIndie commented on pull request #11341: [Broker] Add multi roles support for authorization

2021-07-21 Thread GitBox
RobertIndie commented on pull request #11341: URL: https://github.com/apache/pulsar/pull/11341#issuecomment-884128217 /pulsarbot run-failure-checks -- 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 t

[GitHub] [pulsar] freeznet closed pull request #11411: OOM

2021-07-21 Thread GitBox
freeznet closed pull request #11411: URL: https://github.com/apache/pulsar/pull/11411 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsu

[GitHub] [pulsar] freeznet opened a new pull request #11411: OOM

2021-07-21 Thread GitBox
freeznet opened a new pull request #11411: URL: https://github.com/apache/pulsar/pull/11411 *(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.)*

[GitHub] [pulsar] littleorca opened a new issue #11412: When open ledger encountered factory shutdown, callback may never be called back.

2021-07-21 Thread GitBox
littleorca opened a new issue #11412: URL: https://github.com/apache/pulsar/issues/11412 **Describe the bug** For the moment that ManagedLedgerFactoryImpl.open() runs into MetaStoreImpl.getManagedLedgerInfo() and waiting for the future returned by store.get() to complete, if ManagedLedg

[GitHub] [pulsar] altre commented on issue #11203: 2.8.0 Python client library for Mac OS Big Sur won't load due to absolute linker paths left over from build environment

2021-07-21 Thread GitBox
altre commented on issue #11203: URL: https://github.com/apache/pulsar/issues/11203#issuecomment-884168834 Hi, it would be really great if you could fix this @aahmed-se , I can find no way to install any version of the python client on mac currently. Building from source and old versions a

[GitHub] [pulsar] startjava opened a new issue #11413: pulsar ! Can you fix the exception that occurred at startup?

2021-07-21 Thread GitBox
startjava opened a new issue #11413: URL: https://github.com/apache/pulsar/issues/11413 Standalone mode start, can you solve the error that occurred at startup, I use version 2.8 use "./pulsar standalone" start, N more errors, you officially can try it yourself ah? Can you fix the exceptio

[GitHub] [pulsar] galrose closed issue #10136: Memory leak

2021-07-21 Thread GitBox
galrose closed issue #10136: URL: https://github.com/apache/pulsar/issues/10136 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubscr..

[GitHub] [pulsar] bry00 commented on issue #11203: 2.8.0 Python client library for Mac OS Big Sur won't load due to absolute linker paths left over from build environment

2021-07-21 Thread GitBox
bry00 commented on issue #11203: URL: https://github.com/apache/pulsar/issues/11203#issuecomment-884214344 I have the same problem. Any chance for a quick fix to this issue? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [pulsar] saveriogzz commented on issue #4096: C++ client support for arm64 (like Raspberry Pi)

2021-07-21 Thread GitBox
saveriogzz commented on issue #4096: URL: https://github.com/apache/pulsar/issues/4096#issuecomment-884216218 Hello! Is @sekarpdkt 's procedure the suggested way to build the client on ARM/Docker ? -- This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [pulsar] saveriogzz commented on issue #9594: Could not find a version that satisfies the requirement pulsar-client==2.7.0

2021-07-21 Thread GitBox
saveriogzz commented on issue #9594: URL: https://github.com/apache/pulsar/issues/9594#issuecomment-884221687 Hey @0x5e and @linusmotu ! Did you have success in the meantime? I am also putting effort in it. Did you already try what the user in #4096 was suggesting? -- This is an autom

[GitHub] [pulsar] gaoran10 commented on a change in pull request #11400: [Python Client] Fix handle complex schema

2021-07-21 Thread GitBox
gaoran10 commented on a change in pull request #11400: URL: https://github.com/apache/pulsar/pull/11400#discussion_r674055519 ## File path: pulsar-client-cpp/python/pulsar/schema/schema_avro.py ## @@ -45,14 +46,23 @@ def _get_serialized_value(self, x): def encode(self,

[GitHub] [pulsar] gaoran10 commented on a change in pull request #11400: [Python Client] Fix handle complex schema

2021-07-21 Thread GitBox
gaoran10 commented on a change in pull request #11400: URL: https://github.com/apache/pulsar/pull/11400#discussion_r674056495 ## File path: pulsar-client-cpp/python/pulsar/schema/definition.py ## @@ -56,15 +57,20 @@ def _get_fields(cls, dct): class Record(with_metaclass(Reco

[GitHub] [pulsar] lhotari opened a new pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
lhotari opened a new pull request #11414: URL: https://github.com/apache/pulsar/pull/11414 ### Motivation There are several integration test jobs failing where the docker container run by Testcontainers gets terminated with error code 137 (maps to out of memory error). The fa

[GitHub] [pulsar] zliang-min commented on a change in pull request #11401: [pulsar-function] Stop calling the deprated method Thread.stop when stopping the function thread in ThreadRuntime.

2021-07-21 Thread GitBox
zliang-min commented on a change in pull request #11401: URL: https://github.com/apache/pulsar/pull/11401#discussion_r674071987 ## File path: pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/runtime/thread/ThreadRuntime.java ## @@ -206,7 +206,7 @@ public void

[GitHub] [pulsar] santhoshsath opened a new issue #11415: JVM Core dumps on 8-jre-alpine docker image

2021-07-21 Thread GitBox
santhoshsath opened a new issue #11415: URL: https://github.com/apache/pulsar/issues/11415 I have an existing lightbend Play server in production running as a docker image recently I added a pulsar client library to it (org.apache.pulsar:pulsar-client:2.7.2) I tested the connectivi

[GitHub] [pulsar] kaushik-develop commented on pull request #11331: [PIP-82] [pulsar-broker] updates to resource-group stats:

2021-07-21 Thread GitBox
kaushik-develop commented on pull request #11331: URL: https://github.com/apache/pulsar/pull/11331#issuecomment-884305545 /pulsarbot run-failure-checks -- 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

[GitHub] [pulsar-client-go] maraiskruger1980 commented on issue #568: On partitioned topics, DLQ producer create panics

2021-07-21 Thread GitBox
maraiskruger1980 commented on issue #568: URL: https://github.com/apache/pulsar-client-go/issues/568#issuecomment-884306029 0.5.0 On Tue, Jul 20, 2021 at 7:35 PM cckellogg ***@***.***> wrote: > What version of the client are you using? > > — > You are receiving this b

[GitHub] [pulsar] bixinyu commented on pull request #11392: Issue 11338: add documentation about the upgrade of Pulsar 2.8.0

2021-07-21 Thread GitBox
bixinyu commented on pull request #11392: URL: https://github.com/apache/pulsar/pull/11392#issuecomment-884328619 @Anonymitaet Stable version could use production environment wish recommended,It is better to have installation and deployment documentation in Chinese,many thanks,Technical d

[GitHub] [pulsar] merlimat merged pull request #11388: [C++] Support protobuf native schema

2021-07-21 Thread GitBox
merlimat merged pull request #11388: URL: https://github.com/apache/pulsar/pull/11388 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsu

[pulsar] branch master updated (5ad4059 -> 992760e)

2021-07-21 Thread mmerli
This is an automated email from the ASF dual-hosted git repository. mmerli pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 5ad4059 [website][pulsar]: auto generate docs for pulsar subcommand: standalone (#11362) add 992760e [C++] Su

[GitHub] [pulsar] jerrypeng commented on pull request #11378: Fix issue in CLI when validating batch source config

2021-07-21 Thread GitBox
jerrypeng commented on pull request #11378: URL: https://github.com/apache/pulsar/pull/11378#issuecomment-884359598 /pulsarbot run-failure-checks -- 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] nlu90 commented on pull request #11401: [pulsar-function] Stop calling the deprated method Thread.stop when stopping the function thread in ThreadRuntime.

2021-07-21 Thread GitBox
nlu90 commented on pull request #11401: URL: https://github.com/apache/pulsar/pull/11401#issuecomment-884393814 With this change, will there be any dangling thread in the heap dump that's not cleaned up? -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] eolivelli commented on pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
eolivelli commented on pull request #11414: URL: https://github.com/apache/pulsar/pull/11414#issuecomment-884426335 /pulsarbot rerun-failure-checks -- 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

[GitHub] [pulsar] lhotari commented on pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
lhotari commented on pull request #11414: URL: https://github.com/apache/pulsar/pull/11414#issuecomment-884458663 For some reason the problem persists. I'll try to debug it with a ssh console once more. -- This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [pulsar] nlu90 opened a new issue #11416: [pulsar function] puslarAdmin is not exposed properly even function worker is set to expose it

2021-07-21 Thread GitBox
nlu90 opened a new issue #11416: URL: https://github.com/apache/pulsar/issues/11416 **Describe the bug** In Standalone puslar cluster with functions_worker.yaml config `exposeAdminClientEnabled ` set to true, the `context. getPulsarAdmin` results in exception. The function worker

[GitHub] [pulsar] santhoshsath commented on issue #11415: JVM Core dumps on 8-jre-alpine docker image

2021-07-21 Thread GitBox
santhoshsath commented on issue #11415: URL: https://github.com/apache/pulsar/issues/11415#issuecomment-884473067 At the very least is there a way to disable epoll and use java nio in pulsar client ? -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] lhotari commented on pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
lhotari commented on pull request #11414: URL: https://github.com/apache/pulsar/pull/11414#issuecomment-884481366 In GitHub Actions, there's a certain cgroup used for running jobs. It sets swappiness to 60 by default. Here's the output of `cgget actions_job` within the GitHub Action

[GitHub] [pulsar] lhotari commented on pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
lhotari commented on pull request #11414: URL: https://github.com/apache/pulsar/pull/11414#issuecomment-884482263 `cgset -r memory.swappiness=1 actions_job` changes swappiness, but I'm not sure if that it enough. Another option could be to remove the cgroups setting from `/etc/docker/daemo

[GitHub] [pulsar] lhotari commented on pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
lhotari commented on pull request #11414: URL: https://github.com/apache/pulsar/pull/11414#issuecomment-884501342 I was now able to capture the error message when OOM killer kicks in. https://gist.github.com/lhotari/b229863e6dadf2a7239a28d9c8ff3a15 is the `dmesg` output. ``` [ 29

[GitHub] [pulsar] lhotari commented on pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
lhotari commented on pull request #11414: URL: https://github.com/apache/pulsar/pull/11414#issuecomment-884503897 another oom kill ``` [ 5025.370395] systemd-resolve invoked oom-killer: gfp_mask=0x100cca(GFP_HIGHUSER_MOVABLE), order=0, oom_score_adj=0 [ 5025.370399] CPU: 0 PID: 533

[GitHub] [pulsar] jerrypeng merged pull request #11385: Fix NPE when builtin connector does not exist.

2021-07-21 Thread GitBox
jerrypeng merged pull request #11385: URL: https://github.com/apache/pulsar/pull/11385 -- 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 the specific comment. To unsubscribe, e-mail: commits-uns

[pulsar] branch master updated (992760e -> 8569d92)

2021-07-21 Thread jerrypeng
This is an automated email from the ASF dual-hosted git repository. jerrypeng pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 992760e [C++] Support protobuf native schema (#11388) add 8569d92 Fix NPE when builtin connector does not e

[GitHub] [pulsar] jerrypeng commented on pull request #11378: Fix issue in CLI when validating batch source config

2021-07-21 Thread GitBox
jerrypeng commented on pull request #11378: URL: https://github.com/apache/pulsar/pull/11378#issuecomment-884517457 /pulsarbot run-failure-checks -- 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] kaushik-develop commented on pull request #11331: [PIP-82] [pulsar-broker] updates to resource-group stats:

2021-07-21 Thread GitBox
kaushik-develop commented on pull request #11331: URL: https://github.com/apache/pulsar/pull/11331#issuecomment-884573941 /pulsarbot run-failure-checks -- 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

[GitHub] [pulsar] hsaputra commented on pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
hsaputra commented on pull request #11414: URL: https://github.com/apache/pulsar/pull/11414#issuecomment-884576252 @sijie , @codelipenghui - do you guys have any comments or concern about this PR? This should help improving stability of the tests for other PRs. Thanks -- This is an au

[GitHub] [pulsar] Anonymitaet commented on pull request #11399: [pulsar function] add instanceId and fqn into log message properties

2021-07-21 Thread GitBox
Anonymitaet commented on pull request #11399: URL: https://github.com/apache/pulsar/pull/11399#issuecomment-884583841 @nlu90 thanks. You can ping me if you need a doc review. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [pulsar] sijie merged pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
sijie merged pull request #11414: URL: https://github.com/apache/pulsar/pull/11414 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubsc

[pulsar] branch master updated: [Tests] Reduce integration test memory usage in CI (#11414)

2021-07-21 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 af213c2 [Tests] Reduce integration test memory u

[GitHub] [pulsar] nlu90 opened a new pull request #11417: set exposePulsarAdmin to true if enabled

2021-07-21 Thread GitBox
nlu90 opened a new pull request #11417: URL: https://github.com/apache/pulsar/pull/11417 Fixes #11416 ### Verifying this change - [ ] Make sure that the change passes the CI checks. ### Documentation For contributor For this PR, do we need to updat

[GitHub] [pulsar] codelipenghui closed pull request #11207: [Branch-2.7] Fix the version typo

2021-07-21 Thread GitBox
codelipenghui closed pull request #11207: URL: https://github.com/apache/pulsar/pull/11207 -- 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 the specific comment. To unsubscribe, e-mail: commits

[GitHub] [pulsar] codelipenghui closed pull request #11159: [WIP] Fix reading compacted data with the earliest start position by using Reader API

2021-07-21 Thread GitBox
codelipenghui closed pull request #11159: URL: https://github.com/apache/pulsar/pull/11159 -- 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 the specific comment. To unsubscribe, e-mail: commits

[GitHub] [pulsar] hsaputra commented on pull request #11414: [Tests] Reduce integration test memory usage in CI

2021-07-21 Thread GitBox
hsaputra commented on pull request #11414: URL: https://github.com/apache/pulsar/pull/11414#issuecomment-884588918 Thanks @sijie 👍 -- 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 the specific c

[GitHub] [pulsar] codelipenghui commented on pull request #11341: [Broker] Add multi roles support for authorization

2021-07-21 Thread GitBox
codelipenghui commented on pull request #11341: URL: https://github.com/apache/pulsar/pull/11341#issuecomment-884591912 @RobertIndie could you please rebase to the master branch? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[GitHub] [pulsar] Anonymitaet commented on pull request #11347: Avoid infinite waiting for consumer close

2021-07-21 Thread GitBox
Anonymitaet commented on pull request #11347: URL: https://github.com/apache/pulsar/pull/11347#issuecomment-884595403 @Shoothzj OK. Can you leave doc-related info for future PRs? Thanks -- This is an automated message from the Apache Git Service. To respond to the message, please log on t

[GitHub] [pulsar] sijie merged pull request #11369: Generate documentation of ServiceDiscovery automatically

2021-07-21 Thread GitBox
sijie merged pull request #11369: URL: https://github.com/apache/pulsar/pull/11369 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubsc

[pulsar] branch master updated (af213c2 -> 87e2758)

2021-07-21 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from af213c2 [Tests] Reduce integration test memory usage in CI (#11414) add 87e2758 Generate documentation of Servi

[GitHub] [pulsar] sijie merged pull request #11361: feat: auto generate docs for pulsar subcommand proxy

2021-07-21 Thread GitBox
sijie merged pull request #11361: URL: https://github.com/apache/pulsar/pull/11361 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubsc

[pulsar] branch master updated (87e2758 -> 2b0073b)

2021-07-21 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 87e2758 Generate documentation of ServiceDiscovery automatically (#11369) add 2b0073b feat: auto generate docs

[GitHub] [pulsar] sijie merged pull request #11317: [pulsar-doc] Document pulsar-kafka adapter encryption support

2021-07-21 Thread GitBox
sijie merged pull request #11317: URL: https://github.com/apache/pulsar/pull/11317 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubsc

[pulsar] branch master updated (2b0073b -> b72635d)

2021-07-21 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 2b0073b feat: auto generate docs for pulsar subcommand proxy (#11361) add b72635d [pulsar-doc] Document pulsar-

[GitHub] [pulsar] sijie merged pull request #11347: Avoid infinite waiting for consumer close

2021-07-21 Thread GitBox
sijie merged pull request #11347: URL: https://github.com/apache/pulsar/pull/11347 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubsc

[pulsar] branch master updated (b72635d -> 4d3fdae)

2021-07-21 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from b72635d [pulsar-doc] Document pulsar-kafka adapter encryption support (#11317) add 4d3fdae Avoid infinite wait

[GitHub] [pulsar] sijie closed issue #11007: add direct support for message values already serialized in Apache Avro

2021-07-21 Thread GitBox
sijie closed issue #11007: URL: https://github.com/apache/pulsar/issues/11007 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubscr...@

[GitHub] [pulsar] sijie merged pull request #11238: [Issue 11007] add a version of AUTO_PRODUCE_BYTES that doesn't validate the message in `encode`

2021-07-21 Thread GitBox
sijie merged pull request #11238: URL: https://github.com/apache/pulsar/pull/11238 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubsc

[pulsar] branch master updated (4d3fdae -> a78b029)

2021-07-21 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 4d3fdae Avoid infinite waiting for consumer close (#11347) add a78b029 [Issue 11007] add a version of AUTO_PRO

[GitHub] [pulsar] sijie merged pull request #11115: fix flaky test testUpdateDynamicLocalConfiguration

2021-07-21 Thread GitBox
sijie merged pull request #5: URL: https://github.com/apache/pulsar/pull/5 -- 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 the specific comment. To unsubscribe, e-mail: commits-unsubsc

  1   2   >