-
Notifications
You must be signed in to change notification settings - Fork 14
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
Topology hash check fails #480
Comments
@rbx , can be a bug, I have to investigate. 3.9 passed internal tests, where we also test topo update commands. The problem is the agent, which sent this error, has a different topology registered not the one being activated. |
I get it once from the API call. Not sure how to check per agent or not. |
Try to make a clean start. And repeat your steps. If you get the error, let me know. If this is not really doable atm. At least let me know whether you get this error constantly or time to time. I will double check on this issue in anyway. |
Sent you the logs in MM. |
Fixed: a regression bug causing topology update to fail on the hash validation. (FairRootGroupGH-480)
Fixed: a regression bug causing topology update to fail on the hash validation. (GH-480)
With DDS 3.9, when I do update command in ODC, I get:
I also set
m_disableValidation = true
in the request.In the update indeed I am launching a different topology file - the one I want to update the execution with, and not the old one.
A bug?
The text was updated successfully, but these errors were encountered: