[JBoss JIRA] (ISPN-2296) Queries should support projection of custom metadata and keys
by Sanne Grinovero (JIRA)
Sanne Grinovero created ISPN-2296:
-------------------------------------
Summary: Queries should support projection of custom metadata and keys
Key: ISPN-2296
URL: https://issues.jboss.org/browse/ISPN-2296
Project: Infinispan
Issue Type: Feature Request
Components: Querying
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Fix For: 5.2.0.Beta1
Queries should support projection like these constants in Hibernate Search:
{code}org.hibernate.search.ProjectionConstants{code}
It seems particularly important that we don't provide the keys of the matching entries.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (ISPN-2306) Remove the code that resends PrepareCammands
by Adrian Nistor (JIRA)
Adrian Nistor created ISPN-2306:
-----------------------------------
Summary: Remove the code that resends PrepareCammands
Key: ISPN-2306
URL: https://issues.jboss.org/browse/ISPN-2306
Project: Infinispan
Issue Type: Task
Components: State transfer, Transactions
Affects Versions: 5.2.0.Alpha3
Reporter: Adrian Nistor
Assignee: Adrian Nistor
Fix For: 5.2.0.Alpha4
The code that resends prepare commands is not longer needed in the context of new NBST.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (ISPN-2334) Distributed mode and single shared cache loader - preload and state transfer
by Fernando Wasylyszyn (JIRA)
Fernando Wasylyszyn created ISPN-2334:
-----------------------------------------
Summary: Distributed mode and single shared cache loader - preload and state transfer
Key: ISPN-2334
URL: https://issues.jboss.org/browse/ISPN-2334
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores, State transfer
Affects Versions: 5.1.5.FINAL
Reporter: Fernando Wasylyszyn
Assignee: Mircea Markus
Priority: Minor
When you have a cluster in Infinispan, configured as Distributed and with a single and shared cache loader by all members, the preload option should work making each node loading the entries that correspond to it, not all of them, which is the current behaviour.
Also, with this configuration, the "state transfer" could be configured to make each node retrieve the "new entries" that should keep after a topology change directly from the cache store, instead of the transfer of entries through the network.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (ISPN-557) support for same transaction touching multiple nodes (multiple VMs)
by Mircea Markus (JIRA)
support for same transaction touching multiple nodes (multiple VMs)
--------------------------------------------------------------------
Key: ISPN-557
URL: https://jira.jboss.org/browse/ISPN-557
Project: Infinispan
Issue Type: Feature Request
Components: Transactions
Reporter: Mircea Markus
Assignee: Manik Surtani
Fix For: 5.1.0.Final
E.g. if a distributed transaction managers touches two embedded Infinispan nodes within the same transaction.
Could be implemented using the Hot Rod client approach - but in an embedded fashion!
EmbeddedClient <-- implements logic above
Except comms are in-VM for local entries
And via RpcDispatcher for remote entries
RemoteClient extends EmbeddedClient
Adds proper HotRod layer for comms
Including failover, smart routing, etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (ISPN-1090) Hot Rod protocol improvements for version 2
by Galder Zamarreño (JIRA)
Hot Rod protocol improvements for version 2
-------------------------------------------
Key: ISPN-1090
URL: https://issues.jboss.org/browse/ISPN-1090
Project: Infinispan
Issue Type: Enhancement
Components: Cache Server
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 5.1.0.BETA1, 5.1.0.Final
This JIRA will act as a place to keep track of enhancements to the Hot Rod protocol that should be included in version 2 of the protocol:
- We need a new error status code so that clients can detect when a node has been suspected and so react accordingly (i.e. not bubble it up but instead failover). Currently, this can be solved by checking whether the error message contains SuspectException but this is not nice.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months