IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Elasticsearch version 6.1.3
editElasticsearch version 6.1.3
editBug Fixes
edit- Engine
-
- Replica recovery could go into an endless flushing loop #28350
- Internal
- Mapping
- Scripting
-
- Ensure we protect Collections obtained from scripts from self-referencing #28335
- Security
-
- Improved cache expiry handling in the token service. Previously, if the token service was idle for more than 60 minutes, the key expired and the service failed to generate user tokens.
- Settings
- Snapshot/Restore
- Watcher
-
- Fixed a null pointer exception in the TemplateRegistry when there is no master node available.
- Ensured collections obtained from scripts are protected from self-referencing. See https://github.com/elastic/elasticsearch/pull/28335.