[JBoss JIRA] (ISPN-10983) Infinispan RestClientOkHttp keeping the process alive
by Gustavo Lira Silva (Jira)
[ https://issues.jboss.org/browse/ISPN-10983?page=com.atlassian.jira.plugin... ]
Gustavo Lira Silva updated ISPN-10983:
--------------------------------------
Steps to Reproduce:
1 - Clone https://github.com/gustavolira/ispn10983
2 - Start infinispan server
3 - Run Reproducer.java
> Infinispan RestClientOkHttp keeping the process alive
> -----------------------------------------------------
>
> Key: ISPN-10983
> URL: https://issues.jboss.org/browse/ISPN-10983
> Project: Infinispan
> Issue Type: Bug
> Components: REST
> Affects Versions: 10.1.0.Beta1
> Reporter: Gustavo Lira Silva
> Assignee: Gustavo Fernandes
> Priority: Major
>
> RestClientOkHttp is keeping the process alive, the process is async so the response are return, we are able to get the body response but the process still alive
> For example:
> {code:java}
> RestClientOkHttp restClient = new RestClientOkHttp(new RestClientConfigurationBuilder().build());
> RestResponse response = restClient.cacheManager("default").stats().toCompletableFuture().get();
> System.out.println(response.getBody());
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-10983) Infinispan RestClientOkHttp keeping the process alive
by Gustavo Lira Silva (Jira)
Gustavo Lira Silva created ISPN-10983:
-----------------------------------------
Summary: Infinispan RestClientOkHttp keeping the process alive
Key: ISPN-10983
URL: https://issues.jboss.org/browse/ISPN-10983
Project: Infinispan
Issue Type: Bug
Components: REST
Affects Versions: 10.1.0.Beta1
Reporter: Gustavo Lira Silva
Assignee: Gustavo Fernandes
RestClientOkHttp is keeping the process alive, the process is async so the response are return, we are able to get the body response but the process still alive
For example:
{code:java}
RestClientOkHttp restClient = new RestClientOkHttp(new RestClientConfigurationBuilder().build());
RestResponse response = restClient.cacheManager("default").stats().toCompletableFuture().get();
System.out.println(response.getBody());
{code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-10982) Upgrade commons-compress to 1.19
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10982:
--------------------------------------
Summary: Upgrade commons-compress to 1.19
Key: ISPN-10982
URL: https://issues.jboss.org/browse/ISPN-10982
Project: Infinispan
Issue Type: Component Upgrade
Components: Embedded Querying
Affects Versions: 10.1.0.Beta1
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 10.1.0.CR1
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month
[JBoss JIRA] (ISPN-10981) CacheWriterTest.shouldWriteThoughUsingPutAll_partialSuccess random failures
by Dan Berindei (Jira)
Dan Berindei created ISPN-10981:
-----------------------------------
Summary: CacheWriterTest.shouldWriteThoughUsingPutAll_partialSuccess random failures
Key: ISPN-10981
URL: https://issues.jboss.org/browse/ISPN-10981
Project: Infinispan
Issue Type: Bug
Components: JCache
Affects Versions: 10.1.0.Beta1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 10.1.0.CR1
{{CacheWriterTest.shouldWriteThoughUsingPutAll_partialSuccess}} fails very often.
{noformat}
17:34:36,699 ERROR [TestSuiteProgress] Test failed: CacheWriterTest.shouldWriteThroughRemoveAllSpecific_partialSuccess
java.lang.AssertionError: expected:<Hola World> but was:<null>
at org.junit.Assert.fail(Assert.java:88) ~[junit-4.12.jar:4.12]
at org.junit.Assert.failNotEquals(Assert.java:834) ~[junit-4.12.jar:4.12]
at org.junit.Assert.assertEquals(Assert.java:118) ~[junit-4.12.jar:4.12]
at org.junit.Assert.assertEquals(Assert.java:144) ~[junit-4.12.jar:4.12]
at org.jsr107.tck.integration.CacheWriterTest.shouldWriteThroughRemoveAllSpecific_partialSuccess(CacheWriterTest.java:1047) ~[cache-tests-1.1.0-tests.jar:?]
{noformat}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
5 years, 1 month