Gettiing "circuit_breaking_exception" while performing _reindex on multiple indices. Indices sizes are in mb's

{
"took" : 49704,
"timed_out" : false,
"total" : 8745492,
"updated" : 0,
"created" : 276000,
"deleted" : 0,
"batches" : 276,
"version_conflicts" : 0,
"noops" : 0,
"retries" : {
"bulk" : 0,
"search" : 0
},
"throttled_millis" : 0,
"requests_per_second" : -1.0,
"throttled_until_millis" : 0,
"failures" : [
{
"shard" : -1,
"reason" : {
"type" : "circuit_breaking_exception",
"reason" : "[parent] Data too large, data for [<transport_request>] would be [29343911180/27.3gb], which is larger than the limit of [29326573568/27.3gb], real usage: [29343910936/27.3gb], new bytes reserved: [244/244b]",
"bytes_wanted" : 29343911180,
"bytes_limit" : 29326573568,
"durability" : "PERMANENT"
}
},
{
"shard" : -1,
"reason" : {
"type" : "circuit_breaking_exception",
"reason" : "[parent] Data too large, data for [<transport_request>] would be [29343911180/27.3gb], which is larger than the limit of [29326573568/27.3gb], real usage: [29343910936/27.3gb], new bytes reserved: [244/244b]",
"bytes_wanted" : 29343911180,
"bytes_limit" : 29326573568,
"durability" : "PERMANENT"
}
},
{
"shard" : -1,
"reason" : {
"type" : "circuit_breaking_exception",
"reason" : "[parent] Data too large, data for [<transport_request>] would be [29343911180/27.3gb], which is larger than the limit of [29326573568/27.3gb], real usage: [29343910936/27.3gb], new bytes reserved: [244/244b]",
"bytes_wanted" : 29343911180,
"bytes_limit" : 29326573568,
"durability" : "PERMANENT"
}
}
]
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.