troubleshooting-shards-capacity-widget.asciidoc 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. [discrete]
  2. === Cluster is close to reaching the configured maximum number of shards for data nodes.
  3. The <<cluster-max-shards-per-node,`cluster.max_shards_per_node`>> cluster
  4. setting limits the maximum number of open shards for a cluster, only counting data nodes
  5. that do not belong to the frozen tier.
  6. This symptom indicates that action should be taken, otherwise, either the creation of new
  7. indices or upgrading the cluster could be blocked.
  8. If you're confident your changes won't destabilize the cluster, you can
  9. temporarily increase the limit using the <<cluster-update-settings,cluster update settings API>>:
  10. ++++
  11. <div class="tabs" data-tab-group="host">
  12. <div role="tablist" aria-label="Troubleshoot shards capacity for non-frozen nodes">
  13. <button role="tab"
  14. aria-selected="true"
  15. aria-controls="cloud-tab-shards-capacity-non-frozen"
  16. id="cloud-shards-capacity-non-frozen">
  17. Elasticsearch Service
  18. </button>
  19. <button role="tab"
  20. aria-selected="false"
  21. aria-controls="self-managed-tab-shards-capacity-non-frozen"
  22. id="self-managed-shards-capacity-non-frozen"
  23. tabindex="-1">
  24. Self-managed
  25. </button>
  26. </div>
  27. <div tabindex="0"
  28. role="tabpanel"
  29. id="cloud-tab-shards-capacity-non-frozen"
  30. aria-labelledby="cloud-shards-capacity-non-frozen">
  31. ++++
  32. include::troubleshooting-shards-capacity.asciidoc[tag=non-frozen-nodes-cloud]
  33. ++++
  34. </div>
  35. <div tabindex="0"
  36. role="tabpanel"
  37. id="self-managed-tab-shards-capacity-non-frozen"
  38. aria-labelledby="self-managed-shards-capacity-non-frozen"
  39. hidden="">
  40. ++++
  41. include::troubleshooting-shards-capacity.asciidoc[tag=non-frozen-nodes-self-managed]
  42. ++++
  43. </div>
  44. </div>
  45. ++++
  46. [discrete]
  47. === Cluster is close to reaching the configured maximum number of shards for frozen nodes.
  48. The <<cluster-max-shards-per-node-frozen,`cluster.max_shards_per_node.frozen`>> cluster
  49. setting limits the maximum number of open shards for a cluster, only counting data nodes
  50. that belong to the frozen tier.
  51. This symptom indicates that action should be taken, otherwise, either the creation of new
  52. indices or upgrading the cluster could be blocked.
  53. If you're confident your changes won't destabilize the cluster, you can
  54. temporarily increase the limit using the <<cluster-update-settings,cluster update settings API>>:
  55. ++++
  56. <div class="tabs" data-tab-group="host">
  57. <div role="tablist" aria-label="Troubleshoot shards capacity for frozen nodes">
  58. <button role="tab"
  59. aria-selected="true"
  60. aria-controls="cloud-tab-shards-capacity-frozen"
  61. id="cloud-shards-capacity">
  62. Elasticsearch Service
  63. </button>
  64. <button role="tab"
  65. aria-selected="false"
  66. aria-controls="self-managed-tab-shards-capacity-frozen"
  67. id="self-managed-shards-capacity-frozen"
  68. tabindex="-1">
  69. Self-managed
  70. </button>
  71. </div>
  72. <div tabindex="0"
  73. role="tabpanel"
  74. id="cloud-tab-shards-capacity-frozen"
  75. aria-labelledby="cloud-shards-capacity-frozen">
  76. ++++
  77. include::troubleshooting-shards-capacity.asciidoc[tag=frozen-nodes-cloud]
  78. ++++
  79. </div>
  80. <div tabindex="0"
  81. role="tabpanel"
  82. id="self-managed-tab-shards-capacity-frozen"
  83. aria-labelledby="self-managed-shards-capacity-frozen"
  84. hidden="">
  85. ++++
  86. include::troubleshooting-shards-capacity.asciidoc[tag=frozen-nodes-self-managed]
  87. ++++
  88. </div>
  89. </div>
  90. ++++