[GitHub] [pulsar-client-cpp] licj520 opened a new issue, #260: [Bug] pulsar::InitialPositionEarliest Not effective

2023-04-26 Thread via GitHub
licj520 opened a new issue, #260: URL: https://github.com/apache/pulsar-client-cpp/issues/260 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version 3.2.0-pre ###

[GitHub] [pulsar-site] Anonymitaet commented on a diff in pull request #542: Add doc for available-functions and functions reload

2023-04-26 Thread via GitHub
Anonymitaet commented on code in PR #542: URL: https://github.com/apache/pulsar-site/pull/542#discussion_r1178633867 ## docs/functions-deploy-cluster-builtin.md: ## @@ -14,3 +14,15 @@ bin/pulsar-admin functions create \ --inputs persistent://public/default/input-1 \

[GitHub] [pulsar] Anonymitaet commented on pull request #18951: [improve][fn] support reading config options from file in Function Python Runner

2023-04-26 Thread via GitHub
Anonymitaet commented on PR #18951: URL: https://github.com/apache/pulsar/pull/18951#issuecomment-1524713954 @tpiperatgod thanks for your technical input! I've restructured the docs based on user learning habits and raised a question in

[GitHub] [pulsar-site] Anonymitaet commented on pull request #544: [improve][fn] add docs for supporting reading config options from files in Python runner

2023-04-26 Thread via GitHub
Anonymitaet commented on PR #544: URL: https://github.com/apache/pulsar-site/pull/544#issuecomment-1524712753 Hi @tpiperatgod, I submit this PR since it's more convenient to show you my thoughts and preview. ### Preview

[GitHub] [pulsar] sh-y00 created a discussion: Relationship between Backlog size and Retention size

2023-04-26 Thread GitBox
GitHub user sh-y00 created a discussion: Relationship between Backlog size and Retention size Can someone please tell me the relationship between Backlog size and Retention size, because I don't understand it. ●Assumption Backlog Size:500GB ●Description When I tried to set the Retention

[GitHub] [pulsar-site] Anonymitaet opened a new pull request, #544: [improve][fn] add docs for supporting reading config options from files in Python runner

2023-04-26 Thread via GitHub
Anonymitaet opened a new pull request, #544: URL: https://github.com/apache/pulsar-site/pull/544 This PR adds docs for https://github.com/apache/pulsar/pull/18951 - [x] `doc`

[GitHub] [pulsar] coderzc commented on pull request #16832: [feature][broker] Support cgroup v2 by using `jdk.internal.platform.Metrics` in Pulsar Loadbalancer

2023-04-26 Thread via GitHub
coderzc commented on PR #16832: URL: https://github.com/apache/pulsar/pull/16832#issuecomment-1524693296 I will update this PR as soon. -- 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] Apurva007 added a comment to the discussion: Bookkeeper Storage recommendations

2023-04-26 Thread GitBox
GitHub user Apurva007 added a comment to the discussion: Bookkeeper Storage recommendations @hangc0276 Great! thanks for helping with the answer!  GitHub link: https://github.com/apache/pulsar/discussions/19606#discussioncomment-5738485 This is an automatically sent email for

[GitHub] [pulsar-site] coderzc merged pull request #534: Release 2.9.5

2023-04-26 Thread via GitHub
coderzc merged PR #534: URL: https://github.com/apache/pulsar-site/pull/534 -- 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:

