Hi Jimmy, Is there any documentation to look into?
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Keong Lim Sent: 24 May 2019 10:40 To: Francis Paquette <[email protected]>; [email protected] Subject: Re: [onap-discuss] [aai] Standalone AAI UI 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 ============================================================================================================================ Disclaimer: This message and the information contained herein is proprietary and confidential and subject to the Tech Mahindra policy statement, you may review the policy at http://www.techmahindra.com/Disclaimer.html <http://www.techmahindra.com/Disclaimer.html> externally http://tim.techmahindra.com/tim/disclaimer.html <http://tim.techmahindra.com/tim/disclaimer.html> internally within TechMahindra. ============================================================================================================================ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17237): https://lists.onap.org/g/onap-discuss/message/17237 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]] -=-=-=-=-=-=-=-=-=-=-=-
