Lari Hotari

Results 1002 comments of Lari Hotari

The [topic stats](https://pulsar.apache.org/docs/next/administration-stats/#topic-stats) and [internal stats](https://pulsar.apache.org/docs/next/administration-stats/#topic-internal-stats) would be useful. One possible reason could be that the messages aren't retained. In Pulsar, messages get discarded if there isn't any subscription or...

> It looks like the topic is empty. As if it offloaded but nothing send to s3..so... > > I have a subscription and I am constantly flooding it with...

> Hello, thanks for responding. I tried to manually close the active ledger but still it didn't post any data to s3. What would be a good way to test...

> Hello, I have not heard back and this issue is still open? Any suggestions on how to test s3 offloading? > managedLedgerMinLedgerRolloverTimeMinutes: "5" > managedLedgerMaxLedgerSize: "256M" > It should...

Based on LLM response, it should be possible to override Pulsar's repository settings with corporate maven repository using maven settings.xml. After #24981, there's 2 repository ids referenced in Pulsar's maven...

> Does that mean you don't have to use docker-mac-net-connect to expose the containers' IPs to the host? @kmahelona Do I have to use it? If I'd like to be...

The packaging issue was resolved, but I seem to be hitting this kind of issue once in a while in the Apache Pulsar CI builds on GitHub Actions: ``` [INFO]...

> @lhotari can you run a ca-certificates update on that container first? @karianna The odd thing is that a docker file that doesn't install ca-certificates doesn't seem to have problems....

It might a problem of installing `apt-transport-https` and `ca-certificates` with `--no-install-recommends`. That doesn't install `openssl` or `publicsuffix` package. For some reason, this changes made the problem go away: https://github.com/apache/pulsar/pull/21489/commits/aaedf47be33679a666c84b6f05afa62d8cf59b42