- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试将未分配的辅助分片分配给节点时出现错误。
{
"error": {
"root_cause": [
{
"type": "remote_transport_exception",
"reason": "[10.0.2.17][10.0.2.17:9300][cluster:admin/reroute]"
}
],
"type": "illegal_argument_exception",
"reason": "[allocate] allocation of [vts_companydirectory_20170625_2040][1] on node {10.0.2.34}{atDVd6lEQTiuBitCsqYqBA}{10.0.2.34}{10.0.2.34:9300}{max_local_storage_nodes=1, rack=rack.10-0-2, master=true} is not allowed, reason: [YES(shard is not allocated to same node or host)][YES(node passes include/exclude/require filters)][YES(target node version [2.3.3] is same or newer than source node version [2.3.3])][YES(primary is already active)][YES(enough disk for shard on node, free: [1.3tb])][YES(allocation disabling is ignored)][NO(too many shards on node for attribute: [rack], required per attribute: [1], node count: [2], leftover: [0])][YES(shard count under index limit [10] and node limit [-1] of total shards per node)][YES(below shard recovery limit of [10])][YES(allocation disabling is ignored)][YES(shard not primary or relocation disabled)]"
},
"status": 400
}
最佳答案
您已启用分片分配意识。
参见here。
Elasticsearch尝试不为特定属性(在您的情况下为“rack”)在具有相同值的节点上分配主分片和副本分片。
您正在收到此错误,因为Elasticsearch的分片分配意识阻止了该索引的副本分片在您指定为其他节点的节点上分配,该节点具有“rack”属性(“rack” =“rack.10-0-2” )当前已为其分配了主(或其他)副本分片
尝试将此分片分配给另一个节点,该节点的“rack”属性值与您尝试分配给该节点的值不同。
关于elasticsearch - 属性:[机架]上的节点上的碎片太多,每个属性:[1]所需,节点数:[2],剩余的:[0],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44799045/
Kafka引入了rack-id,以便在整个机架发生故障时提供冗余功能。有一个最小同步副本设置,用于指定生产者收到确认之前需要同步的最小副本数量(-1/所有配置)。有一个不干净的领导者选举设置,用于指定
Kafka引入了rack-id,以便在整个机架发生故障时提供冗余功能。有一个最小同步副本设置,用于指定生产者收到确认之前需要同步的最小副本数量(-1/所有配置)。有一个不干净的领导者选举设置,用于指定
我正在尝试使用 Sinatra、Ruby、rack、haml、pony 和 SendGrid 构建一个应用程序,并使用 git 和 RVM 部署在 Heroku 上。该应用程序是一个博客变体,应该发送
我正在尝试将 Rack OAuth-2 server 集成到我的 sinatra 应用程序中,以便在 web-server flow implementation 中使用它,但我无法使其工作:(。我在
我按照这些说明为 Rails 3.07 安装了 rack ssl:http://www.simonecarletti.com/blog/2011/05/configuring-rails-3-http
我在我的 Rails 3.1 应用程序中使用 Rack::SSL 来启用 SSL 连接。 我已将 gem 'rack-ssl' 添加到我的 Gemfile 和 require 'rack/ssl' c
当我尝试将未分配的辅助分片分配给节点时出现错误。 { "error": { "root_cause": [ { "type": "remote_transpor
我是一名优秀的程序员,十分优秀!