[JBoss JIRA] (ISPN-3051) Allow embedded caches with no local storage (remote/client for embedded caches)
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3051?page=com.atlassian.jira.plugin.... ]
Mircea Markus commented on ISPN-3051:
-------------------------------------
so you'd want a cache member that would be part of the cluster but not store any data at all?
> Allow embedded caches with no local storage (remote/client for embedded caches)
> -------------------------------------------------------------------------------
>
> Key: ISPN-3051
> URL: https://issues.jboss.org/browse/ISPN-3051
> Project: Infinispan
> Issue Type: Feature Request
> Components: Distributed Cache
> Reporter: Guillermo GARCIA OCHOA
> Assignee: Mircea Markus
>
> Some clusters requires to use embedded caches to distributed its data. In the current state, Infinispan does not allow to access this kind of clusters without being a full member of the cluster, 'sharing' memory space and CPU time.
> The requested feature is to allow remote/client cache members in an embedded configuration (like the hotrod _RemoteCache_)
> *SUGGESTION*
> * *For the data:* Exclude marked/flagged hash spaces (nodes) from the consistent hash function.
> * *For remote execution:* is up to you guys ...
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3055) Unreleased lock after node restart
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3055?page=com.atlassian.jira.plugin.... ]
Mircea Markus commented on ISPN-3055:
-------------------------------------
Indeed looks like a bug - thanks for reporting it. Can you give it a try with latest 5.2 release (5.2.6 today)?
> Unreleased lock after node restart
> ----------------------------------
>
> Key: ISPN-3055
> URL: https://issues.jboss.org/browse/ISPN-3055
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.2.1.Final
> Environment: Debian Squeeze Amd 64, JDK 1.6.0_32
> Reporter: Deyan Pandulev
> Assignee: Pedro Ruivo
> Fix For: 6.0.0.Beta1, 6.0.0.Final
>
> Attachments: SimpleClusterRead.java, SimpleClusterWriter.java, simple_cluster_node1.xml, simple_cluster_node2.xml
>
>
> Using dummy transaction manager I was able to produce locks that are not released. The same behavior can be reproduced with Glassfish AS 3.1.1 using its own TM.
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3055) Unreleased lock after node restart
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3055?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-3055:
--------------------------------
Fix Version/s: 6.0.0.Beta1
6.0.0.Final
> Unreleased lock after node restart
> ----------------------------------
>
> Key: ISPN-3055
> URL: https://issues.jboss.org/browse/ISPN-3055
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.2.1.Final
> Environment: Debian Squeeze Amd 64, JDK 1.6.0_32
> Reporter: Deyan Pandulev
> Assignee: Mircea Markus
> Fix For: 6.0.0.Beta1, 6.0.0.Final
>
> Attachments: SimpleClusterRead.java, SimpleClusterWriter.java, simple_cluster_node1.xml, simple_cluster_node2.xml
>
>
> Using dummy transaction manager I was able to produce locks that are not released. The same behavior can be reproduced with Glassfish AS 3.1.1 using its own TM.
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3055) Unreleased lock after node restart
by Mircea Markus (JIRA)
[ https://issues.jboss.org/browse/ISPN-3055?page=com.atlassian.jira.plugin.... ]
Mircea Markus updated ISPN-3055:
--------------------------------
Assignee: Pedro Ruivo (was: Mircea Markus)
> Unreleased lock after node restart
> ----------------------------------
>
> Key: ISPN-3055
> URL: https://issues.jboss.org/browse/ISPN-3055
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.2.1.Final
> Environment: Debian Squeeze Amd 64, JDK 1.6.0_32
> Reporter: Deyan Pandulev
> Assignee: Pedro Ruivo
> Fix For: 6.0.0.Beta1, 6.0.0.Final
>
> Attachments: SimpleClusterRead.java, SimpleClusterWriter.java, simple_cluster_node1.xml, simple_cluster_node2.xml
>
>
> Using dummy transaction manager I was able to produce locks that are not released. The same behavior can be reproduced with Glassfish AS 3.1.1 using its own TM.
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3074) CLI hides exceptions
by Dennis Reed (JIRA)
[ https://issues.jboss.org/browse/ISPN-3074?page=com.atlassian.jira.plugin.... ]
Dennis Reed updated ISPN-3074:
------------------------------
Affects Version/s: 5.2.4.Final
(was: 6.1.0.Final)
Description:
The CLI hides exception information, only printing the message from the exception.
Exception messages are typically useless without any context.
Example:
[disconnected//]> stats
java.lang.NullPointerException
Or "/ by zero"
was:
JDG CLI hides exception information, only printing the message from the exception.
Exception messages are typically useless without any context.
Example:
[disconnected//]> stats
java.lang.NullPointerException
Or "/ by zero"
> CLI hides exceptions
> --------------------
>
> Key: ISPN-3074
> URL: https://issues.jboss.org/browse/ISPN-3074
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 5.2.4.Final
> Reporter: Dennis Reed
> Assignee: Tristan Tarrant
>
> The CLI hides exception information, only printing the message from the exception.
> Exception messages are typically useless without any context.
> Example:
> [disconnected//]> stats
> java.lang.NullPointerException
> Or "/ by zero"
--
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
11 years, 8 months
[JBoss JIRA] (ISPN-3074) CLI hides exceptions
by Dennis Reed (JIRA)
Dennis Reed created ISPN-3074:
---------------------------------
Summary: CLI hides exceptions
Key: ISPN-3074
URL: https://issues.jboss.org/browse/ISPN-3074
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 6.1.0.Final
Reporter: Dennis Reed
Assignee: Tristan Tarrant
JDG CLI hides exception information, only printing the message from the exception.
Exception messages are typically useless without any context.
Example:
[disconnected//]> stats
java.lang.NullPointerException
Or "/ by zero"
--
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
11 years, 8 months