[JBoss JIRA] (ISPN-4065) Refuse to store an index on an ASYNC Cache
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-4065?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-4065:
----------------------------------
Fix Version/s: 9.0.3.Final
(was: 9.0.2.Final)
> Refuse to store an index on an ASYNC Cache
> ------------------------------------------
>
> Key: ISPN-4065
> URL: https://issues.jboss.org/browse/ISPN-4065
> Project: Infinispan
> Issue Type: Enhancement
> Components: Lucene Directory
> Affects Versions: 8.2.6.Final, 9.0.1.Final, 9.1.0.Beta1
> Reporter: Sanne Grinovero
> Assignee: Gustavo Fernandes
> Priority: Minor
> Labels: 64QueryBlockers, hackathon
> Fix For: 8.2.7.Final, 9.1.0.Final, 9.0.3.Final
>
>
> The Infinispan directory requires writing to the 3 caches, and cannot handle out-of-order operations that occur when ASYNC caches are used.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (ISPN-7900) Provide entrySet, values, keySet implementation for RemoteCache
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-7900?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-7900:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.0.CR1
9.1.0.Final
Resolution: Done
> Provide entrySet, values, keySet implementation for RemoteCache
> ---------------------------------------------------------------
>
> Key: ISPN-7900
> URL: https://issues.jboss.org/browse/ISPN-7900
> Project: Infinispan
> Issue Type: Feature Request
> Affects Versions: 9.0.1.Final
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.1.0.CR1, 9.1.0.Final
>
>
> Currently the entrySet, values and keySet all throw an UnsupportedOperationException when they are invoked. It would be nice if we could supply an actual implementation for these. A respective backing collection should be doable.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (HRJS-50) Support working directly with JSON objects
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-50:
------------------------------------
Summary: Support working directly with JSON objects
Key: HRJS-50
URL: https://issues.jboss.org/browse/HRJS-50
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
The client should be able to store and retrieve JSON objects without the user having to transform data manually.
>From a storage perspective, the client should detect that JSON objects are passed in, and for the time being, convert those to a binary format of choice and sent those to the server. One quick option is to convert to String and that to UTF-8 (as the client currently does). More options will be available in the future.
When reading, the user should be to instruct the client how to read the data, e.g. client.as(JSON) or client.as(String)... and let the client transform the data read and pass it back to the user.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months
[JBoss JIRA] (HRJS-49) Support running from browser
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-49:
------------------------------------
Summary: Support running from browser
Key: HRJS-49
URL: https://issues.jboss.org/browse/HRJS-49
Project: Infinispan Javascript client
Issue Type: Enhancement
Reporter: Galder Zamarreño
Refactor Node.js client so that it could be run directly from browser.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 9 months