-
Notifications
You must be signed in to change notification settings - Fork 0
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
workflow-manager cluster checkins intermittently happening really frequently #71
Comments
A few notes here: the return value for the curl https://versions.deis.com/v2/clusters/dfa0c19a-2eba-4631-b92f-d884c50fe04e
{
"id": "dfa0c19a-2eba-4631-b92f-d884c50fe04e",
"firstSeen": "0001-01-01T00:00:00Z",
"lastSeen": "0001-01-01T00:00:00Z",
"components": [{
"component": {
"name": "deis-builder",
"description": "For testing only!"
},
"version": {
"train": "",
"version": "2.0.0-beta2",
"data": null
}
}, {
"component": {
"name": "deis-controller",
"description": "For testing only!"
},
"version": {
"train": "",
"version": "2.0.0-beta2",
"data": null
}
}, {
"component": {
"name": "deis-database",
"description": "For testing only!"
},
"version": {
"train": "",
"version": "2.0.0-beta2",
"data": null
}
}, {
"component": {
"name": "deis-logger",
"description": "For testing only!"
},
"version": {
"train": "",
"version": "2.0.0-beta2",
"data": null
}
}, {
"component": {
"name": "deis-minio",
"description": "For testing only!"
},
"version": {
"train": "",
"version": "2.0.0-beta2",
"data": null
}
}, {
"component": {
"name": "deis-registry",
"description": "For testing only!"
},
"version": {
"train": "",
"version": "2.0.0-beta2",
"data": null
}
}, {
"component": {
"name": "deis-router",
"description": "For testing only!"
},
"version": {
"train": "",
"version": "2.0.0-beta2",
"data": null
}
}, {
"component": {
"name": "deis-workflow-manager",
"description": "For testing only!"
},
"version": {
"train": "",
"version": "2.0.0-beta2",
"data": null
}
}]
} Note that the Also, deis/workflow-manager#56 was recently merged, which fixed a large number of issues related to the background jobs scheduler/runner, some of which have existed for a while afaict. My guess is that one or more of these problems was causing the intermittent burst of checkins. I'm leaving this open but moving to v2 so that @jackfrancis can take another look. |
@jackfrancis if you have a chance to take a look at this, it would be very helpful. If this issue is still occurring, can you add more details on repro steps (if any) and/or how to see the buggy behavior. If it's not, feel free to close. |
This is still happening, though not as frequently. An exemplary cluster has
(Note the two checkins just over 4 minutes apart on June 11.) |
may be he uninstalled and installed the deis cluster or the wfm component restarted which are possible scenarios i can think of |
@jackfrancis is this issue ongoing or has it resolved with newer versions of Workflow? |
Looks like this bug is resilient.
That's a https://versions.deis.com/v3/clusters/b4bfe468-5197-4e8c-8ea5-d1bdbc48cc85 |
see these cluster_id values:
dfa0c19a-2eba-4631-b92f-d884c50fe04e
8b88f34c-d4ca-4344-92f0-273891e6b9a0
The text was updated successfully, but these errors were encountered: