risdenk commented on PR #1223: URL: https://github.com/apache/solr/pull/1223#issuecomment-1351863879
> Ah, there I think we have it - security policy. I can understand how running locally on laptop perhaps has all files within already allowed folders, but how come System.exit() works locally, should be disabled by security manager too? Not 100% sure its security manager in github actions yet. It looks like the shutdown works WITHOUT the forced vm exit. Its like the vm exit is the fallback - but once shutdown is triggered Jetty will stop. I'm still trying to figure out the following ``` java.lang.IllegalStateException: !STOPPED at org.eclipse.jetty.server.handler.HandlerWrapper.destroy(HandlerWrapper.java:135) at org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorRunnable.stopLifeCycles(ShutdownMonitor.java:459) at org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorRunnable.run(ShutdownMonitor.java:363) at java.base/java.lang.Thread.run(Thread.java:829) ``` which I haven't seen locally yet. Adding more debugging to dig further. > Aside: I keep seeing STOP.KEY=solrrocks. yea something good to do separately. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org