-
Notifications
You must be signed in to change notification settings - Fork 32
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
Saga View messes up saga data changes #601
Comments
@timbussmann would it be possible to check if ServiceControl has captured the right data? |
@HEskandari I think the data in SC looks correctly as far as I can tell, see the gist |
I'm investigating. My initial thoughts are that this is a ServiceInsight issue. Trying to verify if this scenario was working in v5 with latest stable version of the saga audit plugin. |
After some testing, running the same sample on v5. I can see the right data is coming out of ServiceControl, which means the data is produced and processed correctly and this is only a presentation issue. On sample running in both v5 and v6 I can see the following data/state changes reported by ServiceControl (in reverse order I'm showing here, which might be causing the issue to begin with):
I can conclude with the following:
Seeing this is mostly an ordering issue, this might be a duplicate of #598 or a close relative. I'm happy to leave it open until #598 is fixed. |
what part do you consider incorrect? (assuming we're talking about the data from the plugin?) |
@timbussmann sorry if I didn't communicate clearly...I meant "Data inconsistently shown incorrectly with the sample using both v5 and v6" meaning that it is a bug in ServiceInsight and due to no issue with v6 or the plugins. |
thanks for clarifying @HEskandari 👍 (assuming you meant "data consistently shown incorrectly") |
The @Particular/serviceinsight-maintainers decided to close this one, in favor of #598. |
Given the following Saga:
(Saga sending two messages to itself, each of these increments the counter by one)
The latest available SI version (1.5.7) with SC 1.2.2 gives me the following Saga View:
There already seems to be an issue about the ordering (#598) but I noted some weird data on the saga data:
(new)
mean on the timeout message's saga data? I assume this should be on the StartSagaMessage?The text was updated successfully, but these errors were encountered: