-
-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
buddy should not create table in parallel #1301
Comments
➤ Stan commented: not sure how to fix that case but the simplest fix is |
➤ Sergey Nikolaev commented:
Makes sense to me. @donhardman how feasible is this? |
➤ Sergey Nikolaev commented: Decided to handle it on the daemon's side by executing CREATE TABLE through a lock. |
➤ Stan commented: should be fixed at 052bf89 where code at the CREATE TABLE protected by global coro mutex and only one worker allowed to pass |
Logstash sends batch of request into daemon and sends some batches in parallel multiple requests and daemon routes all these in buddy in case no table found for auto
CREATE TABLE
these fails at the different stages after the table got created for the 1st request.The text was updated successfully, but these errors were encountered: