[JBoss JIRA] (ISPN-9435) Hot Rod client suite fails with timeouts
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9435?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes commented on ISPN-9435:
-----------------------------------------
Some issues I found:
* The internal caches Mbeans are never unregistered when stopping the cache manager
* TestNG keeps all test instances around, that in turn keep reference to HotRod servers and clients preventing them to be GC'ed
* Each HotRodServer instances uses IO threads = 2*CPUs which translates to a lot of threads in real (not CI) machines
* Tests run with 8 threads and this is too much for the 1Gb of memory tests are allowed to have (again, because of CI)
> Hot Rod client suite fails with timeouts
> ----------------------------------------
>
> Key: ISPN-9435
> URL: https://issues.jboss.org/browse/ISPN-9435
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 9.4.0.Beta1
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9434) Reading JSON content from untyped caches return escaped quotes
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9434?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9434:
------------------------------------
Description: Reading content as "application/json" from caches without media type configured causes Infinispan to interpret the content as String first and then convert it to JSON, resulting in JSON string literal rather than a proper JSON. (was: Reading content as "application/json" from caches without media type configured causes Infinispan to interpret the content as String first and then convert it to JSON, resulting in JSON string literal rather than a JSON.)
> Reading JSON content from untyped caches return escaped quotes
> --------------------------------------------------------------
>
> Key: ISPN-9434
> URL: https://issues.jboss.org/browse/ISPN-9434
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod
> Affects Versions: 9.4.0.Beta1, 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> Reading content as "application/json" from caches without media type configured causes Infinispan to interpret the content as String first and then convert it to JSON, resulting in JSON string literal rather than a proper JSON.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9434) Reading JSON content from untyped caches return escaped quotes
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9434?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9434:
------------------------------------
Description: Reading content as "application/json" from content stored in caches without media type configured causes Infinispan to interpret the content as String first and then convert it to JSON, resulting in JSON string literal rather than a JSON. (was: Reading content as "application/json" from content stored in caches without media type configured causes Infinispan to interpret the content as String first and then convert it to a JSON string. Instead, it should try to interpret content as JSON directly.)
> Reading JSON content from untyped caches return escaped quotes
> --------------------------------------------------------------
>
> Key: ISPN-9434
> URL: https://issues.jboss.org/browse/ISPN-9434
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod
> Affects Versions: 9.4.0.Beta1, 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> Reading content as "application/json" from content stored in caches without media type configured causes Infinispan to interpret the content as String first and then convert it to JSON, resulting in JSON string literal rather than a JSON.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9434) Reading JSON content from untyped caches return escaped quotes
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9434?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9434:
------------------------------------
Description: Reading content as "application/json" from caches without media type configured causes Infinispan to interpret the content as String first and then convert it to JSON, resulting in JSON string literal rather than a JSON. (was: Reading content as "application/json" from content stored in caches without media type configured causes Infinispan to interpret the content as String first and then convert it to JSON, resulting in JSON string literal rather than a JSON.)
> Reading JSON content from untyped caches return escaped quotes
> --------------------------------------------------------------
>
> Key: ISPN-9434
> URL: https://issues.jboss.org/browse/ISPN-9434
> Project: Infinispan
> Issue Type: Bug
> Components: Hot Rod
> Affects Versions: 9.4.0.Beta1, 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> Reading content as "application/json" from caches without media type configured causes Infinispan to interpret the content as String first and then convert it to JSON, resulting in JSON string literal rather than a JSON.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9434) Reading JSON content from untyped caches return escaped quotes
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-9434:
---------------------------------------
Summary: Reading JSON content from untyped caches return escaped quotes
Key: ISPN-9434
URL: https://issues.jboss.org/browse/ISPN-9434
Project: Infinispan
Issue Type: Bug
Components: Hot Rod
Affects Versions: 9.3.1.Final, 9.4.0.Beta1
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Reading content as "application/json" from content stored in caches without media type configured causes Infinispan to interpret the content as String first and then convert it to a JSON string. Instead, it should try to interpret content as JSON directly.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months
[JBoss JIRA] (ISPN-9346) Off-heap implementation crashes JVM
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-9346?page=com.atlassian.jira.plugin.... ]
William Burns commented on ISPN-9346:
-------------------------------------
Looking closer, but this was fixed in ISPN-8410 I would suggest upgrading to at least 9.2 and it should be fixed. If you find it keeps erroring, please feel free to update and reopen this.
> Off-heap implementation crashes JVM
> -----------------------------------
>
> Key: ISPN-9346
> URL: https://issues.jboss.org/browse/ISPN-9346
> Project: Infinispan
> Issue Type: Enhancement
> Components: Off Heap
> Affects Versions: 9.1.1.Final
> Reporter: Dmitry Katsubo
> Assignee: William Burns
> Attachments: logs.7z
>
>
> There is a suspect that off-heap implementation has caused attached JVM crashes (see [^logs.7z]).
> There are no steps to reproduce. Perhaps somebody encounters the same issue.
> Log extract:
> {code}
> SIGSEGV (0xb) at pc=0x00007fb9a2f358ad, pid=42551, tid=140426343024384
> Problematic frame:
> J 17187 C1 org.infinispan.container.offheap.BoundedOffHeapDataContainer.moveToEnd(J)V (137 bytes) @ 0x00007fb9a2f358ad [0x00007fb9a2f357a0+0x10d]
> J 17205 C1 org.infinispan.container.offheap.BoundedOffHeapDataContainer.entryRetrieved(J)V (74 bytes) @ 0x00007fb9a2e02c2c [0x00007fb9a2e02960+0x2cc]
> J 17295 C1 org.infinispan.container.offheap.OffHeapDataContainer.performGet(JLjava/lang/Object;)Lorg/infinispan/container/entries/InternalCacheEntry; (72 bytes) @ 0x00007fb9a310c5ac [0x00007fb9a310c000+0x5ac]
> J 18853 C1 org.infinispan.container.offheap.OffHeapDataContainer.compute(Lorg/infinispan/commons/marshall/WrappedBytes;Lorg/infinispan/container/DataContainer$ComputeAction;)Lorg/infinispan/container/entries/InternalCacheEntry; (157 bytes) @ 0x00007fb9a250e814 [0x00007fb9a250dd00+0xb14]
> J 18851 C1 org.infinispan.container.offheap.BoundedOffHeapDataContainer.compute(Ljava/lang/Object;Lorg/infinispan/container/DataContainer$ComputeAction;)Lorg/infinispan/container/entries/InternalCacheEntry; (10 bytes) @ 0x00007fb9a4658cbc [0x00007fb9a4658ae0+0x1dc]
> J 18840 C1 org.infinispan.expiration.impl.ExpirationManagerImpl.handleInMemoryExpiration(Lorg/infinispan/container/entries/InternalCacheEntry;J)V (24 bytes) @ 0x00007fb9a1a2e55c [0x00007fb9a1a2e0e0+0x47c]
> j org.infinispan.expiration.impl.ExpirationManagerImpl.processExpiration()V+95
> j org.infinispan.expiration.impl.ExpirationManagerImpl$ScheduledTask.run()V+17
> J 15131 C2 java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object; (14 bytes) @ 0x00007fb9a3cef368 [0x00007fb9a3cee200+0x1168]
> {code}
> Infinispan v9.1.1.Final
> Java v1.8.0_74-b02
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
7 years, 7 months