Closed
Description
In BlockingIdentifierGenerator
, when a new block is allocated, invocations of generate
method are queued:
After the result is received, queued tasks are executed:
The problem is that they are executed on the Vert.x context which made the database call, not the context they were operating on when they were queued.
This explains the error logs in quarkusio/quarkus#32533
Metadata
Metadata
Assignees
Labels
No labels