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
So after pod restarts, somehow after its comes back online, it continues to hold the same min_pinned_hummock_version. Which suggests this is persisted somewhere.
Where do we pin the hummock version, is it managed by meta / serving / frontend?
So after pod restarts, somehow after its comes back online, it continues to hold the same min_pinned_hummock_version. Which suggests this is persisted somewhere.
Where do we pin the hummock version, is it managed by meta / serving / frontend?
Each compute node holds a min_pinned_hummock_version, which is persisted in meta node.
The compute node is expected to bump it up periodically.
I suspect the issue arises from the scan executor in the serving node not being properly canceled after a frontend restart.
The frontend schedules execution in serving node.
The frontend restarts. Howevert the scheduled execution in serving node is not cancelled accordingly.
Describe the bug
show processlist
returns no records.max_version_pinning_duration_sec
.Error message/log
No response
To Reproduce
No response
Expected behavior
No response
How did you deploy RisingWave?
No response
The version of RisingWave
v1.10
Additional context
No response
The text was updated successfully, but these errors were encountered: