-
Notifications
You must be signed in to change notification settings - Fork 212
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
MetricProcessEventListener fails if node has not set leaveDate before calling listeners #3725
Comments
fjtirado
added a commit
to fjtirado/kogito-runtimes
that referenced
this issue
Oct 15, 2024
This was referenced Oct 15, 2024
Merged
fjtirado
added a commit
that referenced
this issue
Oct 15, 2024
fjtirado
added a commit
to kiegroup/kogito-runtimes
that referenced
this issue
Oct 15, 2024
gabriel-farache
added a commit
to rhdhorchestrator/serverless-workflows
that referenced
this issue
Oct 17, 2024
Signed-off-by: gabriel-farache <gfarache@redhat.com>
gabriel-farache
added a commit
to rhdhorchestrator/serverless-workflows
that referenced
this issue
Oct 17, 2024
Signed-off-by: gabriel-farache <gfarache@redhat.com>
gabriel-farache
added a commit
to rhdhorchestrator/serverless-workflows
that referenced
this issue
Oct 17, 2024
Signed-off-by: gabriel-farache <gfarache@redhat.com>
rgdoliveira
pushed a commit
to rgdoliveira/kogito-runtimes
that referenced
this issue
Oct 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
SplitNodeInstance is calling BeforeNodeLeftEventListener without setting leave date
MetricProcessListener.beforeNodeLeft is assuming that leave date has been set.
This leads to a null pointer exception being thrown
Expected behavior
No exception
Actual behavior
Null Pointer exception
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Kogito version or git rev (or at least Quarkus version if you are using Kogito via Quarkus platform BOM)
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: