janhoy commented on PR #1223: URL: https://github.com/apache/solr/pull/1223#issuecomment-1350065980
> I think now that we have a super fast way of reproducing, it should be easier to debug Unfortunately, this may be a dead end. What I thought was a reproduction may have been the effect of running an and64 docker image on an M1 Mac, which is a bit buggy and slow due to rosetta, so sometimes a process in the container may hang. I think that was the reason for the timeout and killing. Cause when I build a docker image locally and try to reproduce, all works fine. I thought for a moment that the `-all` flag was broken on linux, but since the official Docker image sets the ENV `SOLR_PORT` in Dockerfile, this leaks into bash and into the script, so that due to an unfortunate if-test it fails to enter the `-all` logic since `SOLR_PORT` is given. I.e. it believes that `SOLR_PORT` comes from the `-p` argument. :-) -- 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