This repository was archived by the owner on Mar 9, 2023. It is now read-only.
Description I'm using this image with 4Gb Google Cloud Run for a small experiment.
It comes up, but shuts down rightaway.
No obvious errors. Here are the only things that stand out to me:
[2021-12-02T18:17:38,064][INFO ][o.e.n.Node ] [localhost] started
...
[2021-12-02T18:17:42,054][INFO ][o.e.x.s.s.SecurityStatusChangeListener] [localhost] Active license is now [BASIC]; Security is disabled
[2021-12-02T18:17:42.059+0000][1][safepoint ] Safepoint "ICBufferFull", Time since last: 998624687 ns, Reaching safepoint: 178747 ns, At safepoint: 8201 ns, Total: 186948 ns
[2021-12-02T18:17:43.060+0000][1][safepoint ] Safepoint "Cleanup", Time since last: 1001202255 ns, Reaching safepoint: 218590 ns, At safepoint: 17433 ns, Total: 236023 ns
...
...
[2021-12-02T18:21:00.199+0000][1][safepoint ] Safepoint "Cleanup", Time since last: 12007033071 ns, Reaching safepoint: 109913 ns, At safepoint: 80280 ns, Total: 190193 ns
[2021-12-02T18:21:01,687][INFO ][o.e.n.Node ] [localhost] stopping ...
[2021-12-02T18:21:01,691][INFO ][o.e.x.w.WatcherService ] [localhost] stopping watch service, reason [shutdown initiated]
I tried passing discovery.type=single-node and http.host=0.0.0.0 as environment variables, but still had the same outcome.
I'm not very familiar with elasticsearch.
Any suggestions on how to run this configuration?
Thanks
Reactions are currently unavailable