[JBoss JIRA] (ISPN-5925) Add a unique per-node identifier which allows nodes to be identified across restarts
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-5925:
-------------------------------------
Summary: Add a unique per-node identifier which allows nodes to be identified across restarts
Key: ISPN-5925
URL: https://issues.jboss.org/browse/ISPN-5925
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 8.1.0.Final
Create a per-node UUID within the LocalTopologyManager and associate it with the local address in the JGroupsAddressCache. Store this UUID in the global state directory so that it can be reused across restarts
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5923) Wrong results when applying the <= operator to a string attribute having a null token defined
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5923?page=com.atlassian.jira.plugin.... ]
Work on ISPN-5923 started by Adrian Nistor.
-------------------------------------------
> Wrong results when applying the <= operator to a string attribute having a null token defined
> ---------------------------------------------------------------------------------------------
>
> Key: ISPN-5923
> URL: https://issues.jboss.org/browse/ISPN-5923
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 8.0.1.Final, 8.1.0.Alpha2
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 8.1.0.Beta1, 8.0.2.Final
>
>
> The query having("myField").lte("Something") gets translated to lucene as myField:['_null_' TO 'Something'] where _null_ is the defined null token for this field. This query returns wrong results or no results at all, depending on the value of the null token. The issue no longer appears if there is no null token defined; it will get properly translated to myField:[* TO 'Something'] .
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months