[pulsar-site] branch main updated: removed 2nd ledgers in topic internal stats (#540)

2023-04-26 Thread liuyu
This is an automated email from the ASF dual-hosted git repository. liuyu pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git The following commit(s) were added to refs/heads/main by this push: new d895c474a39 removed 2nd ledgers in topic

[GitHub] [pulsar-site] Anonymitaet merged pull request #540: removed 2nd ledgers in topic internal stats

2023-04-26 Thread via GitHub
Anonymitaet merged PR #540: URL: https://github.com/apache/pulsar-site/pull/540 -- 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:

[GitHub] [pulsar] yapxue commented on issue #20186: [Bug] broker cannot connect to bookie suddenly and after restarting this issue persists

2023-04-26 Thread via GitHub
yapxue commented on issue #20186: URL: https://github.com/apache/pulsar/issues/20186#issuecomment-1524646912 > I can see several bookie id patterns, Bookie L2032 disappeared, Bookie ID-003234 disappeared, Bookie 0x_0x disappeared, log is

[GitHub] [pulsar] poorbarcode opened a new pull request, #20190: [improve] [broker] Skip split boundle if only one broker

2023-04-26 Thread via GitHub
poorbarcode opened a new pull request, #20190: URL: https://github.com/apache/pulsar/pull/20190 ### Motivation When there is only one broker alive in the cluster, the split bundle makes no sense and the `unload bundle` event is triggered, making it even more unstable. ###

[GitHub] [pulsar-client-go] Gleiphir2769 commented on a diff in pull request #1003: [Flaky Test]: Fix flaky test TestMaxPendingChunkMessages()

2023-04-26 Thread via GitHub
Gleiphir2769 commented on code in PR #1003: URL: https://github.com/apache/pulsar-client-go/pull/1003#discussion_r1178584002 ## pulsar/message_chunking_test.go: ## @@ -576,3 +548,27 @@ func createTestMessagePayload(size int) []byte { } return payload } +

[pulsar-site] branch matrix-page updated (cb7cf5486b5 -> c534eec8c9b)

2023-04-26 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch matrix-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from cb7cf5486b5 Merge branch 'matrix-page' of github.com:apache/pulsar-site into matrix-page add

[pulsar-site] branch matrix-page updated (b6b33865ce0 -> cb7cf5486b5)

2023-04-26 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch matrix-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from b6b33865ce0 run yarn install add 4350c3151c6 update add cb7cf5486b5 Merge branch 'matrix-page' of

[GitHub] [pulsar-client-python] yebai1105 commented on issue #113: python client does not retry when get topic partition metadata to create producer fails

2023-04-26 Thread via GitHub
yebai1105 commented on issue #113: URL: https://github.com/apache/pulsar-client-python/issues/113#issuecomment-1524539948 pulsar-client=3.1.0,I tried this version too, but there is also a problem -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [pulsar] tisonkun commented on issue #19877: [Doc] Add API doc for the C# client

2023-04-26 Thread via GitHub
tisonkun commented on issue #19877: URL: https://github.com/apache/pulsar/issues/19877#issuecomment-1524508579 I'm trying to take a look into this ticket in the following weeks. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [pulsar-site] coderzc commented on pull request #534: Release 2.9.5

2023-04-26 Thread via GitHub
coderzc commented on PR #534: URL: https://github.com/apache/pulsar-site/pull/534#issuecomment-1524500034 /cc @Anonymitaet -- 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.

[GitHub] [pulsar-client-cpp] licj520 opened a new issue, #259: [Bug] Exception could be thrown when creating producers or consumers with Windows debug library

2023-04-26 Thread via GitHub
licj520 opened a new issue, #259: URL: https://github.com/apache/pulsar-client-cpp/issues/259 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar-client-cpp/issues) and found nothing similar. ### Version 3.2.0 ###

[GitHub] [pulsar-client-cpp] BewareMyPower commented on a diff in pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-26 Thread via GitHub
BewareMyPower commented on code in PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257#discussion_r1178552636 ## include/pulsar/Client.h: ## @@ -404,6 +404,19 @@ class PULSAR_PUBLIC Client { */ uint64_t getNumberOfConsumers(); +/** + *

[GitHub] [pulsar-client-cpp] BewareMyPower commented on a diff in pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-26 Thread via GitHub
BewareMyPower commented on code in PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257#discussion_r1178548743 ## include/pulsar/Client.h: ## @@ -404,6 +404,19 @@ class PULSAR_PUBLIC Client { */ uint64_t getNumberOfConsumers(); +/** + *

[GitHub] [pulsar] github-actions[bot] commented on issue #19770: [Bug] Topics with slashes cannot be queried

2023-04-26 Thread via GitHub
github-actions[bot] commented on issue #19770: URL: https://github.com/apache/pulsar/issues/19770#issuecomment-1524435264 The issue had no activity for 30 days, mark with Stale label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] github-actions[bot] commented on issue #19877: [Doc] Add API doc for the C# client

2023-04-26 Thread via GitHub
github-actions[bot] commented on issue #19877: URL: https://github.com/apache/pulsar/issues/19877#issuecomment-1524434937 The issue had no activity for 30 days, mark with Stale label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] github-actions[bot] commented on issue #19894: [Bug] Pulsar shutdowns Sink connector on exception

2023-04-26 Thread via GitHub
github-actions[bot] commented on issue #19894: URL: https://github.com/apache/pulsar/issues/19894#issuecomment-1524434788 The issue had no activity for 30 days, mark with Stale label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] github-actions[bot] commented on issue #19943: TLS mutual Authentication with PEM configuration fails to establish a successful connection

2023-04-26 Thread via GitHub
github-actions[bot] commented on issue #19943: URL: https://github.com/apache/pulsar/issues/19943#issuecomment-1524434659 The issue had no activity for 30 days, mark with Stale label. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar-client-cpp] BewareMyPower commented on a diff in pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-26 Thread via GitHub
BewareMyPower commented on code in PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257#discussion_r1178544663 ## include/pulsar/Message.h: ## @@ -177,7 +177,14 @@ class PULSAR_PUBLIC Message { bool hasSchemaVersion() const; /** - * Get the schema

[pulsar-site] branch main updated: Docs sync done from apache/pulsar (#f7c0b3c)

2023-04-26 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-site.git The following commit(s) were added to refs/heads/main by this push: new 32bc4f32a7e Docs sync done from apache/pulsar

[GitHub] [pulsar] yapxue closed issue #20186: [Bug] broker cannot connect to bookie suddenly and after restarting this issue persists

2023-04-26 Thread via GitHub
yapxue closed issue #20186: [Bug] broker cannot connect to bookie suddenly and after restarting this issue persists URL: https://github.com/apache/pulsar/issues/20186 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [pulsar] hangc0276 added a comment to the discussion: Bookkeeper Storage recommendations

2023-04-26 Thread GitBox
GitHub user hangc0276 added a comment to the discussion: Bookkeeper Storage recommendations > What is the recommended storage ratio of journal to the ledger disks? We have > 6 ledger SSD SATA disks of 7.5 TB each available. We were wondering how much > journal storage(NVMe) would be

[GitHub] [pulsar] heesung-sn commented on a diff in pull request #16832: [feature][broker] Support cgroup v2 by using `jdk.internal.platform.Metrics` in Pulsar Loadbalancer

2023-04-26 Thread via GitHub
heesung-sn commented on code in PR #16832: URL: https://github.com/apache/pulsar/pull/16832#discussion_r1178536739 ## pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/LinuxInfoUtils.java: ## @@ -98,11 +138,14 @@ public static double getTotalCpuLimit(boolean

[GitHub] [pulsar] hangc0276 edited a comment on the discussion: Bookkeeper Direct Memory Consumption is High

2023-04-26 Thread GitBox
GitHub user hangc0276 edited a comment on the discussion: Bookkeeper Direct Memory Consumption is High Hi @sourabhaggrawal, thank you for raising this issue. I have a few questions. - Which version are you upgrading from? Before upgrading, does the BookKeeper's direct memory issue exist? -

[GitHub] [pulsar] hangc0276 added a comment to the discussion: Bookkeeper Direct Memory Consumption is High

2023-04-26 Thread GitBox
GitHub user hangc0276 added a comment to the discussion: Bookkeeper Direct Memory Consumption is High Hi @sourabhaggrawal, thank you for raising this issue. I have a few questions. - Which version are you upgrading from? Before upgrading, does the BookKeeper's direct memory issue exist? -

[GitHub] [pulsar] nodece commented on pull request #16832: [feature][broker] Support cgroup v2 by using `jdk.internal.platform.Metrics` in Pulsar Loadbalancer

2023-04-26 Thread via GitHub
nodece commented on PR #16832: URL: https://github.com/apache/pulsar/pull/16832#issuecomment-1523721850 Any updates? I think this PR makes sense to use the cgroup v2. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [pulsar] poorbarcode opened a new pull request, #20189: [fix][broker]Fix deadlock of metadata store

2023-04-26 Thread via GitHub
poorbarcode opened a new pull request, #20189: URL: https://github.com/apache/pulsar/pull/20189 ### Motivation In the method `loadOrCreatePersistentTopic,` it does `getBundles` after `LockManagerImpl.lambda$acquireLock`. This all runs on the thread `main-EventThread.` It will cause

[GitHub] [pulsar-client-cpp] shibd commented on a diff in pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-26 Thread via GitHub
shibd commented on code in PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257#discussion_r1178056562 ## include/pulsar/Client.h: ## @@ -404,6 +404,19 @@ class PULSAR_PUBLIC Client { */ uint64_t getNumberOfConsumers(); +/** + * Asynchronously

[GitHub] [pulsar] adrian-tarau opened a new issue, #20188: ProducerConfigurationData & ConsumerConfigurationData is not documented with @ApiModelProperty

2023-04-26 Thread via GitHub
adrian-tarau opened a new issue, #20188: URL: https://github.com/apache/pulsar/issues/20188 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation ClientConfigurationData has all

[GitHub] [pulsar] nicoloboschi merged pull request #20116: [improve][fn] Allow unknown fields in connectors config

2023-04-26 Thread via GitHub
nicoloboschi merged PR #20116: URL: https://github.com/apache/pulsar/pull/20116 -- 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:

[pulsar] branch master updated: [improve][fn] Allow unknown fields in connectors config (#20116)

2023-04-26 Thread nicoloboschi
This is an automated email from the ASF dual-hosted git repository. nicoloboschi 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 f7c0b3c49c9 [improve][fn] Allow unknown

[GitHub] [pulsar] lhotari commented on issue #16601: Add support for cgroup v2 in Pulsar Loadbalancer

2023-04-26 Thread via GitHub
lhotari commented on issue #16601: URL: https://github.com/apache/pulsar/issues/16601#issuecomment-1523562861 AWS EKS v1.26 nodes will default to cgroup v2 based on this comment: https://github.com/awslabs/amazon-eks-ami/issues/824#issuecomment-1465951128 -- This is an automated message

[GitHub] [pulsar] lhotari commented on issue #16601: Add support for cgroup v2 in Pulsar Loadbalancer

2023-04-26 Thread via GitHub
lhotari commented on issue #16601: URL: https://github.com/apache/pulsar/issues/16601#issuecomment-1523548867 GKE seems to have a way to select between cgroup v1 & cgroup v2: https://cloud.google.com/kubernetes-engine/docs/how-to/node-system-config#cgroup-mode-options -- This is an

[GitHub] [pulsar] nicoloboschi commented on a diff in pull request #20116: [improve][fn] Allow unknown fields in connectors config

2023-04-26 Thread via GitHub
nicoloboschi commented on code in PR #20116: URL: https://github.com/apache/pulsar/pull/20116#discussion_r1177964071 ## pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstanceRunnable.java: ## @@ -870,6 +872,56 @@ private void

[GitHub] [pulsar] nicoloboschi commented on a diff in pull request #20116: [improve][fn] Allow unknown fields in connectors config

2023-04-26 Thread via GitHub
nicoloboschi commented on code in PR #20116: URL: https://github.com/apache/pulsar/pull/20116#discussion_r1177963377 ## pulsar-functions/instance/src/main/java/org/apache/pulsar/functions/instance/JavaInstanceRunnable.java: ## @@ -870,6 +872,56 @@ private void

[GitHub] [pulsar] Technoboy- merged pull request #20165: [fix][test] Fix flaky test `ConcurrentBitmapSortedLongPairSetTest`

2023-04-26 Thread via GitHub
Technoboy- merged PR #20165: URL: https://github.com/apache/pulsar/pull/20165 -- 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:

[GitHub] [pulsar-client-reactive] nicoloboschi merged pull request #125: Update README to version 0.3.0

2023-04-26 Thread via GitHub
nicoloboschi merged PR #125: URL: https://github.com/apache/pulsar-client-reactive/pull/125 -- 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:

[pulsar-client-reactive] branch main updated: Update README.adoc (#125)

2023-04-26 Thread nicoloboschi
This is an automated email from the ASF dual-hosted git repository. nicoloboschi pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git The following commit(s) were added to refs/heads/main by this push: new 7bee05d Update README.adoc

[pulsar] branch master updated: [fix][test] Fix flaky test `ConcurrentBitmapSortedLongPairSetTest` (#20165)

2023-04-26 Thread technoboy
This is an automated email from the ASF dual-hosted git repository. technoboy 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 0ec576b25fd [fix][test] Fix flaky test

[pulsar-client-reactive] 01/01: Update README.adoc

2023-04-26 Thread cbornet
This is an automated email from the ASF dual-hosted git repository. cbornet pushed a commit to branch readme-0.3.0 in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git commit d8dd180ebebea9c6e0ed3e64909b9dce741df3ba Author: Christophe Bornet AuthorDate: Wed Apr 26

[pulsar-client-reactive] branch readme-0.3.0 created (now d8dd180)

2023-04-26 Thread cbornet
This is an automated email from the ASF dual-hosted git repository. cbornet pushed a change to branch readme-0.3.0 in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git at d8dd180 Update README.adoc This branch includes the following new commits: new d8dd180

[GitHub] [pulsar] clayburn opened a new pull request, #20187: [improve][ci] Update Gradle Enterprise Maven Extension to 1.17

2023-04-26 Thread via GitHub
clayburn opened a new pull request, #20187: URL: https://github.com/apache/pulsar/pull/20187 ### Motivation This PR publishes a build scan for every CI build on GitHub Actions and for every local build from an authenticated Apache committer. The build will not fail if publishing

svn commit: r61482 - /dev/pulsar/pulsar-client-reactive-0.3.0-candidate-1/ /release/pulsar/pulsar-client-reactive-0.3.0/

2023-04-26 Thread eolivelli
Author: eolivelli Date: Wed Apr 26 13:30:31 2023 New Revision: 61482 Log: Release Reactive client for Apache Pulsar 0.3.0 Added: release/pulsar/pulsar-client-reactive-0.3.0/ - copied from r61481, dev/pulsar/pulsar-client-reactive-0.3.0-candidate-1/ Removed:

[GitHub] [pulsar] nicoloboschi commented on a diff in pull request #20116: [improve][fn] Allow unknown fields in connectors config

2023-04-26 Thread via GitHub
nicoloboschi commented on code in PR #20116: URL: https://github.com/apache/pulsar/pull/20116#discussion_r1177841668 ## pulsar-functions/runtime/src/main/java/org/apache/pulsar/functions/worker/WorkerConfig.java: ## @@ -738,6 +738,17 @@ public String

[GitHub] [pulsar] tianshimoyi closed issue #20183: [Bug] gc is not working when bookie node is readOnly

2023-04-26 Thread via GitHub
tianshimoyi closed issue #20183: [Bug] gc is not working when bookie node is readOnly URL: https://github.com/apache/pulsar/issues/20183 -- 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-site] urfreespace commented on pull request #513: pulsar client matrix page

2023-04-26 Thread via GitHub
urfreespace commented on PR #513: URL: https://github.com/apache/pulsar-site/pull/513#issuecomment-1523322397 > @urfreespace fixed. It's because we now check-in yarn.lock to leverage yarn 3 pkg manager. thanks -- This is an automated message from the Apache Git Service. To respond

[GitHub] [pulsar] yapxue commented on issue #20186: [Bug] broker cannot connect to bookie suddenly and after restarting this issue persists

2023-04-26 Thread via GitHub
yapxue commented on issue #20186: URL: https://github.com/apache/pulsar/issues/20186#issuecomment-1523321845 I can see several bookie id patterns, Bookie L2032 disappeared, Bookie ID-003234 disappeared, Bookie 0x_0x disappeared -- This is an automated message from the

[GitHub] [pulsar] yapxue commented on issue #20186: [Bug] broker cannot connect to bookie suddenly and after restarting this issue persists

2023-04-26 Thread via GitHub
yapxue commented on issue #20186: URL: https://github.com/apache/pulsar/issues/20186#issuecomment-1523307887 I can see the log "Bookie urL002422 disappeared" In what case can bookie id be deserialized as "urL002422" -- This is an automated message from the Apache Git Service.

[GitHub] [pulsar] ethqunzhong commented on issue #16955: Failed to start standalone pulsar service with tiered storage due to class not found problem

2023-04-26 Thread via GitHub
ethqunzhong commented on issue #16955: URL: https://github.com/apache/pulsar/issues/16955#issuecomment-1523307814 I have also encountered this bug, and I will try to fix the issue. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[pulsar-client-reactive] annotated tag v0.3.0 updated (277d004 -> ffa1d45)

2023-04-26 Thread cbornet
This is an automated email from the ASF dual-hosted git repository. cbornet pushed a change to annotated tag v0.3.0 in repository https://gitbox.apache.org/repos/asf/pulsar-client-reactive.git *** WARNING: tag v0.3.0 was modified! *** from 277d004 (commit) to ffa1d45 (tag) tagging

[GitHub] [pulsar] yapxue closed issue #20186: [Bug] broker cannot connect to bookie suddenly and after restarting this issue persists

2023-04-26 Thread via GitHub
yapxue closed issue #20186: [Bug] broker cannot connect to bookie suddenly and after restarting this issue persists URL: https://github.com/apache/pulsar/issues/20186 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [pulsar] yapxue opened a new issue, #20186: [Bug] broker cannot connect to bookie suddenly and after restarting this issue persists

2023-04-26 Thread via GitHub
yapxue opened a new issue, #20186: URL: https://github.com/apache/pulsar/issues/20186 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar 2.10.X ### Minimal reproduce

[GitHub] [pulsar] lifepuzzlefun commented on pull request #20152: [fix][admin] Fix examine messages if total message is zero

2023-04-26 Thread via GitHub
lifepuzzlefun commented on PR #20152: URL: https://github.com/apache/pulsar/pull/20152#issuecomment-1523226549 > > @AnonHxy hi, after check the intention of this admin interface. i think we can return a meaningful response directly without return exception to the caller. like if there is

[GitHub] [pulsar-site] tisonkun commented on pull request #513: pulsar client matrix page

2023-04-26 Thread via GitHub
tisonkun commented on PR #513: URL: https://github.com/apache/pulsar-site/pull/513#issuecomment-1523220118 @urfreespace fixed. It's because we now check-in yarn.lock to leverage yarn 3 pkg manager. -- This is an automated message from the Apache Git Service. To respond to the message,

[pulsar-site] branch matrix-page updated (7716bf7297a -> b6b33865ce0)

2023-04-26 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a change to branch matrix-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from 7716bf7297a update add b6b33865ce0 run yarn install No new revisions were added by this update.

[GitHub] [pulsar-site] cbornet opened a new pull request, #543: Add doc for transform functions before sinks

2023-04-26 Thread via GitHub
cbornet opened a new pull request, #543: URL: https://github.com/apache/pulsar-site/pull/543 ### Documentation - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete` -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar-client-cpp] BewareMyPower commented on a diff in pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-26 Thread via GitHub
BewareMyPower commented on code in PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257#discussion_r1177651271 ## include/pulsar/Message.h: ## @@ -176,8 +176,16 @@ class PULSAR_PUBLIC Message { */ bool hasSchemaVersion() const; +/** + * Get

[GitHub] [pulsar] keyboardbobo opened a new issue, #20185: [Bug] When using the shared consumption mode, if there are many consumers, the pulsar-io thread will be blocked

2023-04-26 Thread via GitHub
keyboardbobo opened a new issue, #20185: URL: https://github.com/apache/pulsar/issues/20185 ### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Version pulsar 2.9.2 ### Minimal

[GitHub] [pulsar-site] cbornet opened a new pull request, #542: Add doc for available-functions and functions reload

2023-04-26 Thread via GitHub
cbornet opened a new pull request, #542: URL: https://github.com/apache/pulsar-site/pull/542 ### Documentation - [x] `doc` - [ ] `doc-required` - [ ] `doc-not-needed` - [ ] `doc-complete` -- This is an automated message from the Apache Git Service. To

[GitHub] [pulsar-client-cpp] RobertIndie commented on a diff in pull request #257: Support get the SchemaInfo from a topic and the schema version

2023-04-26 Thread via GitHub
RobertIndie commented on code in PR #257: URL: https://github.com/apache/pulsar-client-cpp/pull/257#discussion_r1177607224 ## include/pulsar/Message.h: ## @@ -176,8 +176,16 @@ class PULSAR_PUBLIC Message { */ bool hasSchemaVersion() const; +/** + * Get the

[GitHub] [pulsar] equanz commented on pull request #20179: [fix][broker] Fix recentlyJoinedConsumers to address the out-of-order issue

2023-04-26 Thread via GitHub
equanz commented on PR #20179: URL: https://github.com/apache/pulsar/pull/20179#issuecomment-1523037906 @poorbarcode Thank you for your clarification. * [1] Yes. * [2] Partially yes. However, I think the main point of this PR is the change in the timing of getting the position.

[pulsar-client-cpp] branch main updated (e3f6505 -> 1cc88bf)

2023-04-26 Thread tison
This is an automated email from the ASF dual-hosted git repository. tison pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git from e3f6505 [feat] Support dead letter topic for C client. (#237) add 1cc88bf Fix broken debian package

[GitHub] [pulsar-client-cpp] tisonkun merged pull request #258: Fix broken debian package build process

2023-04-26 Thread via GitHub
tisonkun merged PR #258: URL: https://github.com/apache/pulsar-client-cpp/pull/258 -- 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:

[GitHub] [pulsar-client-cpp] tisonkun commented on pull request #258: Fix broken debian package build process

2023-04-26 Thread via GitHub
tisonkun commented on PR #258: URL: https://github.com/apache/pulsar-client-cpp/pull/258#issuecomment-1522999288 Thank you! Merging... -- 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

[pulsar-site] branch matrix-page updated (e2b795de623 -> 7716bf7297a)

2023-04-26 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch matrix-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from e2b795de623 update add 7716bf7297a update No new revisions were added by this update. Summary of

[GitHub] [pulsar-site] urfreespace commented on pull request #513: pulsar client matrix page

2023-04-26 Thread via GitHub
urfreespace commented on PR #513: URL: https://github.com/apache/pulsar-site/pull/513#issuecomment-1522982248 https://user-images.githubusercontent.com/76024046/234513593-2ab79636-5707-4647-98b5-f6951c845dd5.png;> Hi, @tisonkun would you pls help take a look at this CI problem? thanks

[pulsar-site] branch matrix-page updated (385402fee13 -> e2b795de623)

2023-04-26 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch matrix-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from 385402fee13 Merge branch 'main' into matrix-page add e2b795de623 update No new revisions were added

[pulsar-site] branch matrix-page updated (db16d6d2c1a -> 385402fee13)

2023-04-26 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch matrix-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from db16d6d2c1a update add 2a45801a60b Release 2.10.4 (#518) add aef7cbec4be Bump marked from 0.3.19

[GitHub] [pulsar-site] urfreespace commented on pull request #513: matrix page

2023-04-26 Thread via GitHub
urfreespace commented on PR #513: URL: https://github.com/apache/pulsar-site/pull/513#issuecomment-1522960897 > Thanks Lili. Add a few questions: > > 1. How to maintain the status in these tables? We need a user-friendly way so that maintainers can update the table on a regular

[pulsar-site] branch matrix-page updated (497389f1b89 -> db16d6d2c1a)

2023-04-26 Thread urfree
This is an automated email from the ASF dual-hosted git repository. urfree pushed a change to branch matrix-page in repository https://gitbox.apache.org/repos/asf/pulsar-site.git from 497389f1b89 Merge branch 'main' into matrix-page add db16d6d2c1a update No new revisions were added