Conversation
…ng time LogsSseHandler scheduled its drain loop with an initial delay of zero, so the background thread could publish events while the servlet container was still completing the SSE handshake. In that window the channel remains in its blocking phase (asyncStarted could be `true`, but the response isn’t committed yet), and the container raises exception (IllegalStateException: api=BLOCKED in Jetty) when we write.
Agent-Logs-Url: https://github.com/killbill/killbill-platform/sessions/33d7f91b-0634-4a1a-8e43-58b493cd7a1c Co-authored-by: xsalefter <510438+xsalefter@users.noreply.github.com>
Agent-Logs-Url: https://github.com/killbill/killbill-platform/sessions/33d7f91b-0634-4a1a-8e43-58b493cd7a1c Co-authored-by: xsalefter <510438+xsalefter@users.noreply.github.com>
Agent-Logs-Url: https://github.com/killbill/killbill-platform/sessions/33d7f91b-0634-4a1a-8e43-58b493cd7a1c Co-authored-by: xsalefter <510438+xsalefter@users.noreply.github.com>
Agent-Logs-Url: https://github.com/killbill/killbill-platform/sessions/ea8ab3be-df1e-48e4-9319-27b003873da6 Co-authored-by: xsalefter <510438+xsalefter@users.noreply.github.com>
Needed because seems like with JDK21, writing to /var throws "Caused by: java.io.IOException: Permission denied" FYI by default, the KpmProperties define bundles at /var/tmp/bundles
…mons-0270 migrate killbill-platform to jakarta namespace
#126 - add initialDelay to SSE scheduler to give server's handshake processing time
# Conflicts: # base/pom.xml # lifecycle/pom.xml # osgi-api/pom.xml # osgi-bundles/bundles/eureka/pom.xml # osgi-bundles/bundles/graphite/pom.xml # osgi-bundles/bundles/influxdb/pom.xml # osgi-bundles/bundles/kpm/pom.xml # osgi-bundles/bundles/logger/pom.xml # osgi-bundles/bundles/metrics/pom.xml # osgi-bundles/bundles/pom.xml # osgi-bundles/bundles/prometheus/pom.xml # osgi-bundles/defaultbundles/pom.xml # osgi-bundles/libs/killbill/pom.xml # osgi-bundles/libs/pom.xml # osgi-bundles/libs/slf4j-osgi/pom.xml # osgi-bundles/pom.xml # osgi-bundles/tests/beatrix/pom.xml # osgi-bundles/tests/payment/pom.xml # osgi-bundles/tests/pom.xml # osgi/pom.xml # platform-api/pom.xml # platform-test/pom.xml # pom.xml # server/pom.xml
pierre
approved these changes
Jun 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.