Re: Cluster Info problem

2020-03-03 Thread jorgeeflorez .
> > First step would be to upgrade to 1.24.0 > We just upgraded from 1.5 last year. I guess I will not find much trouble upgrading from 1.12, right? the output of "ipconfig -a" for that machine would be helpful. > Here is the output, MAC changed and IP addresses hidden/changed. docker0 Link

Re: Cluster Info problem

2020-03-03 Thread Julian Reschke
On 03.03.2020 15:48, jorgeeflorez . wrote: First step would be to upgrade to 1.24.0 We just upgraded from 1.5 last year. I guess I will not find much trouble upgrading from 1.12, right? 1.5 was an unstable branch, you shouldn't use that in production anyway. 1.24.0 has replaced 1.12.0 as

Re: Cluster Info problem

2020-03-03 Thread jorgeeflorez .
It is done: https://issues.apache.org/jira/browse/OAK-8935 El mar., 3 mar. 2020 a las 10:06, Julian Reschke () escribió: > On 03.03.2020 15:48, jorgeeflorez . wrote: > >> > >> First step would be to upgrade to 1.24.0 > >> > > We just upgraded from 1.5 last year. I guess I will not find much

Re: Cluster Info problem

2020-03-03 Thread jorgeeflorez .
For now, if I use setLeaseCheckMode(LeaseCheckMode.DISABLED) in the document store, I should stop seeing that error, right? El mar., 3 mar. 2020 a las 12:38, jorgeeflorez . (< jorgeeduardoflo...@gmail.com>) escribió: > It is done: https://issues.apache.org/jira/browse/OAK-8935 > > El mar., 3

Re: Cluster Info problem

2020-03-03 Thread Julian Reschke
On 03.03.2020 18:45, jorgeeflorez . wrote: For now, if I use setLeaseCheckMode(LeaseCheckMode.DISABLED) in the document store, I should stop seeing that error, right? ... You should be able to override the algorithm by setting the system property

Cluster Info problem

2020-03-03 Thread jorgeeflorez .
Hi, I am having some problems starting a node store in a server. I am getting: DocumentStoreException: Configured cluster node id 123 already in use: needs recovery and machineId/instanceId do not match: mac:02421b0c73d3//home/ec2-user != mac:0242a5c0c5e5//home/ec2-user I read the code from class

Re: Cluster Info problem

2020-03-03 Thread Julian Reschke
On 03.03.2020 15:15, jorgeeflorez . wrote: Hi Julian, thanks for your reply, a) I am using version 1.12.0. b) As far as I know, Oak is not running in Docker. It is running in the JVM installed on the Linux machine, but not inside Docker. c) I see... some things may add a "low" mac address to

Re: Cluster Info problem

2020-03-03 Thread Julian Reschke
On 03.03.2020 13:45, jorgeeflorez . wrote: Hi, I am having some problems starting a node store in a server. I am getting: DocumentStoreException: Configured cluster node id 123 already in use: needs recovery and machineId/instanceId do not match: mac:02421b0c73d3//home/ec2-user !=

Re: Cluster Info problem

2020-03-03 Thread jorgeeflorez .
Hi Julian, thanks for your reply, a) I am using version 1.12.0. b) As far as I know, Oak is not running in Docker. It is running in the JVM installed on the Linux machine, but not inside Docker. c) I see... some things may add a "low" mac address to the machine, interfering with the cluster info.