内容简介:ElasticSearch 6.3.2 发布了,Elasticsearch 是一个分布式的 RESTful 风格的搜索和数据分析引擎。更新内容如下:Allocation
ElasticSearch 6.3.2 发布了,Elasticsearch 是一个分布式的 RESTful 风格的搜索和数据分析引擎。
更新内容如下:
Allocation
-
A replica can be promoted and started in one cluster state update #32042
Authentication
-
Fix building AD URL from domain name #31849
Core
Machine Learning
-
Fixes calendar and filter updates from non-master nodes #31804 (issue: #31803 )
-
No longer treats stale FAILED jobs as OPENING in job allocation #31800 (issue: #31794 )
-
Rate limits established model memory updates #31768
-
Fixes SIGSEGV when upgrading a job directly from 5.6.10 to 6.3. It also fixes the upgrade for the trend component model, which caused large prediction errors immediately after upgrading. #143 (issue: #141 )
-
Fixes issues upgrading the state, which could cause the autodetect process to crash. #140 (issue: #136 )
Recovery
-
X-pack rolling upgrade failures [ISSUE] #31827
Rollup
SQL
-
HAVING clause should accept only aggregates #31872 (issue: #31726 )
-
Fix querying an alias having different mappings indices generates an incorrect error message [ISSUE] #31784
-
Fix stackoverflow on getObject and timestamp conversion #31735 (issue: #31734 )
Search
Security
-
Detect old trial licenses and mimic behaviour #32209
Watcher
-
Add ssl.trust email account setting #31684
-
Fix check for currently executed watches #31137
-
Increase HttpClient parallel sent requests #31859 (issue: #30130 )
详情见 发布公告 。
下载地址:
以上所述就是小编给大家介绍的《ElasticSearch 6.3.2 发布,分布式搜索与数据分析引擎》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入理解LINUX内核(第三版)
(美)博韦,西斯特 / 陈莉君;张琼声;张宏伟 / 中国电力出版社 / 2007-10-01 / 98.00元
为了彻底理解是什么使得Linux能正常运行以及其为何能在各种不同的系统中运行良好,你需要深入研究内核最本质的部分。内核处理CPU与外界间的所有交互,并且决定哪些程序将以什么顺序共享处理器时间。它如此有效地管理有限的内存,以至成百上千的进程能高效地共享系统。它熟练地统筹数据传输,这样CPU 不用为等待速度相对较慢的硬盘而消耗比正常耗时更长的时间。 《深入理解Linux内核,第三版》指导你对内核......一起来看看 《深入理解LINUX内核(第三版)》 这本书的介绍吧!