OpenSearch/docs/reference/setup
Jason Tedor a6073f5130
Add docs on JNA temp directory not being noexec (#35355)
If the underlying mount point for the JNA temporary directory is mounted
noexec on Linux, then the JVM will not be able to map the native code in
as executable. This will prevent JNA from executing and will prevent
Elasticsearch from being able to execute some functions that rely on
native code (e.g., memory locking, and installing system call
filters). We do not want to get into the business of catching exceptions
and parsing messages towards this because these exception messages can
change on us. We also do not want to jump through a lot of hoops to
check the underlying mount point for noexec. Instead, we will rely on
documentation to address this problem. This commit adds to the important
system configuration section of the docs that the JNA temporary
directory is not on a mount point with the noexec mount option.
2018-11-07 22:25:37 -05:00
..
important-settings Core: Default node.name to the hostname (#33677) 2018-09-19 15:21:29 -04:00
install Make version field names more meaningful (#35334) 2018-11-07 18:36:02 +02:00
sysconfig Add docs on JNA temp directory not being noexec (#35355) 2018-11-07 22:25:37 -05:00
bootstrap-checks-xes.asciidoc [DOCS] Moves X-Pack setup to docs (#31145) 2018-06-06 14:46:20 -07:00
bootstrap-checks.asciidoc Add missing full stop in Bootstrap checks doc (#35078) 2018-10-30 11:43:43 +00:00
configuration.asciidoc [DOCS] Correct typo in configuration (#28903) 2018-03-06 15:50:46 +01:00
important-settings.asciidoc [DOCS] Add missing docs include 2018-08-07 17:49:48 +01:00
install.asciidoc Add beta label to MSI on install Elasticsearch page (#28126) 2018-08-22 11:26:53 +10:00
jvm-options.asciidoc Reinsert paragraph about heap size 2017-12-12 11:09:24 -05:00
logging-config.asciidoc Core: Default node.name to the hostname (#33677) 2018-09-19 15:21:29 -04:00
secure-settings.asciidoc [DOCS] Remove reload password from docs cf. #32889 2018-08-23 12:11:39 +03:00
setup-xclient.asciidoc [Test] Remove duplicate method in TestShardRouting (#32815) 2018-09-10 18:29:00 +02:00
setup-xes.asciidoc [DOCS] Moves X-Pack setup to docs (#31145) 2018-06-06 14:46:20 -07:00
starting.asciidoc [DOCS] Starting Elasticsearch (#31701) 2018-07-03 13:40:37 -07:00
stopping.asciidoc [DOC] Remove obsolete node names from documentation 2016-09-19 11:56:28 +02:00
sysconfig.asciidoc Add docs on JNA temp directory not being noexec (#35355) 2018-11-07 22:25:37 -05:00