[JBoss JIRA] (ISPN-7981) org.infinispan.spring.provider.sample.SampleRemoteCacheTest random failures
by Katia Aresti (JIRA)
[ https://issues.jboss.org/browse/ISPN-7981?page=com.atlassian.jira.plugin.... ]
Katia Aresti reassigned ISPN-7981:
----------------------------------
Assignee: Katia Aresti
> org.infinispan.spring.provider.sample.SampleRemoteCacheTest random failures
> ---------------------------------------------------------------------------
>
> Key: ISPN-7981
> URL: https://issues.jboss.org/browse/ISPN-7981
> Project: Infinispan
> Issue Type: Bug
> Components: Spring Integration
> Reporter: Gustavo Fernandes
> Assignee: Katia Aresti
> Priority: Critical
>
> {noformat}
> org.infinispan.spring.provider.sample.SampleRemoteCacheTest.clearBookCache (from infinispan-spring4-remote)
> Error Message
> Could not fetch transport
> Stacktrace
> org.infinispan.client.hotrod.exceptions.TransportException:: Could not fetch transport
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.borrowTransportFromPool(TcpTransportFactory.java:426)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.getTransport(TcpTransportFactory.java:258)
> at org.infinispan.client.hotrod.impl.operations.FaultTolerantPingOperation.getTransport(FaultTolerantPingOperation.java:28)
> at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:56)
> at org.infinispan.client.hotrod.impl.RemoteCacheImpl.ping(RemoteCacheImpl.java:510)
> at org.infinispan.client.hotrod.impl.RemoteCacheImpl.resolveCompatibility(RemoteCacheImpl.java:782)
> at org.infinispan.client.hotrod.RemoteCacheManager.createRemoteCache(RemoteCacheManager.java:287)
> at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:157)
> at org.infinispan.client.hotrod.RemoteCacheManager.getCache(RemoteCacheManager.java:152)
> at org.infinispan.spring.provider.SpringRemoteCacheManager.getCache(SpringRemoteCacheManager.java:37)
> at org.infinispan.spring.provider.SpringRemoteCacheManager.getCache(SpringRemoteCacheManager.java:19)
> at org.infinispan.spring.provider.sample.AbstractTestTemplate.booksCache(AbstractTestTemplate.java:525)
> at org.infinispan.spring.provider.sample.AbstractTestTemplate.clearBookCache(AbstractTestTemplate.java:45)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:748)
> Caused by: org.infinispan.client.hotrod.exceptions.TransportException:: Could not connect to server: /127.0.0.1:15233
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.<init>(TcpTransport.java:85)
> at org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory.makeObject(TransportObjectFactory.java:38)
> at org.infinispan.client.hotrod.impl.transport.tcp.TransportObjectFactory.makeObject(TransportObjectFactory.java:17)
> at org.apache.commons.pool.impl.GenericKeyedObjectPool.borrowObject(GenericKeyedObjectPool.java:1220)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransportFactory.borrowTransportFromPool(TcpTransportFactory.java:420)
> ... 34 more
> Caused by: java.net.ConnectException: Connection refused
> at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)
> at sun.nio.ch.SocketChannelImpl.finishConnect(SocketChannelImpl.java:717)
> at sun.nio.ch.SocketAdaptor.connect(SocketAdaptor.java:111)
> at org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.<init>(TcpTransport.java:75)
> ... 38 more
> ... Removed 18 stack frames
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9182) Remove compat mode from Tasks and Scripts
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-9182?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-9182:
------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.4.0.Beta1
Resolution: Done
> Remove compat mode from Tasks and Scripts
> -----------------------------------------
>
> Key: ISPN-9182
> URL: https://issues.jboss.org/browse/ISPN-9182
> Project: Infinispan
> Issue Type: Sub-task
> Components: Tasks
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.4.0.Beta1
>
>
> Both script and tasks hardcode GenericJbossMarshaller in several places, and use it to unmarshall parameters and user data when executing code. If the client uses a different marshaller, it breaks.
> Both should rely instead on the MediaType sent by the Hot Rod client in order to convert from and to the storage format.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9408) Support for query results in different formats
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-9408?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-9408:
------------------------------------
Status: Open (was: New)
> Support for query results in different formats
> ----------------------------------------------
>
> Key: ISPN-9408
> URL: https://issues.jboss.org/browse/ISPN-9408
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 9.3.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
>
> ISPN-7420 introduced multiple format support for the Hot Rod client, but this is not covering the query results which are always protobuf. The data format specified in the client should propagate to the server and the response (query results or projections) should be converted to the specified format.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months
[JBoss JIRA] (ISPN-9408) Support for query results in different formats
by Gustavo Fernandes (JIRA)
Gustavo Fernandes created ISPN-9408:
---------------------------------------
Summary: Support for query results in different formats
Key: ISPN-9408
URL: https://issues.jboss.org/browse/ISPN-9408
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 9.3.1.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
ISPN-7420 introduced multiple format support for the Hot Rod client, but this is not covering the query results which are always protobuf. The data format specified in the client should propagate to the server and the response (query results or projections) should be converted to the specified format.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 5 months