You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nimbus should kill already-launched logviewers if re-launched with mesos.logviewer.sidecar.enabled=false.
The pertinent use case is: If Nimbus is initially launched with mesos.logviewer.sidecar.enabled=true (or absent, which will give it the default true value) and then re-launched with mesos.logviewer.sidecar.enabled=false. logviewers launched prior to the re-launch are never reaped. Nimbus should reap them and release the resources back to Mesos.
The text was updated successfully, but these errors were encountered:
Nimbus should kill already-launched logviewers if re-launched with
mesos.logviewer.sidecar.enabled=false
.The pertinent use case is: If Nimbus is initially launched with
mesos.logviewer.sidecar.enabled=true
(or absent, which will give it the defaulttrue
value) and then re-launched withmesos.logviewer.sidecar.enabled=false
. logviewers launched prior to the re-launch are never reaped. Nimbus should reap them and release the resources back to Mesos.The text was updated successfully, but these errors were encountered: