Skip to content

Commit

Permalink
Adding strict mode "on-error": "abort" for noaa nested and pmc (elast…
Browse files Browse the repository at this point in the history
…ic#438)

Relates to: elastic#377
  • Loading branch information
ebadyano committed May 13, 2021
1 parent fc1d8f9 commit d1cc496
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions night_rally/resources/race-configs-group-2.json
Expand Up @@ -20,7 +20,8 @@
"segment_memory"
],
"challenge": "nested-search-challenge",
"car": "4gheap"
"car": "4gheap",
"on-error": "abort"
}
]
}
Expand Down Expand Up @@ -48,7 +49,8 @@
"segment_memory"
],
"challenge": "append-no-conflicts",
"car": "defaults"
"car": "defaults",
"on-error": "abort"
}
]
}
Expand Down Expand Up @@ -77,6 +79,7 @@
"number_of_replicas": 1
},
"car": "4gheap",
"on-error": "abort",
"node-count": 3
},
{
Expand All @@ -90,6 +93,7 @@
"number_of_replicas": 0
},
"car": "defaults",
"on-error": "abort",
"car-params": {
"indexing_pressure_memory_limit": "80%"
}
Expand All @@ -107,7 +111,8 @@
"merge_times"
],
"challenge": "append-no-conflicts",
"car": "4gheap"
"car": "4gheap",
"on-error": "abort"
},
{
"name": "pmc-nio-4g-3nodes",
Expand All @@ -123,6 +128,7 @@
"4gheap",
"unpooled"
],
"on-error": "abort",
"car-params": {
"additional_cluster_settings": {
"cache.recycler.page.limit.heap": "13.5%",
Expand All @@ -147,6 +153,7 @@
"4gheap",
"unpooled"
],
"on-error": "abort",
"car-params": {
"additional_cluster_settings": {
"cache.recycler.page.limit.heap": "13.5%",
Expand All @@ -163,7 +170,8 @@
"indexing"
],
"challenge": "append-sorted-no-conflicts",
"car": "4gheap"
"car": "4gheap",
"on-error": "abort"
},
{
"name": "pmc-update-4g-1node",
Expand All @@ -172,7 +180,8 @@
"indexing"
],
"challenge": "append-fast-with-conflicts",
"car": "4gheap"
"car": "4gheap",
"on-error": "abort"
}
]
},
Expand All @@ -188,6 +197,7 @@
],
"challenge": "append-no-conflicts",
"car": "4gheap",
"on-error": "abort",
"x-pack": [
"security"
]
Expand Down

0 comments on commit d1cc496

Please sign in to comment.