Skip to content
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

#KryonExecutorExecuteKryonRaceCondition #328

Closed
RamAnvesh opened this issue Feb 10, 2025 · 0 comments · Fixed by #330
Closed

#KryonExecutorExecuteKryonRaceCondition #328

RamAnvesh opened this issue Feb 10, 2025 · 0 comments · Fixed by #330

Comments

@RamAnvesh
Copy link
Collaborator

When multiple threads try to execute a kryon by creating different VajramExecutors/KryonExecutors using the same VajramKryonGraph, there is a race condition occuring because of which

throw new IllegalArgumentException("No Kryon with id %s found".formatted(kryonId));
is throwing an IllegalArgumentException.

Create a benchmark test for this and fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant