Skip to content

incubator-kie-issues#1338: 'Thread blocked' Exception in console when starting 'jbpm-quarkus-devui' & 'sonataflow-quarkus-devui' #2437

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

Merged
merged 4 commits into from
Jun 20, 2024

Conversation

pefernan
Copy link
Contributor

Closes apache/incubator-kie-issues#1338

Hi @fantonangeli @tiagobento, while doing some tests I found that the initialization of the DataIndexClient component on the first query to load the counters on devui, was blocking the Vertx thread. In general it had no affection but there were some moments where the whole devui was just blocked.

I found that we could easily drop that old mechanism, which was copied from our old devui's and use a Vertx WebClient instead, which seems to work better in this regard.

IDK what you think.

Copy link
Contributor

@fantonangeli fantonangeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tested it and it works well. But I'm not able to review the code.

…breaking the UI if the setting is not present.
@tiagobento tiagobento merged commit 3152f8c into apache:main Jun 20, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Thread blocked Exception in console when starting jbpm-quarkus-devui & sonataflow-quarkus-devui
3 participants