[JBoss JIRA] (ISPN-9036) Parameterized branding for C++
by Vittorio Rigamonti (Jira)
[ https://issues.redhat.com/browse/ISPN-9036?page=com.atlassian.jira.plugin... ]
Vittorio Rigamonti updated ISPN-9036:
-------------------------------------
Sprint: Sprint 9.3.0.Alpha1, Sprint 9.3.0.Beta1, Sprint 9.3.0.CR1, Sprint 9.3.0.Final, Sprint 9.4.0.Beta1, Sprint 9.4.0.CR1, Sprint 9.4.0.CR3, Sprint 10.0.0.Alpha1, Sprint 10.0.0.Alpha2, Sprint 9.4.0.Final, Sprint 10.0.0.Alpha0, Sprint 10.0.0.Beta1, DataGrid Sprint #31, DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36 (was: Sprint 9.3.0.Alpha1, Sprint 9.3.0.Beta1, Sprint 9.3.0.CR1, Sprint 9.3.0.Final, Sprint 9.4.0.Beta1, Sprint 9.4.0.CR1, Sprint 9.4.0.CR3, Sprint 10.0.0.Alpha1, Sprint 10.0.0.Alpha2, Sprint 9.4.0.Final, Sprint 10.0.0.Alpha0, Sprint 10.0.0.Beta1, DataGrid Sprint #31, DataGrid Sprint #32, DataGrid Sprint #33, DataGrid Sprint #34, DataGrid Sprint #35, DataGrid Sprint #36, DataGrid Sprint #37)
> Parameterized branding for C++
> ------------------------------
>
> Key: ISPN-9036
> URL: https://issues.redhat.com/browse/ISPN-9036
> Project: Infinispan
> Issue Type: Enhancement
> Reporter: Tristan Tarrant
> Assignee: Vittorio Rigamonti
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11059) Improve cache already exists HTTP code
by Galder Zamarreño (Jira)
Galder Zamarreño created ISPN-11059:
---------------------------------------
Summary: Improve cache already exists HTTP code
Key: ISPN-11059
URL: https://issues.redhat.com/browse/ISPN-11059
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 10.1.0.CR1
Reporter: Galder Zamarreño
Assignee: Tristan Tarrant
Creating a cache that already exists currently returns {{400 Bad Request}}:
{code}
curl -v -d '<infinispan><cache-container><distributed-cache name="example" mode="SYNC"><backups><backup site="SiteB" strategy="ASYNC" timeout="30000"/></backups></distributed-cache></cache-container></infinispan>' -H "Content-Type: application/xml" -u developer:$(kubectl get secret example-infinispan-generated-secret -o jsonpath="{.data.identities\.yaml}" | base64 -D | yq -r .credentials[0].password) -X POST $(minikube service example-infinispan-external --url --namespace local-operators)/rest/v2/caches/example
Note: Unnecessary use of -X or --request, POST is already inferred.
* Trying 192.168.99.101...
* TCP_NODELAY set
* Connected to 192.168.99.101 (192.168.99.101) port 30222 (#0)
* Server auth using Basic with user 'developer'
> POST /rest/v2/caches/example HTTP/1.1
> Host: 192.168.99.101:30222
> Authorization: Basic ZGV2ZWxvcGVyOlFXUWE4U3V0c0QzZW9SUmg=
> User-Agent: curl/7.64.1
> Accept: */*
> Content-Type: application/xml
> Content-Length: 200
>
* upload completely sent off: 200 out of 200 bytes
< HTTP/1.1 400 Bad Request
< content-length: 40
<
* Connection #0 to host 192.168.99.101 left intact
ISPN000507: Cache example already exists* Closing connection 0
{code}
More fine-grained behaviour would be desirable: if the cache being created is exactly the same configuration wise, it should return 200. Otherwise, if different it should be 409.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11058) Upgrade to JGroups 4.1.8.Final
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11058?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11058:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/7665
> Upgrade to JGroups 4.1.8.Final
> ------------------------------
>
> Key: ISPN-11058
> URL: https://issues.redhat.com/browse/ISPN-11058
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Dependency
> Affects Versions: 10.1.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> JGroups 4.1.8.Final includes fixes for two LOCAL_PING issues that affect our test suite:
> * JGRP-2395 LOCAL_PING fails when 2 nodes start at the same time
> * JGRP-2398 LOCAL_PING should remove local PingData on stop
> The upgrade will allow us to remove the workaround for JGRP-2398 ({{GMS.num_join_attempts="1"}}), which is causing random failures in {{InitialClusterSizeTest}}.
> {noformat}
> java.util.concurrent.ExecutionException: org.infinispan.manager.EmbeddedCacheManagerStartupException:
> org.infinispan.util.concurrent.TimeoutException: ISPN000399: Timeout while waiting for 4 members in cluster. Last view had [InitialClusterSizeTest-NodeD-26330, InitialClusterSizeTest-NodeC-48323]
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11058) Upgrade to JGroups 4.1.8.Final
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11058?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11058:
--------------------------------
Description:
JGroups 4.1.8.Final includes fixes for two LOCAL_PING issues that affect our test suite:
* JGRP-2395 LOCAL_PING fails when 2 nodes start at the same time
* JGRP-2398 LOCAL_PING should remove local PingData on stop
The upgrade will allow us to remove the workaround for JGRP-2398 ({{GMS.num_join_attempts="1"}}), which is causing random failures in {{InitialClusterSizeTest}}.
{noformat}
java.util.concurrent.ExecutionException: org.infinispan.manager.EmbeddedCacheManagerStartupException:
org.infinispan.util.concurrent.TimeoutException: ISPN000399: Timeout while waiting for 4 members in cluster. Last view had [InitialClusterSizeTest-NodeD-26330, InitialClusterSizeTest-NodeC-48323]
{noformat}
was:
JGroups 4.1.8.Final includes fixes for two LOCAL_PING issues that affect our test suite:
* JGRP-2395 LOCAL_PING fails when 2 nodes start at the same time
* JGRP-2398 LOCAL_PING should remove local PingData on stop
The upgrade will allow us to remove the workaround for JGRP-2398 ({{GMS.num_join_attempts="1"}}), which is causing random failures in {{InitialClusterSizeTest}}.
{noformat}
java.util.concurrent.ExecutionException: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.util.concurrent.TimeoutException: ISPN000399: Timeout while waiting for 4 members in cluster. Last view had [InitialClusterSizeTest-NodeD-26330, InitialClusterSizeTest-NodeC-48323]
{noformat}
> Upgrade to JGroups 4.1.8.Final
> ------------------------------
>
> Key: ISPN-11058
> URL: https://issues.redhat.com/browse/ISPN-11058
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Dependency
> Affects Versions: 10.1.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> JGroups 4.1.8.Final includes fixes for two LOCAL_PING issues that affect our test suite:
> * JGRP-2395 LOCAL_PING fails when 2 nodes start at the same time
> * JGRP-2398 LOCAL_PING should remove local PingData on stop
> The upgrade will allow us to remove the workaround for JGRP-2398 ({{GMS.num_join_attempts="1"}}), which is causing random failures in {{InitialClusterSizeTest}}.
> {noformat}
> java.util.concurrent.ExecutionException: org.infinispan.manager.EmbeddedCacheManagerStartupException:
> org.infinispan.util.concurrent.TimeoutException: ISPN000399: Timeout while waiting for 4 members in cluster. Last view had [InitialClusterSizeTest-NodeD-26330, InitialClusterSizeTest-NodeC-48323]
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months
[JBoss JIRA] (ISPN-11058) Upgrade to JGroups 4.1.8.Final
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-11058?page=com.atlassian.jira.plugi... ]
Dan Berindei updated ISPN-11058:
--------------------------------
Status: Open (was: New)
> Upgrade to JGroups 4.1.8.Final
> ------------------------------
>
> Key: ISPN-11058
> URL: https://issues.redhat.com/browse/ISPN-11058
> Project: Infinispan
> Issue Type: Component Upgrade
> Components: Dependency
> Affects Versions: 10.1.0.CR1
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.1.0.Final
>
>
> JGroups 4.1.8.Final includes fixes for two LOCAL_PING issues that affect our test suite:
> * JGRP-2395 LOCAL_PING fails when 2 nodes start at the same time
> * JGRP-2398 LOCAL_PING should remove local PingData on stop
> The upgrade will allow us to remove the workaround for JGRP-2398 ({{GMS.num_join_attempts="1"}}), which is causing random failures in {{InitialClusterSizeTest}}.
> {noformat}
> java.util.concurrent.ExecutionException: org.infinispan.manager.EmbeddedCacheManagerStartupException:
> org.infinispan.util.concurrent.TimeoutException: ISPN000399: Timeout while waiting for 4 members in cluster. Last view had [InitialClusterSizeTest-NodeD-26330, InitialClusterSizeTest-NodeC-48323]
> {noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years, 4 months