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
Wait for a cn node to restart/crash (evicting an cn node manuall does not seems to cause this problem)
Expected behavior (Required)
Non-transaction Stream loads works
Real behavior (Required)
Non transactional stream loads start to timeout (I know this by checking fe-proxy logs), at first for some tables it still works, some stop working, then gradually all stream load stop working, then query starts to get slower.
In the fe-proxy logs, I saw that the fe still might trying to send requests to the old ip of the restarted cn.
StarRocks version (Required)
3.3.1-2b87854
Workarounds:
For now, everytime this happens, I have to manually evict the fe leader node for things to gradually become normal again.
I suspect this is related to #40229, and for k8s environments the IPs are not static and thus causing problems?
The text was updated successfully, but these errors were encountered:
Sorry, we found out the actual reason that making cns crash, the default configuration would use 90% of disks for cache, but sometimes there are 2 cns started on the same k8s node so cn would crashed because there are not enough disk space. Thus we applied podaffinity settings to avoid this. Since then there were no cn crashses happened so we did not investigate further about the problem with stream load.
Steps to reproduce the behavior (Required)
Wait for a cn node to restart/crash (evicting an cn node manuall does not seems to cause this problem)
Expected behavior (Required)
Non-transaction Stream loads works
Real behavior (Required)
Non transactional stream loads start to timeout (I know this by checking fe-proxy logs), at first for some tables it still works, some stop working, then gradually all stream load stop working, then query starts to get slower.
In the fe-proxy logs, I saw that the fe still might trying to send requests to the old ip of the restarted cn.
StarRocks version (Required)
3.3.1-2b87854
Workarounds:
For now, everytime this happens, I have to manually evict the fe leader node for things to gradually become normal again.
I suspect this is related to #40229, and for k8s environments the IPs are not static and thus causing problems?
The text was updated successfully, but these errors were encountered: