-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
One of our Mail.Ru users implemented asynchronous Java adapter for tarantool/queue which emulates producer/consumer and sends a lot of put()/take() requests in parallel. tube type is "fifottl" and all tasks have "ttl < 5 sec". Producer is little bit faster than consumer, so queue has some
We realized that one event loop iteration may take more than 10 second in this case. gdb shown that some fiber, probably "fiberttl" performs a lot of box_select() requests without yielding.
Customer doesn't have enough time to isolate a test case. Please try to emulate this situation and discover what happens.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working