Description
Sync queries taking more time than timeout are blocking threads due to a deadlock. Each sync query is blocking one thread from jdbc execution pool and one thread from query completion pool.
Sync queries taking more time than timeout are blocking threads due to a deadlock. Each sync query is blocking one thread from jdbc execution pool and one thread from query completion pool.