i am running elasticsearch-7.0.0 as ./elasticsearch on linux and getting below error.
it was working file till yesterday.
[2019-05-11T15:51:43.284+0000][341528][safepoint ] Application time: 0.0000275 seconds
[2019-05-11T15:51:43.284+0000][341528][safepoint ] Entering safepoint region: RevokeBias
[2019-05-11T15:51:43.284+0000][341528][safepoint ] Leaving safepoint region
[2019-05-11T15:51:43.284+0000][341528][safepoint ] Total time for which application threads were stopped: 0.0000316 seconds, Stopping threads took: 0.0000140 seconds
[2019-05-11T15:51:43.284+0000][341528][safepoint ] Application time: 0.0008288 seconds
[2019-05-11T15:51:43.284+0000][341528][safepoint ] Entering safepoint region: RevokeBias
[2019-05-11T15:51:43.284+0000][341528][safepoint ] Leaving safepoint region
[2019-05-11T15:51:43.284+0000][341528][safepoint ] Total time for which application threads were stopped: 0.0000428 seconds, Stopping threads took: 0.0000183 seconds
[2019-05-11T15:51:43.286+0000][341528][gc,heap,exit ] Heap
[2019-05-11T15:51:43.286+0000][341528][gc,heap,exit ] par new generation total 314560K, used 128643K [0x00000000c0000000, 0x00000000d5550000, 0x00000000d5550000)
[2019-05-11T15:51:43.286+0000][341528][gc,heap,exit ] eden space 279616K, 46% used [0x00000000c0000000, 0x00000000c7da0e68, 0x00000000d1110000)
[2019-05-11T15:51:43.286+0000][341528][gc,heap,exit ] from space 34944K, 0% used [0x00000000d1110000, 0x00000000d1110000, 0x00000000d3330000)
[2019-05-11T15:51:43.286+0000][341528][gc,heap,exit ] to space 34944K, 0% used [0x00000000d3330000, 0x00000000d3330000, 0x00000000d5550000)
[2019-05-11T15:51:43.286+0000][341528][gc,heap,exit ] concurrent mark-sweep generation total 699072K, used 0K [0x00000000d5550000, 0x0000000100000000, 0x0000000100000000)
[2019-05-11T15:51:43.286+0000][341528][gc,heap,exit ] Metaspace used 14137K, capacity 14719K, committed 14976K, reserved 1062912K
[2019-05-11T15:51:43.286+0000][341528][gc,heap,exit ] class space used 1663K, capacity 1875K, committed 1920K, reserved 1048576K
[2019-05-11T15:51:43.286+0000][341528][safepoint ] Application time: 0.0013228 seconds
[2019-05-11T15:51:43.286+0000][341528][safepoint ] Entering safepoint region: Halt
which thing needs to be corrected here?
please help