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

Topology hash check fails #480

Closed
rbx opened this issue Apr 26, 2024 · 4 comments
Closed

Topology hash check fails #480

rbx opened this issue Apr 26, 2024 · 4 comments
Assignees
Milestone

Comments

@rbx
Copy link
Member

rbx commented Apr 26, 2024

With DDS 3.9, when I do update command in ODC, I get:

24/24 Error [1073302945173030897]: Topology hash check failed: 2840462574 (must be 1109741260)

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?

@AnarManafov
Copy link
Contributor

@rbx , can be a bug, I have to investigate. 3.9 passed internal tests, where we also test topo update commands.
This is not a topology validation issue, so m_disableValidation has no effect here.

The problem is the agent, which sent this error, has a different topology registered not the one being activated.
Do you get this error from all agents or just some of them?

@AnarManafov AnarManafov self-assigned this Apr 26, 2024
@AnarManafov AnarManafov added this to the 3.10 milestone Apr 26, 2024
@rbx
Copy link
Member Author

rbx commented Apr 26, 2024

I get it once from the API call. Not sure how to check per agent or not.

@AnarManafov
Copy link
Contributor

Try to make a clean start. And repeat your steps. If you get the error, let me know.
Also, please, if possible attach the log either from all agents or only from the one which got this error.
And the log file from your commander.

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.

@rbx
Copy link
Member Author

rbx commented Apr 26, 2024

Sent you the logs in MM.

AnarManafov added a commit to AnarManafov/DDS that referenced this issue Apr 28, 2024
Fixed: a regression bug causing topology update to fail on the hash validation. (FairRootGroupGH-480)
AnarManafov added a commit that referenced this issue Apr 28, 2024
Fixed: a regression bug causing topology update to fail on the hash validation. (GH-480)
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

2 participants