I'm using the `pipe` feature, and running into som...
# questions-and-troubleshooting
b
I'm using the
pipe
feature, and running into some odd behavior with uploads. The pipe will randomly stall out for ~5 minutes, and I can't find anything going on in the cluster.
show proc '/global_current_queries';
displays nothing going on. The polling period for the pipline is configured to
10s
. Attached is a snapshot of our metrics
starrocks_be_load_rows.count
to illustrate the behavior I am seeing. Running
4.0.0-rc02-b95e90b
n
Have you checked your FE logs? If it's stalling out it might be the query scheduler running into an issue
b
Ya I checked logs - nothing suspect that I saw 😕
r
How big are the uploads here?
That would be one of my first questions
is it in the <50m range as the graph suggests
👍 1
I and yeah the query scheduler timing out is also a possibility, but since you didnt see anything in the logs thats curious
Did you have this issue in 3.5?
Or a previous version?
@Allen Li any thoughts