Hello, It indeed was wrong replica count - changing it to `1`, and cleaning keyspaces in shared cassandra helped.
Thank you very much for help, On Tue, Jul 30, 2019 at 1:31 PM Golabek, Tomasz (Nokia - PL/Wroclaw) < [email protected]> wrote: > Hi, > > > You can also check whether all Cassandra nodes are up, running and > connected to a cluster (execute nodetool describecluster / nodetool > status from one of yours dev-cassandra instances and if any unreachable > hosts seen it seems that there can be a problem). > > > We observed that Cassandra is really sensitive for lack of lab resources > so are You using the required size of a lab ( > https://onap.readthedocs.io/en/dublin/submodules/oom.git/docs/oom_cloud_setup_guide.html)? > If your lab is significantly different You can check load of the nodes > using 'kubectl top nodes'. > > > Best regards > > *Tomasz Golabek* > > Software Developer > MN BOAM RD&Pz ONAP UI ML DEVOPS WRO 2 SG > Nokia > Contact number: +48 798 328 205 > ------------------------------ > *From:* [email protected] <[email protected]> on > behalf of Ofir Sonsino via Lists.Onap.Org <ofir.sonsino= > [email protected]> > *Sent:* Tuesday, July 30, 2019 1:12:00 PM > *To:* [email protected] <[email protected]>; > [email protected] <[email protected]> > *Subject:* Re: [onap-discuss] #sdc #dublin #oom #install > > > Hi, > > > > I suspect too it’s about the replica count setting. > > What values.yaml did you change? There are few. > > > > Make sure you updated oom\kubernetes\sdc\values.yaml , where you also able > to set a “private” Cassandra for SDC in case issue persists. > > Please note the comments in this file: > > #Shared cassandra cluster replicaCount, should be changed if > localCluster is enabled > > #to match with its own cluster replica > > replicaCount: 3 > > > > Since it uses the common cluster, replicaCount should match the one set in: > > oom\kubernetes\common\cassandra\values.yaml > > > > According to the log file you attached, there’s only 1 replica found where > SDC expects 3 replicas. > > > > Thanks > > Ofir > > > > *From:* [email protected] [mailto:[email protected]] *On > Behalf Of *Katarzyna Orlowska > *Sent:* Monday, July 29, 2019 4:29 PM > *To:* [email protected] > *Subject:* [onap-discuss] #sdc #dublin #oom #install > > > > Hello, > > I am deploying ONAP / Dublin , using OOM, as mentioned in documention - > 4.0.0-ONAP. > My SDC deployment is not working, main reason seems to be that > sdc-cs-config-cassandra job is failing. Looks like component called > Titanium cannot create schema in shared, main cassandra (which is up, > running and available on ports to which SDC is connecting), using > titanSchemaCreation.sh script. Basically it looks very similar to case > described in another thread ( > https://lists.onap.org/g/onap-discuss/message/17618 > <https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.onap.org_g_onap-2Ddiscuss_message_17618&d=DwMFaQ&c=LFYZ-o9_HUMeMTSQicvjIg&r=r9I4HaeTZWnzwEqiRY1_Hv-5a-5rlv9P2qxiDTBCt58&m=-2tv93QbqalGoeT7rLWW64tW8zfC-yBBzR7XlYfultk&s=UmXUXmgSyxeZYPS3KBoctjDSjyOvA6zZjVGI4C7joao&e=>), > but unfortunately there was no reply in it. > > Logs are mentioning issue with replica count, but unfortunately changes of > this value (from: replicas: 3 to 1 in values.yaml) are not making any > progress. > > > Had, by any chance, anyone met this issue and solved it somehow? How can I > fix this issue? > > Thank you very much for help, > Kind regards, > > > > > -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#18354): https://lists.onap.org/g/onap-discuss/message/18354 Mute This Topic: https://lists.onap.org/mt/32648963/21656 Mute #oom: https://lists.onap.org/mk?hashtag=oom&subid=2740164 Mute #sdc: https://lists.onap.org/mk?hashtag=sdc&subid=2740164 Mute #install: https://lists.onap.org/mk?hashtag=install&subid=2740164 Mute #dublin: https://lists.onap.org/mk?hashtag=dublin&subid=2740164 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
