Why is circuit breaker estimated size always 0 for tribe node?

Hello

May I know why the circuit breaker is not working as expected in the tribe node? I can understand fielddata estimated size is 0 but request and parent should not be 0.

Thank you

"breakers": {
"request": {
"limit_size_in_bytes": 13251588915,
"limit_size": "12.3gb",
"estimated_size_in_bytes": 0,
"estimated_size": "0b",
"overhead": 1,
"tripped": 0
},
"fielddata": {
"limit_size_in_bytes": 19877383372,
"limit_size": "18.5gb",
"estimated_size_in_bytes": 0,
"estimated_size": "0b",
"overhead": 1.03,
"tripped": 0
},
"parent": {
"limit_size_in_bytes": 23190280601,
"limit_size": "21.5gb",
"estimated_size_in_bytes": 0,
"estimated_size": "0b",
"overhead": 1,
"tripped": 0
}
}

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