[JBoss JIRA] (ISPN-8396) Add interceptor preventing going out of memory
by Sebastian Łaskawiec (JIRA)
Sebastian Łaskawiec created ISPN-8396:
-----------------------------------------
Summary: Add interceptor preventing going out of memory
Key: ISPN-8396
URL: https://issues.jboss.org/browse/ISPN-8396
Project: Infinispan
Issue Type: Feature Request
Components: Cloud Integrations, Core
Reporter: Sebastian Łaskawiec
We need an interceptor which will calculate the amount of required memory for PUT and report an error if that put will cause going out of memory.
Note that this is strictly connected to eviction mechanism (we might want to evict some entries on write)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (ISPN-8395) Disable JMX duplicate domain by default
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-8395:
--------------------------------------
Summary: Disable JMX duplicate domain by default
Key: ISPN-8395
URL: https://issues.jboss.org/browse/ISPN-8395
Project: Infinispan
Issue Type: Bug
Components: Configuration, JMX, reporting and management
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 9.2.0.Final
So that Infinispan can be more easily consumed out-of-the-box
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (ISPN-8394) PendingLockManager blocks the caller thread if local
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-8394:
---------------------------------
Summary: PendingLockManager blocks the caller thread if local
Key: ISPN-8394
URL: https://issues.jboss.org/browse/ISPN-8394
Project: Infinispan
Issue Type: Enhancement
Components: Transactions
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
The PendingLockManager is used when topology changes by transactional caches. It contains all the keys locked by transaction from previous topology id.
Current implementation blocks for local commands. This is problematic for pessimistic transaction because the lock is acquired during the runtime.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (ISPN-8336) lockAllAndRecording() method is blocking
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-8336?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-8336:
------------------------------
Description: the lockAndRecord (and lock all) method can block the application thread until the lock is available. There is no impact for a remote command since the command is queued in the inbound handler until the lock is acquired (or timeout). (was: the lockAndRecord (and lock all) method can block the application thread until the lock is available. There is no impact for a remote command since it is blocked in the inbound handler until the lock is available.)
> lockAllAndRecording() method is blocking
> -----------------------------------------
>
> Key: ISPN-8336
> URL: https://issues.jboss.org/browse/ISPN-8336
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
>
> the lockAndRecord (and lock all) method can block the application thread until the lock is available. There is no impact for a remote command since the command is queued in the inbound handler until the lock is acquired (or timeout).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months