mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
add to the keep alive thread name the version number, so it will be simpler to know from stack traces the es version
This commit is contained in:
parent
e7d0217b11
commit
e26a56e025
@ -224,7 +224,7 @@ public class Bootstrap {
|
||||
// bail out
|
||||
}
|
||||
}
|
||||
}, "elasticsearch[keepAlive]");
|
||||
}, "elasticsearch[keepAlive/" + Version.CURRENT + "]");
|
||||
keepAliveThread.setDaemon(false);
|
||||
keepAliveThread.start();
|
||||
} catch (Throwable e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user