[JBoss JIRA] (ISPN-7707) Add more configuration options for the keystores in Hot Rod clients and servers
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-7707?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-7707:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Add more configuration options for the keystores in Hot Rod clients and servers
> -------------------------------------------------------------------------------
>
> Key: ISPN-7707
> URL: https://issues.jboss.org/browse/ISPN-7707
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Protocols
> Affects Versions: 9.0.0.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 9.1.0.Final
>
>
> The user should be able to specify the following additional configuration options when setting up a keystore/truststore for Hot Rod:
> - the key alias to selet the desired identity to present to the peer
> - the store type (JKS, JCEKS, ...)
> - the protocol type (TLSv1.1, TLSv1.2, etc)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8194) Random failures in the hotrod server suite due to port conficts
by Katia Aresti (JIRA)
[ https://issues.jboss.org/browse/ISPN-8194?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-8194:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5382
> Random failures in the hotrod server suite due to port conficts
> ---------------------------------------------------------------
>
> Key: ISPN-8194
> URL: https://issues.jboss.org/browse/ISPN-8194
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Katia Aresti
> Labels: testsuite_stability
>
> {noformat}
> [ERROR] testValidateProtocolServerNullProperties(org.infinispan.server.hotrod.HotRodServerTest) Time elapsed: 0.005 s <<< FAILURE!
> io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
> at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
> at io.netty.channel.unix.Socket.bind(Socket.java:234)
> at io.netty.channel.epoll.EpollServerSocketChannel.doBind(EpollServerSocketChannel.java:91)
> at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:554)
> at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1258)
> at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:501)
> at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:486)
> at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:980)
> at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:250)
> at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:365)
> at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
> at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304)
> at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
> at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8194) Random failures in the hotrod server suite due to port conficts
by Katia Aresti (JIRA)
[ https://issues.jboss.org/browse/ISPN-8194?page=com.atlassian.jira.plugin.... ]
Katia Aresti updated ISPN-8194:
-------------------------------
Status: Open (was: New)
> Random failures in the hotrod server suite due to port conficts
> ---------------------------------------------------------------
>
> Key: ISPN-8194
> URL: https://issues.jboss.org/browse/ISPN-8194
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Katia Aresti
> Labels: testsuite_stability
>
> {noformat}
> [ERROR] testValidateProtocolServerNullProperties(org.infinispan.server.hotrod.HotRodServerTest) Time elapsed: 0.005 s <<< FAILURE!
> io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
> at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
> at io.netty.channel.unix.Socket.bind(Socket.java:234)
> at io.netty.channel.epoll.EpollServerSocketChannel.doBind(EpollServerSocketChannel.java:91)
> at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:554)
> at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1258)
> at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:501)
> at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:486)
> at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:980)
> at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:250)
> at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:365)
> at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
> at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304)
> at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
> at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8194) Random failures in the hotrod server suite due to port conficts
by Katia Aresti (JIRA)
[ https://issues.jboss.org/browse/ISPN-8194?page=com.atlassian.jira.plugin.... ]
Katia Aresti reassigned ISPN-8194:
----------------------------------
Assignee: Katia Aresti
> Random failures in the hotrod server suite due to port conficts
> ---------------------------------------------------------------
>
> Key: ISPN-8194
> URL: https://issues.jboss.org/browse/ISPN-8194
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Katia Aresti
> Labels: testsuite_stability
>
> {noformat}
> [ERROR] testValidateProtocolServerNullProperties(org.infinispan.server.hotrod.HotRodServerTest) Time elapsed: 0.005 s <<< FAILURE!
> io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use
> at io.netty.channel.unix.Errors.newIOException(Errors.java:117)
> at io.netty.channel.unix.Socket.bind(Socket.java:234)
> at io.netty.channel.epoll.EpollServerSocketChannel.doBind(EpollServerSocketChannel.java:91)
> at io.netty.channel.AbstractChannel$AbstractUnsafe.bind(AbstractChannel.java:554)
> at io.netty.channel.DefaultChannelPipeline$HeadContext.bind(DefaultChannelPipeline.java:1258)
> at io.netty.channel.AbstractChannelHandlerContext.invokeBind(AbstractChannelHandlerContext.java:501)
> at io.netty.channel.AbstractChannelHandlerContext.bind(AbstractChannelHandlerContext.java:486)
> at io.netty.channel.DefaultChannelPipeline.bind(DefaultChannelPipeline.java:980)
> at io.netty.channel.AbstractChannel.bind(AbstractChannel.java:250)
> at io.netty.bootstrap.AbstractBootstrap$2.run(AbstractBootstrap.java:365)
> at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
> at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:403)
> at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:304)
> at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
> at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
> at java.lang.Thread.run(Thread.java:748)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-7140) Concurrent modifications succeed in pessimistic cache
by Radim Vansa (JIRA)
[ https://issues.jboss.org/browse/ISPN-7140?page=com.atlassian.jira.plugin.... ]
Radim Vansa updated ISPN-7140:
------------------------------
Labels: consistency testsuite_stability (was: testsuite_stability)
> Concurrent modifications succeed in pessimistic cache
> -----------------------------------------------------
>
> Key: ISPN-7140
> URL: https://issues.jboss.org/browse/ISPN-7140
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.0.0.Alpha4
> Reporter: Radim Vansa
> Labels: consistency, testsuite_stability
> Attachments: log2.txt
>
>
> During node crash, two concurrent modifications in can both succeed in pessimistic tx cache.
> This also causes random failures in {{InfinispanNodeFailureTest}}:
> 1. TX1 originating on A acquires lock for key X, A is primary owner
> 2. C is killed and B becomes primary owner of key X
> 3. TX2 originating on B acquires lock for key X, B is now primary owner
> 4. TX1 commits the tx, Prepare is sent with the new topology id so it commits fine
> 5. TX2 also commits the transaction
> Log attached (this is not master but changes should not be related).
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months