Skip to content

raise sync-wave priority for Manage over other apps - #576

Draft
svt01 wants to merge 7 commits into
mainfrom
fix-sync-order-adjustment
Draft

svt01 wants to merge 7 commits into
mainfrom
fix-sync-order-adjustment

Conversation

@svt01

@svt01 svt01 commented Aug 26, 2026

Copy link
Copy Markdown

@svt01

svt01 commented Sep 18, 2026

Copy link
Copy Markdown
Author

Checking the sync-wave for the manage and visualinspection,

the manage app is now at 505 while other applications such as visualinspection and main.visualinspection are at 505 510 respectively

(venv) sagartalikoti@dhcp-9-127-29-176 infohub-pod-logging # APP_NAME=instance.noble10.mvidev3                                       
(venv) sagartalikoti@dhcp-9-127-29-176 infohub-pod-logging # {                                                                       
  printf "SYNC_WAVE\tRESOURCE\tNAMESPACE\tSTATUS\n"
  oc -n openshift-gitops get application "$APP_NAME" \
    -o jsonpath='{range .status.resources[*]}{.syncWave}{"\t"}{.kind}{"/"}{.name}{"\t"}{.namespace}{"\t"}{.status}{"\n"}{end}' | sort -n
} | column -t -s $'\t'


SYNC_WAVE                            RESOURCE                                            NAMESPACE         STATUS
Application/syncres.noble10.mvidev3  openshift-gitops                                    Synced
10                                   Application/syncjobs.noble10.mvidev3                openshift-gitops  Synced
100                                  Application/sls.noble10.mvidev3                     openshift-gitops  Synced
110                                  Application/db2u.noble10.mvidev3                    openshift-gitops  Synced
120                                  Application/db2-db.noble10.mvidev3.manage           openshift-gitops  Synced
130                                  Application/suite.noble10.mvidev3                   openshift-gitops  Synced
140                                  Application/mvidev3-bas-system.noble10              openshift-gitops  Synced
140                                  Application/mvidev3-jdbc-wsapp-main-manage.noble10  openshift-gitops  Synced
140                                  Application/mvidev3-mongo-system.noble10            openshift-gitops  Synced
140                                  Application/mvidev3-objectstorage-system.noble10    openshift-gitops  Synced
140                                  Application/mvidev3-sls-system.noble10              openshift-gitops  Synced
200                                  Application/main.suite.noble10.mvidev3              openshift-gitops  Synced
500                                  Application/manage.noble10.mvidev3                  openshift-gitops  Synced
505                                  Application/main.manage.noble10.mvidev3             openshift-gitops  Synced
515                                  Application/visualinspection.noble10.mvidev3        openshift-gitops  Synced
520                                  Application/main.visualinspection.noble10.mvidev3   openshift-gitops  Synced
551                                  Application/addons.noble10.mvidev3                  openshift-gitops  Synced
600                                  Application/application-admin-rbac.noble10.mvidev3  openshift-gitops  Synced
600                                  Application/postsyncjobs.noble10.mvidev3            openshift-gitops  Synced


@svt01

svt01 commented Sep 18, 2026

Copy link
Copy Markdown
Author

Sync-wave for manage and facilities in one of the instance

the manage app is now at 505 while facilities and main.facilities are at 510 515 respectively


(venv) sagartalikoti@dhcp-9-127-29-176 infohub-pod-logging # APP_NAME=instance.noble10.inst02                                        
(venv) sagartalikoti@dhcp-9-127-29-176 infohub-pod-logging # {                                                                       
  printf "SYNC_WAVE\tRESOURCE\tNAMESPACE\tSTATUS\n"
  oc -n openshift-gitops get application "$APP_NAME" \
    -o jsonpath='{range .status.resources[*]}{.syncWave}{"\t"}{.kind}{"/"}{.name}{"\t"}{.namespace}{"\t"}{.status}{"\n"}{end}' | sort -n
} | column -t -s $'\t'


SYNC_WAVE                           RESOURCE                                               NAMESPACE         STATUS
Application/syncres.noble10.inst02  openshift-gitops                                       Synced
10                                  Application/syncjobs.noble10.inst02                    openshift-gitops  Synced
100                                 Application/sls.noble10.inst02                         openshift-gitops  Synced
110                                 Application/db2u.noble10.inst02                        openshift-gitops  Synced
120                                 Application/db2-db.noble10.inst02.facilities           openshift-gitops  Synced
120                                 Application/db2-db.noble10.inst02.manage               openshift-gitops  Synced
130                                 Application/suite.noble10.inst02                       openshift-gitops  Synced
140                                 Application/inst02-bas-system.noble10                  openshift-gitops  Synced
140                                 Application/inst02-jdbc-wsapp-main-facilities.noble10  openshift-gitops  Synced
140                                 Application/inst02-jdbc-wsapp-main-manage.noble10      openshift-gitops  Synced
140                                 Application/inst02-mongo-system.noble10                openshift-gitops  Synced
140                                 Application/inst02-sls-system.noble10                  openshift-gitops  Synced
200                                 Application/main.suite.noble10.inst02                  openshift-gitops  Synced
500                                 Application/manage.noble10.inst02                      openshift-gitops  Synced
505                                 Application/main.manage.noble10.inst02                 openshift-gitops  Synced
510                                 Application/facilities.noble10.inst02                  openshift-gitops  Synced
515                                 Application/main.facilities.noble10.inst02             openshift-gitops  OutOfSync
551                                 Application/addons.noble10.inst02                      openshift-gitops  OutOfSync
600                                 Application/application-admin-rbac.noble10.inst02      openshift-gitops  OutOfSync
600                                 Application/postsyncjobs.noble10.inst02                openshift-gitops  Synced


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant