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

SpringBoot 3.2- BaseStateMachineListener (eventNotAccepted in log instead of LifecycleObjectSupport ) #1144

Open
subratadey03 opened this issue Mar 12, 2024 · 0 comments
Labels
status/need-triage Team needs to triage and take a first look

Comments

@subratadey03
Copy link

subratadey03 commented Mar 12, 2024

We recently upgraded springBoot version to 3.2, and Java 21 64 bit.
We observed the LifecycleObjectSupport object log was output every time an Event was notified in Spring StateMachine.
2023/12/20,13:48:06.600 INFO [XXXXX] [nio-8080-exec-7] mework.statemachine.support.LifecycleObjectSupport : stopped org.springframework.statemachine.support.DefaultStateMachineExecutor@7efa3f63 2023/12/20,13:48:06.600 INFO [DeviceBroker ] [nio-8080-exec-7] mework.statemachine.support.LifecycleObjectSupport : stopped ATTACHED / / uuid=da1c1d7d-7d54-4484-bf49-d224f7324a3e / id=null

Currently it says eventNotAccepted in BaseStateMachine.
WARN [XXXXX] [nio-8080-exec-7] .device.base.statemachine.BaseStateMachineListener : [eventNotAccepted] Device- Cat event not accepted: GenericMessage [payload=CONNECT, headers={id=351edf7d-8504-39dc-29cd-973600fdba5a, timestamp=1708581146172}]

This is warning message in the log also LifecycleObjectSupport object is not there now.
We want to know the why and its impact .
is it expected in current version ?

@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Mar 12, 2024
@subratadey03 subratadey03 changed the title SpringBoot 3.2- BaseStateMachineListener SpringBoot 3.2- BaseStateMachineListener (eventNotAccepted in log instead of LifecycleObjectSupport ) Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need-triage Team needs to triage and take a first look
Projects
None yet
Development

No branches or pull requests

1 participant