-
Notifications
You must be signed in to change notification settings - Fork 57
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
ROC API stopped working after node restart #1601
Comments
hi @pushpraj527 - the error you're seeing Also what version of the aether-roc-umbrella chart are you using? and what values are you overriding? |
Hi @SeanCondon |
@pushpraj527 |
@adibrastegarnia
|
@pushpraj527 |
We found that the message
was happening in the onos-cli because of an incompatible version |
We have deployed Aether on the GKE cluster. We have also enabled the persistence volume for onos-consensus-store
We observed that after the GKE Cluster restart (after the updates).
ROC API Seems not able to add/update the resources.
E.g. Add/Delete subscriber API returns success but, it is not doing what it is supposed to do.
It looks like an onos/atomix store issue.
We are using the following versions for the components:
Atomix-Controller:
ChartVersion: 0.6.9
AppVersion: v0.6.2
Atomix-Raft-Storage:
ChartVersion: 0.1.25
AppVersion: v0.9.19
ONOS-Operator:
ChartVersion: 0.5.1
AppVersion: v0.5.0
ONOS-Config:
ChartVersion: 1.6.11
AppVersion: v0.10.27
ONOS-topo:
ChartVersion: 1.2.2
AppVersion: v0.9.3
ONOS-Cli:
ChartVersion: 1.2.7
AppVersion: v0.9.10
Logs:
-> One transaction is stuck reporting the following error:
It’s still reattempting it. We tried to get the particular SIM Object for the specified id but, it’s structure seems fine. not sure if it Persistent volume corruption issue. But, it has to stop somewhere. it still continuously reattempts the same operation.
This is preventing further new transactions.
onos-consensus-store config override:
onos-config override:
The text was updated successfully, but these errors were encountered: