-
Notifications
You must be signed in to change notification settings - Fork 2
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
Device Status flapping between UpToDate and Outdated #89
Comments
Turning off the gateway, I can get things a little more quiet and the log looks like:
|
Turning off all services (director, treehhub, tuf-keyserver, tuf-reposerver and the *-daemon) does not fix things, so it seems like there's something stuck in kafka? |
out of desperation i did the following:
The device-registry seems to be happy again. |
doanac
added a commit
to foundriesio/ota-api
that referenced
this issue
May 8, 2019
This addresses issue: #3 In that it prevents a device to ever get re-created, as this is not allowed by OTA Connect. This seems like a bug in OTA Connect, but was easiest to fix here. Additionally, we think this addresses a bug we had in production: advancedtelematic/ota-device-registry#89 Signed-off-by: Andy Doan <andy@foundries.io>
doanac
added a commit
to foundriesio/ota-api
that referenced
this issue
May 8, 2019
This addresses issue: #3 In that it prevents a device to ever get re-created, as this is not allowed by OTA Connect. This seems like a bug in OTA Connect, but was easiest to fix here. Additionally, we think this addresses a bug we had in production: advancedtelematic/ota-device-registry#89 Signed-off-by: Andy Doan <andy@foundries.io>
doanac
added a commit
to foundriesio/ota-api
that referenced
this issue
May 8, 2019
This addresses issue: #3 In that it prevents a device to ever get re-created, as this is not allowed by OTA Connect. This seems like a bug in OTA Connect, but was easiest to fix here. Additionally, we think this addresses a bug we had in production: advancedtelematic/ota-device-registry#89 Signed-off-by: Andy Doan <andy@foundries.io>
doanac
added a commit
to foundriesio/ota-api
that referenced
this issue
May 8, 2019
This addresses issue: #3 In that it prevents a device to ever get re-created, as this is not allowed by OTA Connect. This seems like a bug in OTA Connect, but was easiest to fix here. Additionally, we think this addresses a bug we had in production: advancedtelematic/ota-device-registry#89 Signed-off-by: Andy Doan <andy@foundries.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found on version: device-registry:0.3.0-12-ga1ea92b
We have at least one device in our OTA Connect deployment who's status seems to be flapping between UpToDate and Outdated.
When looking at the logs I see the following messages repeating over and over. I have a feeling something here is the cause of the device status not looking correct, but I have no idea. It almost seems like there's a message in the queue we can't process and are hitting it over and over and over again.
Any ideas how we can get unstuck?
The text was updated successfully, but these errors were encountered: