Closed mrkamel closed 5 months ago
The ClassNotFoundException
is odd. These are identical containers?
@dblock not 100% sure what you mean exactly, but i assume: yes - the containers are unchanged and the same with every run
I've moved this to opensearch-devops and will reopen it.
There's visibly something not working, but it's likely not OpenSearch itself if I were to guess. Since this is intermittent without changes, could it be a file system failure or something like that? Is there a way to narrow this down further?
@dblock so far we've unfortunately not been able to narrow it down further. It's running on private runners, but using detault settings and due to everything being ephemeral it is hard to debug. On github's own runners i've not been able to reproduce it, though.
[Triage]
Hey @mrkamel you can disable the security plugin if required using DISABLE_SECURITY_PLUGIN
env value, please check
https://github.com/opensearch-project/opensearch-build/blob/main/docker/release/README.md#disable-security-plugin-security-dashboards-plugin-security-demo-configurations-and-related-configurations
Thank you
thank you @prudhvigodithi I indeed can not reproduce it so far with 2.13.0 and this env being set
Thanks for the update @mrkamel, I will go ahead and close this issue, please feel free to re-open if required. @getsaurabh02
Describe the bug
In our github action which start an opensearch instance we often (every 20-30th run) see the opensearch container fail with 2.11, 2.12 and also 2.13. Excerpt from our action config:
Pipeline output:
Related component
Search
To Reproduce
Expected behavior
The container never fails to start
Additional Details
No response