[JBoss JIRA] (ISPN-5609) Create CommandUUID
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-5609?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-5609:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Create CommandUUID
> ------------------
>
> Key: ISPN-5609
> URL: https://issues.jboss.org/browse/ISPN-5609
> Project: Infinispan
> Issue Type: Sub-task
> Components: Core
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 8.0.0.Beta2
>
>
> CommandUUID are needed to behave as lock owner. In the new scheme, locks are no longer associated with the Thread. For non-transactional caches, they are associated with the CommandUUID and in transactional caches, with the GlobalTransaction.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (ISPN-5626) Clean up missing parts for Distributed Streams
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-5626?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-5626:
--------------------------------
Description:
There are some things left over that need to still be done possibly
# Investigate iterator parallel stream performance
# Add support for key filter applying to cache loader
# Add cache loader managed blocker
# Add tests for skip & limit.
# Add tests for containsValue requiring serialization overhead.
# Change isEmpty to use findAny
# Need to test a map/flatMap operation after an intermediate terminal operation such as sorted. This is to verify the iterator doesn't use the different map operation.
# Add timeout to iterator to be equal to state transfer timeout.
# Add new BitSetSet support to reduce segments footprint
was:
There are some things left over that need to still be done possibly
# Investigate iterator parallel stream performance
# Add support for key filter applying to cache loader
# Add cache loader managed blocker
# Add tests for skip & limit.
# Add tests for containsValue requiring serialization overhead.
# Change isEmpty to use findAny
# Need to test a map/flatMap operation after an intermediate terminal operation such as sorted. This is to verify the iterator doesn't use the different map operation.
# Add timeout to iterator to be equal to state transfer timeout.
> Clean up missing parts for Distributed Streams
> ----------------------------------------------
>
> Key: ISPN-5626
> URL: https://issues.jboss.org/browse/ISPN-5626
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Reporter: William Burns
> Assignee: William Burns
>
> There are some things left over that need to still be done possibly
> # Investigate iterator parallel stream performance
> # Add support for key filter applying to cache loader
> # Add cache loader managed blocker
> # Add tests for skip & limit.
> # Add tests for containsValue requiring serialization overhead.
> # Change isEmpty to use findAny
> # Need to test a map/flatMap operation after an intermediate terminal operation such as sorted. This is to verify the iterator doesn't use the different map operation.
> # Add timeout to iterator to be equal to state transfer timeout.
> # Add new BitSetSet support to reduce segments footprint
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (ISPN-5603) Make BlockingTaskAwareExecutorService.checkForReadyTasks() asynchronous
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-5603?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-5603:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Make BlockingTaskAwareExecutorService.checkForReadyTasks() asynchronous
> -----------------------------------------------------------------------
>
> Key: ISPN-5603
> URL: https://issues.jboss.org/browse/ISPN-5603
> Project: Infinispan
> Issue Type: Sub-task
> Components: Core
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 8.0.0.Beta2
>
>
> With the new locking, when locks are released we need to unblock possible queued commands waiting for the lock. Since this method can be invoked quite often, it is not desire to have the invocation thread doing the checks and moving tasks (and they can be executed if configured with RunCallersPolicy).
> Moving the check to a different thread is needed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (ISPN-5628) Add documentation for Distributed Streams
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-5628?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-5628:
--------------------------------
Description:
ISPN-5293 added in distributed streams. We need to document this both in the Developer Guide.
We should also document deprecation of Entry retriever and point to distributed streams in upgrade guide.
was:ISPN-5293 added in distributed streams. We need to document this both in the Developer Guide.
> Add documentation for Distributed Streams
> -----------------------------------------
>
> Key: ISPN-5628
> URL: https://issues.jboss.org/browse/ISPN-5628
> Project: Infinispan
> Issue Type: Task
> Components: Documentation-Core
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 8.0.0.Final
>
>
> ISPN-5293 added in distributed streams. We need to document this both in the Developer Guide.
> We should also document deprecation of Entry retriever and point to distributed streams in upgrade guide.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (ISPN-5628) Add documentation for Distributed Streams
by William Burns (JIRA)
William Burns created ISPN-5628:
-----------------------------------
Summary: Add documentation for Distributed Streams
Key: ISPN-5628
URL: https://issues.jboss.org/browse/ISPN-5628
Project: Infinispan
Issue Type: Task
Components: Documentation-Core
Reporter: William Burns
Assignee: William Burns
Fix For: 8.0.0.Final
ISPN-5293 added in distributed streams. We need to document this both in the Developer Guide.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months