Hi , at times see that my Workflow task handler goes down silently and is see all workflows and querys get hung, i also see “consistent query buffer is full, cannot accept new consistent queries” in my logs.
I initally thought it could be something after i upgraded to 1.0.5 client and 1.6.3 server,but it appears that that might not be the case.
Sad part is i dont see any thing much in the logs (my java sdk /workflow worker impl logs) inspite of having io.temoporal and io.grpc in TRACE.
Any idea how i can root cause this?
“One of suspesion is, possibly a an activity is attempting to signal to non existing or a terminated workflow and could be causing the workflow handler to come down”.
can that happen?
what should i look in client (java sdk logs) and temporal log to understand whats going on.