Lari Hotari
Lari Hotari
Mailing list discussion: https://lists.apache.org/thread/fyk0z2fsvv1fqp5dpdlzhqb7cd9qjr4j
@Technoboy- @mattisonchao Any ideas for fixing this?
more failures in https://github.com/lhotari/pulsar-flakes/blob/master/2024-08-13-7d-master/org.apache.pulsar.broker.service.CurrentLedgerRolloverIfFullTest.testCurrentLedgerRolloverIfFull.md
Fixed as part of #23311
I did a quick check and didn't find an obvious reason. I guess one possibility is that the logger doesn't get flushed after the log message gets written or the...
I think I found the problem. The logging in shutdown was fixed in #10304 for the broker. It's necessary to add `-Dlog4j.shutdownHookEnabled=false` system property and manage the shutdown of the...
> I believe this option was already set when I encountered the issue > > When Pulsar is run in standalone mode, `-Dlog4j.shutdownHookEnabled=false` is automatically set because the [Pulsar](https://github.com/apache/pulsar/blob/master/bin/pulsar#L375-L377) shell...
> > It's also necessary to manage LogManager shutdown. Please check the details in the previous comment. This requires a code change in Pulsar Functions library code. > > To...
I'd recommend running tests for this PR in your own fork so that you get CI feedback without consuming apache/pulsar CI resources. > apache/pulsar pull requests should be first tested...
Since upgrading Debezium will be a breaking change. We need to document the upgrade notes for our users. What is the upgrade path and instructions for existing installations? Is it...