Michael Marshall

Results 64 issues of Michael Marshall

### Motivation The current Bookkeeper configuration defaults to using `org.apache.bookkeeper.net.ScriptBasedMapping` for the `DNSToSwitchMapping` implementation. However, this default configuration does not align with the Broker's default configuration, which is `org.apache.pulsar.zookeeper.ZkBookieRackAffinityMapping`. As...

doc
component/config
component/bookkeeper
release/note-required

### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Example failure https://github.com/apache/pulsar/runs/7753038071?check_suite_focus=true ### Exception stacktrace ``` Error: testDelayedDeliveryWithMultipleConcurrentReadEntries(org.apache.pulsar.broker.service.persistent.DelayedDeliveryTest) Time elapsed: 6.726 s

component/test
flaky-tests

### Motivation See https://github.com/apache/pulsar/pull/16222 for the motivation. ### Modifications * Fix an incorrect description for the `authoritative` swagger annotation. ### Documentation - [x] `doc`

doc
component/admin
release/2.11.0

Fixes #110 ### Motivation The 2.8.0 pulsar docker image defaults to run as user id `10000`. This will break end user deployments unless we modify the helm chart. Note, I...

**FEATURE REQUEST** 1. Please describe the feature you are requesting. Expose rocks db metrics (statistics) in the `/metrics` endpoint. The motivation is to ensure the rocks db configuration is optimal....

type/feature

### Motivation While working on https://github.com/apache/pulsar/pull/17752, I noticed our build time was incorrect. It was set to `2020-01-22T09:10:15-0600`. This timestamp was inherited from the org.apache:apache:23 dependency, as you can see...

type/improvement
component/build
doc-not-needed

## Observations I haven't been able to reproduce this issue, but in one of my test environments, I see this behavior often. It seems pretty clear that there is a...

type/bug
component/broker
component/bookkeeper
component/metadata

### Motivation Currently, when using entry filters, filtered out messages do not count against the rate limit. Therefore, a subscription that is completely filtered will never be throttled due to...

type/feature
component/broker
doc-not-needed

### Motivation See https://github.com/apache/pulsar-client-cpp/pull/42 for context. The goal is to decrease unnecessary notifications. If you would like to get these notifications, please subscribe to commits@ or "watch" the GitHub repo....

Related issues #294 #65 Supersedes #296 and #297 ### Motivation Our helm chart is out of date. I propose we make a breaking change for the monitoring solution and start...