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
I noticed that if you use Snappy(which is default) the Indexer can not replicate itself over multiple jira instances. The problem is (you need DEBUG lvl to see this):
Error loading shared library ld-linux-x86-64.so.2
The openjdk:8-alpine is not fully glibc compatible. I had some success with also installing gcompat, but I think the image should switch to adoptopenjdk/openjdk8:alpine-slim which is glibc compatible. I can provide a pull request, if you like.
The text was updated successfully, but these errors were encountered:
On 17 Feb 2020, at 13.10, Lukas Stampf ***@***.***> wrote:
Hi,
I noticed that if you use Snappy(which is default) the Indexer can not replicate itself over multiple jira instances. The problem is (you need DEBUG lvl to see this):
Error loading shared library ld-linux-x86-64.so.2
The openjdk:8-alpine is not fully glibc compatible. I had some success with also installing gcompat, but I think the image should switch to adoptopenjdk/openjdk8:alpine-slim which is glibc compatible. I can provide a pull request, if you like.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Hi,
I noticed that if you use Snappy(which is default) the Indexer can not replicate itself over multiple jira instances. The problem is (you need DEBUG lvl to see this):
Error loading shared library ld-linux-x86-64.so.2
The openjdk:8-alpine is not fully glibc compatible. I had some success with also installing gcompat, but I think the image should switch to adoptopenjdk/openjdk8:alpine-slim which is glibc compatible. I can provide a pull request, if you like.
The text was updated successfully, but these errors were encountered: