[hibernate-issues] [Hibernate-JIRA] Commented: (OGM-65) Support pure Infinispan client mode for Hibernate OGM

Manik Surtani (JIRA) noreply at atlassian.com
Wed May 11 13:08:59 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/OGM-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42286#action_42286 ] 

Manik Surtani commented on OGM-65:
----------------------------------

You would also need some form of notification/eventing over Hot Rod.  Many ways to impl this, but if you do have this, then you could have a "second level cache" in OGM so you don't always go remote.  You can then keep the 2LC coherent by events over Hot Rod.  Or you could do it the way Hibernate Core works, using a separate cluster of caches for 2LC.  But that, IMO, is unnecessary indirection.

> Support pure Infinispan client mode for Hibernate OGM
> -----------------------------------------------------
>
>                 Key: OGM-65
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/OGM-65
>             Project: Hibernate OGM
>          Issue Type: New Feature
>            Reporter: Emmanuel Bernard
>
> There are several levels at play:
>  - allow an OGM client to not join the grid as a full fledge node
>  - support transactions over hotrod (including suspend and co)
>  - support query over hotrod (ie ability to pass the Teiid query via HotRod and let Teiid nodes run on the Infinispan grid)
> The latest is not fleshed out though and will require refinement.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list