On Thu, May 23, 2019 at 04:52 PM, Francis Paquette wrote: > > The number of entities is not really huge so the lack of indexing is probably > the culprit. > > I am not familiar with that indexing script. Jimmy can you think of > documentation to point them to? > > Francis > > From: [email protected] <[email protected]> On Behalf Of > Chandra > Sent: Thursday, May 23, 2019 12:07 PM > To: Francis Paquette <[email protected]>; > [email protected] > Cc: Ashish.7.Singh <[email protected]> > Subject: Re: [onap-discuss] [aai] Standalone AAI UI > > Thanks Francis .. > > Please refer to counts. > Complex -50000+,PNFs 175000+,p-interfaces – 70000+,logical-link 100000+ > Physical-link 35000+,l-interafces – 100000+,vlan 100000+ > > Does this script run whenever graphadmin POD is initialized? Can we rerun > this script to cross verify?
In OOM-based deployment, it is the graphadmin-create-db-schema job that usually runs before graphadmin becomes ready. Please confirm whether this job completed successfully in your environment. If you are using an earlier Casablanca release, it could be affected by https://jira.onap.org/browse/AAI-2047 Please check that you are using a version at least as new as onap/aai-graphadmin:1.0.3 If you want a quick way to run the create-db-schema script without needing to re-deploy, you could try this to identify the graphadmin container and run the script: $ HASH=`docker ps --filter name=k8s_aai-graphadmin --quiet` $ docker exec ${HASH} su aaiadmin -c /opt/app/aai-graphadmin/bin/createDBSchema.sh It would probably be best to restart the containers for graphadmin, resources and traversal as well, so that they get fresh database connections. Keong -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17216): https://lists.onap.org/g/onap-discuss/message/17216 Mute This Topic: https://lists.onap.org/mt/27825888/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
