HoustonPutman commented on code in PR #11:
URL: https://github.com/apache/solr-docker/pull/11#discussion_r999891917
##########
9.0/Dockerfile:
##########
@@ -131,6 +131,9 @@ RUN set -ex; \
apt-get -y install acl dirmngr lsof procps wget netcat gosu tini jattach; \
rm -rf /var/lib/apt/lists/*;
+# Workaround for JDK17 JIT compiler bug
https://bugs.openjdk.org/browse/JDK-8285835
+ARG
SOLR_OPTS="-XX:CompileCommand=exclude,com.github.benmanes.caffeine.cache.BoundedLocalCache::put"
Review Comment:
I don't think Solr supports multiple "a" options unfortunately. We can
probably change that, but obviously that doesn't help with 9.0.
Maybe for future versions we can add a hidden (non-documented) envVar that
will let us hot-fix the docker images without overwriting user options. (Would
have helped with this bug and the log4j vulnerability)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]