diff options
author | 2024-05-02 16:50:10 +0200 | |
---|---|---|
committer | 2024-05-03 10:06:22 +0000 | |
commit | 97190e79ff655aaf567060a661c13e5693b54bf2 (patch) | |
tree | 25b8c32040fe92bdc25813238f9a613bbd312aec /src/main/resources | |
parent | 139f9b088e4bc02b4bc4ff6b37a1261ac0f4cadf (diff) |
Update aai-common to version 1.13.51.13.5
- update aai-common version from 1.14.4 to 1.13.5
- add reindexing logic that is triggered when db already has data in it upon schema creation
Issue-ID: AAI-3842
Change-Id: If8ad30f081689388940059226a941ccf5b4730e6
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/etc/appprops/janusgraph-cached.properties | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/main/resources/etc/appprops/janusgraph-cached.properties b/src/main/resources/etc/appprops/janusgraph-cached.properties index 40bf765..f04152d 100644 --- a/src/main/resources/etc/appprops/janusgraph-cached.properties +++ b/src/main/resources/etc/appprops/janusgraph-cached.properties @@ -2,7 +2,7 @@ # ============LICENSE_START======================================================= # org.onap.aai # ================================================================================ -# Copyright © 2017-18 AT&T Intellectual Property. All rights reserved. +# Copyright � 2017-18 AT&T Intellectual Property. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -20,8 +20,16 @@ query.fast-property=true query.smart-limit=false # the following parameters are not reloaded automatically and require a manual bounce -storage.backend=inmemory +storage.backend=cql storage.hostname=localhost +storage.cql.keyspace=aaigraph +storage.username=cassandra +storage.password=cassandra + +storage.cql.read-consistency-level=LOCAL_QUORUM +storage.cql.write-consistency-level=LOCAL_QUORUM +storage.cql.replication-factor=3 +storage.cql.only-use-local-consistency-for-system-operations=true #schema.default=none storage.lock.wait-time=300 |