Lari Hotari

Results 155 issues of Lari Hotari

### Motivation - the previous description wasn't clear and could cause confusion - the page https://pulsar.apache.org/docs/security-policy-and-supported-versions/ source is under the last published version and didn't get updated with the last...

doc

**Is your enhancement request related to a problem? Please describe.** Pulsar doesn't take advantage of Bookkeeper's client-side and server-side backpressure features. https://github.com/apache/bookkeeper/issues/1086 and https://github.com/apache/bookkeeper/issues/1409 are the original Bookkeeper issues about...

type/improvement
lifecycle/stale

BookKeeperPackagesStorageTest.setUp is flaky. It fails sporadically. [example failure](https://github.com/apache/pulsar/runs/6586743061?check_suite_focus=true#step:10:16369) ``` Error: Tests run: 11, Failures: 1, Errors: 0, Skipped: 3, Time elapsed: 87.06 s

component/test
flaky-tests

Problem: I ran into an issue where I had a passed an empty file to `--authorized-key` option for the `upterm host` command. **Steps to reproduce** 1. Start a new `upterm...

This reverts commit 40a4d50923bd93c960a4ef940930177ca80cb77e (#204). Supporting `cert-manager.io/v1` api version requires changes made in #233 or #238. In addition, the change should be made in a way that it is backwards...

### Motivation - enables service discovery in the proxy - required by https://github.com/apache/pulsar/pull/14078 changes ### Modifications - configure `zookeeperServers` and `configurationStoreServers` for the Proxy to enable service discovery

### Motivation - Sometimes the Pulsar deployment doesn't complete, and the broker services don't become available. When investigating the problem, it seems that cluster metadata initialization might get stuck and...

### Motivation There was a suggestion [in a dev mailing list discussion](https://lists.apache.org/thread/bgkvcyt1qq6h67p2k8xwp89xlncbqn3d) that the Helm chart's appVersion should be used as the default image tag. ### Additional context There are...

### Problem There's a permission issue in pulsar-proxy when using a Docker image that uses a non-root user. The 2.8.0-SNAPSHOT Pulsar docker images use a non-root user. This change was...

**Describe the bug** starting bookie fails with this error when a JDK11 based docker image is used (apache/pulsar master branch) ``` Unrecognized VM option 'PrintGCTimeStamps' Error: Could not create the...