[JBoss JIRA] (ISPN-12224) Cluster in a confusing state after restarted from graceful shutdown - no hint for waiting on complete restarted
by Wolf-Dieter Fink (Jira)
[ https://issues.redhat.com/browse/ISPN-12224?page=com.atlassian.jira.plugi... ]
Wolf-Dieter Fink updated ISPN-12224:
------------------------------------
Affects: Documentation (Ref Guide, User Guide, etc.),User Experience
> Cluster in a confusing state after restarted from graceful shutdown - no hint for waiting on complete restarted
> ---------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-12224
> URL: https://issues.redhat.com/browse/ISPN-12224
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 12.0.0.Dev01, 11.0.3.Final
> Reporter: Wolf-Dieter Fink
> Priority: Critical
>
> After a cluster is stopped with "shutdown cluster" and incomplete restart there is no WARN or INFO message that the cluster is in an incomplete state if not all nodes are back.
> If there is a single node started it is still possible to add new entries!!
> As well as entries can be read.
> But the server will throw Exceptions.
> The expectation is to have log messages with a statement that the cluster of (a,b, ...) is incomplete started after graceful shutdown and the missing nodes are (x,y,...)
> It should not be possible to access caches.
> There should be a CLI/JMX option to interrupt the graceful start and set the cluster to a working state - even if there is a possible loss of data in this case.
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12348) After a "cluster shutdown" there is no way to bring nodes simple down
by Wolf-Dieter Fink (Jira)
Wolf-Dieter Fink created ISPN-12348:
---------------------------------------
Summary: After a "cluster shutdown" there is no way to bring nodes simple down
Key: ISPN-12348
URL: https://issues.redhat.com/browse/ISPN-12348
Project: Infinispan
Issue Type: Bug
Reporter: Wolf-Dieter Fink
Assignee: Dan Berindei
If a 3 node cluster is brough down with "shutdown cluster" the state files are created in <node>/data
After restart it successfully and shutdown all nodes individually the expectation is that atart one node will work.
But as the files are still there there is the
Caused by: java.lang.IllegalArgumentException: Command does not have a topology id
error until all nodes are back.
Also if starting a NEW node the state is messed up as well.
The expected behavior here, as the cluster has been scaled down to 0 (one by one) is that it must be possible to start one node as the 'new' cluster in the same way as if there was no "shutdown cluster" before.
Note if two nodes are stopped the last node is consistent and contains all entries (as expected) and is working properly. After restarting it (which can be a long period after the others) the behavior is similar to a cluster-shutdown
which is completely unexpected (as the other nodes might be deleted completely on purpose)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12262) After a "cluster shutdown" there is no way to bring nodes simple down
by Wolf-Dieter Fink (Jira)
[ https://issues.redhat.com/browse/ISPN-12262?page=com.atlassian.jira.plugi... ]
Wolf-Dieter Fink reassigned ISPN-12262:
---------------------------------------
Assignee: Dan Berindei
> After a "cluster shutdown" there is no way to bring nodes simple down
> ---------------------------------------------------------------------
>
> Key: ISPN-12262
> URL: https://issues.redhat.com/browse/ISPN-12262
> Project: Infinispan
> Issue Type: Bug
> Reporter: Wolf-Dieter Fink
> Assignee: Dan Berindei
> Priority: Critical
>
> If a 3 node cluster is brough down with "shutdown cluster" the state files are created in <node>/data
> After restart it successfully and shutdown all nodes individually the expectation is that atart one node will work.
> But as the files are still there there is the
> Caused by: java.lang.IllegalArgumentException: Command does not have a topology id
> error until all nodes are back.
> Also if starting a NEW node the state is messed up as well.
> The expected behavior here, as the cluster has been scaled down to 0 (one by one) is that it must be possible to start one node as the 'new' cluster in the same way as if there was no "shutdown cluster" before.
> Note if two nodes are stopped the last node is consistent and contains all entries (as expected) and is working properly. After restarting it (which can be a long period after the others) the behavior is similar to a cluster-shutdown
> which is completely unexpected (as the other nodes might be deleted completely on purpose)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12347) The infinispan console does not work on GCP
by Kleber Rocha (Jira)
[ https://issues.redhat.com/browse/ISPN-12347?page=com.atlassian.jira.plugi... ]
Kleber Rocha updated ISPN-12347:
--------------------------------
Description:
I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
Here, a simple test using wget:
Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
was:
I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
Here, a simple test using wget:
$ wget [http://10.20.0.XX:11222/console/app.bundle.js|http://10.20.0.44:11227/con...]
--2020-09-21 10:27:43-- [http://10.20.0.XX:11222/console/app.bundle.js|http://10.20.0.44:11227/con...]
Connecting to 10.20.0.XX:11222... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1845968 (1,8M) [application/javascript]
Saving to: ‘app.bundle.js.1’
app.bundle.js.1 8%[==========> ] 160,00K --.-KB/s eta 2h 28m
Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
> The infinispan console does not work on GCP
> -------------------------------------------
>
> Key: ISPN-12347
> URL: https://issues.redhat.com/browse/ISPN-12347
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 12.0.0.Dev03, 11.0.3.Final
> Reporter: Kleber Rocha
> Priority: Minor
>
> I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
> The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
> Here, a simple test using wget:
>
> Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
>
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12347) The infinispan console does not work on GCP
by Kleber Rocha (Jira)
[ https://issues.redhat.com/browse/ISPN-12347?page=com.atlassian.jira.plugi... ]
Kleber Rocha updated ISPN-12347:
--------------------------------
Description:
I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
Here, a simple test using wget:
$ wget http://10.20.0.XX:11222/console/app.bundle.js
-2020-09-21 10:27:43- http://10.20.0.XX:11222/console/app.bundle.js
Connecting to 10.20.0.XX:11222... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1845968 (1,8M) [application/javascript]
Saving to: ‘app.bundle.js.1’
app.bundle.js.1 8%[==========> ] 160,00K --.-KB/s eta 2h 28m
Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
was:
I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
Here, a simple test using wget:
Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
> The infinispan console does not work on GCP
> -------------------------------------------
>
> Key: ISPN-12347
> URL: https://issues.redhat.com/browse/ISPN-12347
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 12.0.0.Dev03, 11.0.3.Final
> Reporter: Kleber Rocha
> Priority: Minor
>
> I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
> The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
> Here, a simple test using wget:
> $ wget http://10.20.0.XX:11222/console/app.bundle.js
> -2020-09-21 10:27:43- http://10.20.0.XX:11222/console/app.bundle.js
> Connecting to 10.20.0.XX:11222... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 1845968 (1,8M) [application/javascript]
> Saving to: ‘app.bundle.js.1’
> app.bundle.js.1 8%[==========> ] 160,00K --.-KB/s eta 2h 28m
>
> Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
>
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years
[JBoss JIRA] (ISPN-12347) The infinispan console does not work on GCP
by Kleber Rocha (Jira)
[ https://issues.redhat.com/browse/ISPN-12347?page=com.atlassian.jira.plugi... ]
Kleber Rocha updated ISPN-12347:
--------------------------------
Description:
I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
Here, a simple test using wget:
$ wget [http://10.20.0.XX:11222/console/app.bundle.js|http://10.20.0.xx:11222/con...]
--2020-09-21 10:27:43-- [http://10.20.0.XX:11222/console/app.bundle.js|http://10.20.0.44:11227/con...]
Connecting to 10.20.0.XX:11222... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1845968 (1,8M) [application/javascript]
Saving to: ‘app.bundle.js.1’
app.bundle.js.1 8%[==========> ] 160,00K --.-KB/s eta 2h 28m
Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
was:
I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
Here, a simple test using wget:
$ wget [http://10.20.0.XX:11222/console/app.bundle.js|http://10.20.0.xx:11222/con...]
--2020-09-21 10:27:43-- [http://10.20.0.44:11227/console/app.bundle.js]
Connecting to 10.20.0.XX:11222... connected.
HTTP request sent, awaiting response... 200 OK
Length: 1845968 (1,8M) [application/javascript]
Saving to: ‘app.bundle.js.1’
app.bundle.js.1 8%[==========> ] 160,00K --.-KB/s eta 2h 28m
Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
> The infinispan console does not work on GCP
> -------------------------------------------
>
> Key: ISPN-12347
> URL: https://issues.redhat.com/browse/ISPN-12347
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 12.0.0.Dev03, 11.0.3.Final
> Reporter: Kleber Rocha
> Priority: Minor
>
> I'm trying to install infinispan 11.0.3 and no success on GCP, using VMs, the console just won't open, works fine on 10.1.8, but on new versions it's not.
> The problem is when download the file *app.bundle.js*, it only works from inside the vm itself, I did several tests using wget from outside the vm, and all of them the file freezes, I tried this installation from scratch, using CentOS 7, 8 and even Ubuntu, the result always the same, on my machine installation works.
> Here, a simple test using wget:
> $ wget [http://10.20.0.XX:11222/console/app.bundle.js|http://10.20.0.xx:11222/con...]
> --2020-09-21 10:27:43-- [http://10.20.0.XX:11222/console/app.bundle.js|http://10.20.0.44:11227/con...]
> Connecting to 10.20.0.XX:11222... connected.
> HTTP request sent, awaiting response... 200 OK
> Length: 1845968 (1,8M) [application/javascript]
> Saving to: ‘app.bundle.js.1’
> app.bundle.js.1 8%[==========> ] 160,00K --.-KB/s eta 2h 28m
> Using 10.1.8 I haven't this problem, only in versions above 11, and the problem happens only with the console, RotHod works perfectly.
>
>
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years