JVM heap dump path documentation is incorrect #32873
Labels
:Delivery/Packaging
RPM and deb packaging, tar and zip archives, shell and batch scripts
>docs
General docs changes
Team:Delivery
Meta label for Delivery team
Elasticsearch version (
bin/elasticsearch --version
): Does not matterPlugins installed: Does not matter
JVM version (
java -version
): 1.8OS version (
uname -a
if on a Unix-like system): Windows 10Description of the problem including expected versus actual behavior:
The documentation in https://www.elastic.co/guide/en/elasticsearch/reference/master/heap-dump-path.html says
This is not true. JVM fails to overwrite the heap file with following error (if say the JVM option
-XX:HeapDumpPath=.\heapdump.hprof
was used):As a result, only the first heap dump file will be created. No heap dump file will be created subsequently as the file would already exist. Can you please fix the documentation?
The text was updated successfully, but these errors were encountered: