-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Open
Labels
Description
Before reporting an issue
- I have read and understood the above terms for submitting issues, and I understand that my issue may be closed without action if I do not follow them.
Area
No response
Describe the bug
The change in #43580 causes the kc.sh script to detach from the running console. This breaks integrations with implementations which expect the process to stay attached to the running console until the JVM process exits. For example startup scripts and probably also service management software such as systemd.
This seems like a major change in behavior but is not mentioned in the 26.4.2 release notes as far as I can tell.
Version
26.4.2
Regression
- The issue is a regression
Expected behavior
I would expect the JVM process to stay attached to the running console until the JVM process exits.
Actual behavior
JVM process detaches itself from console.
How to Reproduce?
Run kc.sh
Anything else?
No response