You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there are some errors to the BE/CN, the node will be added to the blocklist for a while. There is a backend thread to refresh the blocklist and remove the node if meets certain criteria.
It is possible that the node is just added into the blocklist and then is removed from the blocklist immediately by the backend refresh thread.
Proposal
Have a minimal time for a node in staying in the blocklist.
The text was updated successfully, but these errors were encountered:
* add penalty time when a node is added into the blocklist to avoid the
node get removed from the list too quick
FixesStarRocks#54111
Signed-off-by: Kevin Xiaohua Cai <[email protected]>
* add penalty time when a node is added into the blocklist to avoid the
node get removed from the list too quick
FixesStarRocks#54111
Signed-off-by: Kevin Xiaohua Cai <[email protected]>
kevincai
added a commit
to kevincai/starrocks
that referenced
this issue
Dec 23, 2024
* add penalty time when a node is added into the blocklist to avoid the
node get removed from the list too quick
FixesStarRocks#54111
Signed-off-by: Kevin Xiaohua Cai <[email protected]>
kevincai
added a commit
to kevincai/starrocks
that referenced
this issue
Dec 23, 2024
* add penalty time when a node is added into the blocklist to avoid the
node get removed from the list too quick
FixesStarRocks#54111
Signed-off-by: Kevin Xiaohua Cai <[email protected]>
Enhancement
When there are some errors to the BE/CN, the node will be added to the blocklist for a while. There is a backend thread to refresh the blocklist and remove the node if meets certain criteria.
It is possible that the node is just added into the blocklist and then is removed from the blocklist immediately by the backend refresh thread.
Proposal
Have a minimal time for a node in staying in the blocklist.
The text was updated successfully, but these errors were encountered: