[JBoss JIRA] (ISPN-5743) SIFS.start() throws IllegalArgumentException: Negative position
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/ISPN-5743?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated ISPN-5743:
---------------------------------
Status: Open (was: Pull Request Sent)
> SIFS.start() throws IllegalArgumentException: Negative position
> ----------------------------------------------------------------
>
> Key: ISPN-5743
> URL: https://issues.jboss.org/browse/ISPN-5743
> Project: Infinispan
> Issue Type: Bug
> Components: Loaders and Stores
> Affects Versions: 8.0.1.Final, 7.2.5.Final
> Reporter: Radim Vansa
> Assignee: Radim Vansa
>
> This can happen when a record about deletion of entry with the same key was read recently and was not applied into index.
> Fix is quite trivial, but this revealed a situation when an entry can be reincarnated during cache store startup - since we don't keep deleted entries in index, we can't see that an entry was deleted (don't know it's last seqId) if files are read in unlucky order.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (ISPN-6438) A Hot Rod client should be able to configure the same properties with hotrod-client.properties file as the programatic API supports
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6438?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant commented on ISPN-6438:
---------------------------------------
As mentioned in the discussion, it appears the most flexible approach is to use the ability of the Properties we supply to JCache initialization to contain Object values. We should support both the string-based approach as well as being able to pass pre-instantiated objects like SSLContext.
> A Hot Rod client should be able to configure the same properties with hotrod-client.properties file as the programatic API supports
> -----------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-6438
> URL: https://issues.jboss.org/browse/ISPN-6438
> Project: Infinispan
> Issue Type: Enhancement
> Components: Remote Protocols
> Reporter: Wolf-Dieter Fink
> Assignee: Galder Zamarreño
>
> If a HotRod client is initialized by a hotrod-client.properties file and the RemoteCacheManager() constructor it should be possible to all possible properties.
> The properties for
> - SSL
> - FILE_STORE *
> - TRUST_STORE *
> are not available with this configuration
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years
[JBoss JIRA] (ISPN-6472) Add EXTERNAL SASL support to the server
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-6472:
-------------------------------------
Summary: Add EXTERNAL SASL support to the server
Key: ISPN-6472
URL: https://issues.jboss.org/browse/ISPN-6472
Project: Infinispan
Issue Type: Feature Request
Components: Remote Protocols, Security, Server
Reporter: Tristan Tarrant
Fix For: 9.0.0.Final
The server should be able to support the SASL EXTERNAL mech.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years