/query endpoint doesn't respond sporadically if more than one client tries to run a query. #7172
Labels
bug
P0
Denotes must-have for a given milestone
query-engine
Issues owned by the ksqlDB Query Engine team
Milestone
Describe the bug
/query endpoint doesn't return any response around one in ten times if if there are at least 2 simultaneous clients querying it.
If there are much more simultaneous clients it even stops responding completely.
I also created this ticket, but I managed to get some more details that I included here, so closing that one
To Reproduce
CREATE STREAM test3 (id INT KEY,one DECIMAl(5,5),two DECIMAL(5,2))WITH (kafka_topic='test', partitions=2, value_format='json');
select one,two,one/two from test3 emit changes;
Expected behavior
/query endpoint works for more than one client without any issues
Actual behaviour
No response is returned
Additional context
Verified on 0.14.0 and 0.15.0
Just in case attaching docker settings I'm using
confluentinc/ksqldb-server:0.15.0 settings:
confluentinc/cp-schema-registry:6.1.0 settings:
confluentinc/cp-enterprise-kafka:6.0.0 settings:
The text was updated successfully, but these errors were encountered: