[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #53: Memory leak in DotPulsar.Internal.AsyncQueue

2020-09-03 Thread GitBox
blankensteiner commented on issue #53: URL: https://github.com/apache/pulsar-dotpulsar/issues/53#issuecomment-686946118 Fixed by PR This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [pulsar-dotpulsar] blankensteiner closed issue #53: Memory leak in DotPulsar.Internal.AsyncQueue

2020-09-03 Thread GitBox
blankensteiner closed issue #53: URL: https://github.com/apache/pulsar-dotpulsar/issues/53 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-dotpulsar] blankensteiner merged pull request #54: Fix memory leak in AsyncQueue.cs

2020-09-03 Thread GitBox
blankensteiner merged pull request #54: URL: https://github.com/apache/pulsar-dotpulsar/pull/54 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[GitHub] [pulsar-dotpulsar] usaguerrilla commented on a change in pull request #48: Producer for Partitioned topics

2020-09-03 Thread GitBox
usaguerrilla commented on a change in pull request #48: URL: https://github.com/apache/pulsar-dotpulsar/pull/48#discussion_r483385798 ## File path: src/DotPulsar/SinglePartitionRouter.cs ## @@ -0,0 +1,41 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "License")

[GitHub] [pulsar-dotpulsar] usaguerrilla commented on a change in pull request #48: Producer for Partitioned topics

2020-09-03 Thread GitBox
usaguerrilla commented on a change in pull request #48: URL: https://github.com/apache/pulsar-dotpulsar/pull/48#discussion_r478994626 ## File path: src/DotPulsar/Internal/PartitionedProducer.cs ## @@ -0,0 +1,246 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "L

[GitHub] [pulsar-dotpulsar] usaguerrilla commented on a change in pull request #48: Producer for Partitioned topics

2020-09-03 Thread GitBox
usaguerrilla commented on a change in pull request #48: URL: https://github.com/apache/pulsar-dotpulsar/pull/48#discussion_r483385175 ## File path: src/DotPulsar/Internal/PartitionedProducer.cs ## @@ -0,0 +1,246 @@ +/* + * Licensed under the Apache License, Version 2.0 (the "L

[GitHub] [pulsar-dotpulsar] usaguerrilla opened a new pull request #54: Fix memory leak in AsyncQueue.cs

2020-09-03 Thread GitBox
usaguerrilla opened a new pull request #54: URL: https://github.com/apache/pulsar-dotpulsar/pull/54 #53 fixed memory leak in AsyncQueue This is an automated message from the Apache Git Service. To respond to the message, plea

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #53: Memory leak in DotPulsar.Internal.AsyncQueue

2020-09-03 Thread GitBox
blankensteiner commented on issue #53: URL: https://github.com/apache/pulsar-dotpulsar/issues/53#issuecomment-686785280 Sounds great! I'll merge your upcoming PR and create a new release tomorrow :-) This is an automated mes

[GitHub] [pulsar-dotpulsar] usaguerrilla commented on issue #53: Memory leak in DotPulsar.Internal.AsyncQueue

2020-09-03 Thread GitBox
usaguerrilla commented on issue #53: URL: https://github.com/apache/pulsar-dotpulsar/issues/53#issuecomment-686782066 sure! I did test it and it works. Task completes and result is success. memory is stable so far. Consumed 400'000 messages with 8 partition topic. Holding at 38Mb. --

[GitHub] [pulsar-dotpulsar] blankensteiner commented on issue #53: Memory leak in DotPulsar.Internal.AsyncQueue

2020-09-03 Thread GitBox
blankensteiner commented on issue #53: URL: https://github.com/apache/pulsar-dotpulsar/issues/53#issuecomment-686775849 Hi @usaguerrilla I think you are right, nice catch! Up for creating a PR? This is an automated messag

[GitHub] [pulsar-dotpulsar] usaguerrilla opened a new issue #53: Memory leak in DotPulsar.Internal.AsyncQueue

2020-09-03 Thread GitBox
usaguerrilla opened a new issue #53: URL: https://github.com/apache/pulsar-dotpulsar/issues/53 ``` public void Enqueue(T item) { lock (_lock) { ThrowIfDisposed(); if (_pendingDequeues.Count > 0) { var tcs = _pendingDeque

[Webinar video+slides]: Managing Real-Time Data Teams

2020-09-03 Thread Jinfeng Huang
Dear Pulsar community, Last week, Jesse Anderson, big data expert from Big Data Institute, shared "Managing Real-Time Data Teams" at our webinar, and discussed both the technical and management challenges of moving from batch to real-time. In case you miss our webinar, we have video

[GitHub] [pulsar-helm-chart] EladDolev opened a new pull request #60: add support for multiple clusters

2020-09-03 Thread GitBox
EladDolev opened a new pull request #60: URL: https://github.com/apache/pulsar-helm-chart/pull/60 Fixes external configuration-store functionality ### Motivation Give the ability to deploy multi-cluster instance on K8s clusters with non-default `clusterDomain`, and connect to

[GitHub] [pulsar-manager] Omega-Ariston opened a new pull request #329: complement the missing conditional statement

2020-09-03 Thread GitBox
Omega-Ariston opened a new pull request #329: URL: https://github.com/apache/pulsar-manager/pull/329 Fixes #328 ### Motivation complement the missing conditional statement, to avoid the problem that the line 86 in the same file tries to avoid. ### Modifications

[GitHub] [pulsar-manager] Omega-Ariston opened a new issue #328: missing conditional statement in NamespacesServiceImpl.java

2020-09-03 Thread GitBox
Omega-Ariston opened a new issue #328: URL: https://github.com/apache/pulsar-manager/issues/328 In line 86 of `NamespacesServiceImpl.java`, a conditional statement is applied to do the following check: https://github.com/apache/pulsar-manager/blob/d44ed96556fc42179c430d42ea45034ebd22ae1

Slack digest for #dev - 2020-09-03

2020-09-03 Thread Apache Pulsar Slack
2020-09-02 10:35:23 UTC - Jarrod Johnson: @Jarrod Johnson has joined the channel