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

"Error with registering a saga in the start cache" log statement is misleading #53

Closed
bobjana opened this issue Jul 11, 2017 · 0 comments
Milestone

Comments

@bobjana
Copy link
Collaborator

bobjana commented Jul 11, 2017

Causing QA to question whether or not this is an error. We should consider change log level & make the message less "error-centric" so that it's not picked up in any log tracing tools

7/11/2017 9:41:22 AM2017-07-11 07:41:22.786  INFO 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Adding saga to start class mu.cibecs.core.storageserver.StorageServerTeamAssignmentSaga on class mu.cibecs.core.team.events.TeamAssignedToStorageServerEvent
7/11/2017 9:41:22 AM2017-07-11 07:41:22.786 DEBUG 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Error with registering a saga in the start cache. It exists already!
7/11/2017 9:41:22 AM2017-07-11 07:41:22.787  INFO 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Adding saga to start class mu.cibecs.core.policy.PolicyTeamAssignmentSaga on class mu.cibecs.core.team.events.TeamAssignedToPolicyEvent
7/11/2017 9:41:22 AM2017-07-11 07:41:22.787 DEBUG 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Error with registering a saga in the start cache. It exists already!
7/11/2017 9:41:22 AM2017-07-11 07:41:22.787  INFO 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Adding saga to start class mu.cibecs.core.profile.ProfileDeviceAssignmentSaga on class mu.cibecs.core.device.events.DeviceAssignedToProfileEvent
7/11/2017 9:41:22 AM2017-07-11 07:41:22.788 DEBUG 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Error with registering a saga in the start cache. It exists already!
7/11/2017 9:41:22 AM2017-07-11 07:41:22.788  INFO 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Adding saga to start class mu.cibecs.core.device.DeviceRegistrationSaga on class mu.cibecs.core.device.events.DeviceCreatedEvent
7/11/2017 9:41:22 AM2017-07-11 07:41:22.788 DEBUG 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Error with registering a saga in the start cache. It exists already!
7/11/2017 9:41:22 AM2017-07-11 07:41:22.789  INFO 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Adding saga to start class mu.cibecs.core.team.TeamProfileAssignmentSaga on class mu.cibecs.core.profile.events.ProfileAssignedToTeamEvent
7/11/2017 9:41:22 AM2017-07-11 07:41:22.789 DEBUG 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Error with registering a saga in the start cache. It exists already!
7/11/2017 9:41:22 AM2017-07-11 07:41:22.789  INFO 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Adding saga to start class mu.cibecs.core.device.DeviceActivationSaga on class mu.cibecs.core.device.events.DeviceActivationRequestedEvent
7/11/2017 9:41:22 AM2017-07-11 07:41:22.790 DEBUG 12 --- [ool-35-thread-1] io.muoncore.newton.saga.SagaStartCache   : Error with registering a saga in the start cache. It exists already!
@bobjana bobjana added this to the 0.0.11 milestone Jul 11, 2017
daviddawson added a commit that referenced this issue Jul 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant