elastic/elasticsearch

REST test against clusters with dedicated master nodes

Open

#34,563 创建于 2018年10月17日

在 GitHub 查看
 (14 评论) (0 反应) (0 负责人)Java (25,882 fork)batch import
:Delivery/Build>enhancementTeam:Deliveryhelp wanted

仓库指标

Star
 (76,700 star)
PR 合并指标
 (平均合并 2天) (30 天内合并 1,000 个 PR)

描述

Today we run our REST tests against clusters with nodes that are both data nodes and master-eligible nodes. We therefore miss tests against the (recommended) configuration of dedicated master nodes and separate data nodes, and this includes things like tests of the rolling upgrade procedure which may be sensitive to the order in which nodes are upgraded.

Thanks to Armin for spotting this in https://github.com/elastic/elasticsearch/pull/34560#discussion_r225992140.

贡献者指南