jentrata / jentrata-msh

Jentrata - Message Handler Service
jentrara.org
Other
19 stars 57 forks source link

Clustering II #3

Closed cavycorp closed 8 years ago

cavycorp commented 9 years ago

These changes will allow Jentrata to run as a cluster. The cluster can be build up out of several Jentrata instances on top of one Jentrata database. In this version only Postgresql is supported, but changes in the appropiate property files will allow to run it on top of other DBMSes.

After installing this implementation make sure it will look at the central postgresql database. This can be set in the property file: ./plugins/hk.hku.cecid.ebms/conf/hk/hku/cecid/ebms/spa/conf/ebms.module. xml under the home directory of Jentrata. You need to change the line:

by replacing 'localhost' into the address of the central postgresql database.

Another important setting is to make sure the 'hostname' can be translated into an ip address that's unique for the Jentrata server.

buildhive commented 9 years ago

Jentrata » jentrata-msh #26 SUCCESS This pull request looks good (what's this?)

buildhive commented 9 years ago

Jentrata » jentrata-msh #27 FAILURE Looks like there's a problem with this pull request (what's this?)

buildhive commented 9 years ago

Jentrata » jentrata-msh #28 UNSTABLE Looks like there's a problem with this pull request (what's this?)

aaronwalker commented 9 years ago

Hi Hans (@cavycorp )

This pull request looks good. Will look into why the buildhive build failed. We do get intermittent build fails from time to time if that's the case I will merge this in.

It might be worth while pushing out a release version with this new feature.

cheers Aaron

buildhive commented 9 years ago

Jentrata » jentrata-msh #31 SUCCESS This pull request looks good (what's this?)

buildhive commented 9 years ago

Jentrata » jentrata-msh #32 UNSTABLE Looks like there's a problem with this pull request (what's this?)

buildhive commented 8 years ago

Jentrata » jentrata-msh #38 SUCCESS This pull request looks good (what's this?)

aaronwalker commented 8 years ago

Hi @cavycorp as part of this pull request are you able to update the sql and ebms dao configs for the other DB types to support the clustering changes.

cavycorp commented 8 years ago

Yes I think I can, let me look into that and I will get back to you with additional changes.

On 06 Oct 2015, at 17:43, Aaron Walker notifications@github.com wrote:

Hi @cavycorp https://github.com/cavycorp as part of this pull request are you able to update the sql and ebms dao configs for the other DB types to support the clustering changes.

— Reply to this email directly or view it on GitHub https://github.com/jentrata/jentrata-msh/pull/3#issuecomment-145905234.

buildhive commented 8 years ago

Jentrata » jentrata-msh #39 SUCCESS This pull request looks good (what's this?)

buildhive commented 8 years ago

Jentrata » jentrata-msh #40 SUCCESS This pull request looks good (what's this?)

buildhive commented 8 years ago

Jentrata » jentrata-msh #41 SUCCESS This pull request looks good (what's this?)

cavycorp commented 8 years ago

Oeps added changes with another account (rinis-dev) but the changes are valid. These should complete the Oracle SQL and MySQL DAO and Config changes.