RE: Usage of Cassandra in Fineract CN

2019-10-24 Thread Eric Owhadi
The topic of HA is interesting. On Trafodion side, there are multiple options (some only available in EsgynDB) the commercial version of Trafodion. The DB can be running on 2 clusters (or more), and these clusters (of several nodes each) can be ether Active/Passive or active/active. Meaning you

Re: Usage of Cassandra in Fineract CN

2019-10-24 Thread Juhan Aasaru
Hi! I just recently learned that this design would also help on recovering from a disaster. Cassandra can be easily replicated so the risk of loosing all the Cassandra nodes is relatively small. And even if that happens you only loose the commands that are not executed yet (not a huge problem sin

Re: Usage of Cassandra in Fineract CN

2019-10-24 Thread Victor Romero
Yes it is. https://cwiki.apache.org/confluence/display/FINERACT/Fineract+CN+Project+Structure#FineractCNProjectStructure-cassandra El 24 de octubre de 2019 a las 08:11 AM Niklas Uhrberg escribió: Hi!

Usage of Cassandra in Fineract CN

2019-10-24 Thread Niklas Uhrberg
Hi! I didn't pay much attention to the Cassandra database when looking at Fineract CN, but now I read https://cwiki.apache.org/confluence/display/FINERACT/CQRS+in+Fineract+CN and I conclude from this documentation that the only usage of Cassandra is to persist the commands. Furthermore that o

RE: Fineract CN and its database

2019-10-24 Thread Niklas Uhrberg
Hi, I've taken a look at Trafodion (and read some about TiDB as well) and will try to state what I perceive as some differences in the properties this will have, as compared with the architecture I was thinking about. There is so much to say in this area so that I will only mention a couple of

Re: Tables of individual services not created

2019-10-24 Thread Achia Rolence
Okay lets use hangout On Thu, Oct 24, 2019 at 2:00 PM Courage Angeh wrote: > I am comfortable with either Skype or Hangout. > > On Thu, Oct 24, 2019 at 8:57 AM Achia Rolence > wrote: > >> Yes I am. Which medium do we use? >> >> On Thu, Oct 24, 2019 at 1:55 PM Courage Angeh >> wrote: >> >>> Are

Re: Tables of individual services not created

2019-10-24 Thread Courage Angeh
I am comfortable with either Skype or Hangout. On Thu, Oct 24, 2019 at 8:57 AM Achia Rolence wrote: > Yes I am. Which medium do we use? > > On Thu, Oct 24, 2019 at 1:55 PM Courage Angeh > wrote: > >> Are you available for a call?, cause it will be easier and you could >> update the mailing list

Re: Tables of individual services not created

2019-10-24 Thread Achia Rolence
Yes I am. Which medium do we use? On Thu, Oct 24, 2019 at 1:55 PM Courage Angeh wrote: > Are you available for a call?, cause it will be easier and you could > update the mailing list after the call. > > On Thu, Oct 24, 2019 at 8:46 AM Achia Rolence > wrote: > >> Hello Juhan, >> Yes i have them

Re: Tables of individual services not created

2019-10-24 Thread Courage Angeh
Are you available for a call?, cause it will be easier and you could update the mailing list after the call. On Thu, Oct 24, 2019 at 8:46 AM Achia Rolence wrote: > Hello Juhan, > Yes i have them in my /etc/hosts > > On Thu, Oct 24, 2019 at 1:34 PM Juhan Aasaru wrote: > >> Hi! >> >> Please locat

Re: Tables of individual services not created

2019-10-24 Thread Achia Rolence
Hello Juhan, Yes i have them in my /etc/hosts On Thu, Oct 24, 2019 at 1:34 PM Juhan Aasaru wrote: > Hi! > > Please locate your hosts file (/etc/hosts for Unix/Mac) and make sure that > following lines arre present: > > 127.0.0.1 postgres > 127.0.0.1 cassandra > 127.0.0.1 eureka > 127.0.0.1 activ

Re: Tables of individual services not created

2019-10-24 Thread Juhan Aasaru
Hi! Please locate your hosts file (/etc/hosts for Unix/Mac) and make sure that following lines arre present: 127.0.0.1 postgres 127.0.0.1 cassandra 127.0.0.1 eureka 127.0.0.1 activemq Juhan Kontakt Achia Rolence () kirjutas kuupäeval N, 24. oktoober 2019 kell 14:27: > That's the log > > https:

Re: Tables of individual services not created

2019-10-24 Thread Achia Rolence
That's the log https://pastebin.com/iFPmw2w1 On Thu, Oct 24, 2019 at 1:16 PM Courage Angeh wrote: > It looks like the micro services can’t connect to Cassandra. Maybe > Cassandra is not running which could be because your local Cassandra is > running therefore using the port docker’s Cassandra

Re: Tables of individual services not created

2019-10-24 Thread Courage Angeh
It looks like the micro services can’t connect to Cassandra. Maybe Cassandra is not running which could be because your local Cassandra is running therefore using the port docker’s Cassandra is supposed to use. Can I see the log when you run the docker-compose script in external-tools directory? O

Re: Tables of individual services not created

2019-10-24 Thread Achia Rolence
Hi Courage and Juhan, I started working with the docker approach but had an error running the provisioner this is the log https://pastebin.com/ZSPg9DLS Thanks On Wed, Oct 23, 2019 at 7:01 PM Courage Angeh wrote: > Hi Rolence, > > Can I provide more logs?. By that I mean the logs before the erro