Hi all, in my labs I install every day the ONAP Master build and have always the problem, that the Portal installation fails. As you see below, the Maria DB is always restarted during the initial startup before the needed portal and user tables are created. The second start will detect a crash, but cannot repair the DB. 2019-06-06 15:25:15 140122898007936 [Note] Starting crash recovery... 2019-06-06 15:25:15 140122898007936 [Note] Crash recovery finished. 2019-06-06 15:25:15 140122898007936 [Note] Server socket created on IP: '::'. 2019-06-06 15:25:15 140122898007936 [ERROR] mysqld: Table './mysql/user' is marked as crashed and should be repaired 2019-06-06 15:25:15 140122898007936 [ERROR] mysqld: Table 'user' is marked as crashed and should be repaired 2019-06-06 15:25:15 140122898007936 [Warning] Checking table: './mysql/user' 2019-06-06 15:25:15 140122898007936 [ERROR] mysql.user: 1 client is using or hasn't closed the table properly 2019-06-06 15:25:15 140122898007936 [Warning] 'proxies_priv' entry '@% root@dev-portal-portal-db-5f5c7c957b-j4twh' ignored in --skip-name-resolve mode. 2019-06-06 15:25:15 140122898007936 [ERROR] mysqld: Table './mysql/time_zone_name' is marked as crashed and should be repaired 2019-06-06 15:25:15 140122898007936 [ERROR] mysqld: Table 'time_zone_name' is marked as crashed and should be repaired
Therefor portal-app fails to start... DB Image is: /onap/portal-db:2.5.0 Readyness and Liveness initial timeouts I already extended to 900s without success. I had this problem in early days as well, obviously related to timing problems of the NFS share. In Casablanca the problem disappeared, but now it is back again. Any help would be appreciated Best regards Andreas root@onap-hp-onap-oom-ci-rancher:~# kubectl get pods -n onap|grep portal dev-portal-portal-app-5c8879d9df-jh8lw 0/2 Init:0/1 101 17h dev-portal-portal-cassandra-75b76758bc-jsgsp 1/1 Running 0 17h dev-portal-portal-db-5f5c7c957b-j4twh 1/1 Running 1 17h dev-portal-portal-db-config-2spz9 0/2 Completed 0 16h dev-portal-portal-db-config-fz56r 0/2 Completed 0 16h dev-portal-portal-db-config-gzs7j 0/2 Init:Error 0 17h dev-portal-portal-db-config-h2svk 0/2 Completed 0 17h dev-portal-portal-db-config-pqvxc 0/2 Completed 0 16h dev-portal-portal-db-config-qm2b8 0/2 Completed 0 16h dev-portal-portal-db-config-thkg6 0/2 Completed 0 16h dev-portal-portal-sdk-cf768557-sks9c 2/2 Running 0 17h dev-portal-portal-widget-784b57ff47-s54sr 1/1 Running 0 17h dev-portal-portal-zookeeper-57d8fcc5f9-qqwnc 1/1 Running 0 17h -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17495): https://lists.onap.org/g/onap-discuss/message/17495 Mute This Topic: https://lists.onap.org/mt/31972756/21656 Mute #portal: https://lists.onap.org/mk?hashtag=portal&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
