20,125 issues in apache/pulsar
null assignment to Pulsar insntance in MockedPulsarServiceBaseTest
(#20555)
Fixes : apache/pulsar#20553 Motivation Fixes a flakey test scenario. Modifications - Fix flakey test by removing null assignment on Pulsar instance in MockedPulsarServiceBaseTest Verifying this ...
!-- Contribution Checklist - PR title format should be [type][component] summary. For details, see Guideline - Pulsar PR Naming Convention. - Fill out the template below to describe the changes ...
Search before asking - [X] I searched in the issues and found nothing similar. Example failure https://github.com/apache/pulsar/actions/runs/5218634223/jobs/9420198396 Exception stacktrace !-- copy-paste ...
PIP: https://github.com/apache/pulsar/issues/16691 Motivation The ExtensibleLoadManager does not handle the GetOwnedServiceUnits method and GetOwnedNamespaceStatus method. Since the ServiceUnitStateChannel ...
PIP: https://github.com/apache/pulsar/issues/16691 Motivation The heartbeat namespace bundle requires acquiring ownership when broker starts, however, the ExtensibleLoadManager does not handle this case, ...
Motivation Follow up on #20435 changes to fix build that could fail with git describe error fatal: No names found, cannot describe anything. Full error message: 19:01:27 [ERROR] Failed to execute goal ...
Motivation Move the authorization check a few steps earlier in the delete subscription admin endpoint. Modifications - Move the authz check earlier Verifying this change We do not have any tests ...
Search before asking - [X] I searched in the issues and found nothing similar. What issue do you find in Pulsar docs? I tried to follow https://pulsar.apache.org/docs/3.0.x/functions-quickstart/, ...
Motivation Fix issue- 20375 Fix the flaky test case introduced by this pr - https://github.com/apache/pulsar/pull/19605 Modifications Add retry block before asserting if the producer is connected to ...
Search before asking - [X] I searched in the issues and found nothing similar. Version master code Minimal reproduce step 1. create a cluster with at least two broker. 2. create heavy traffic ...