[JBoss JIRA] (ISPN-5571) CommandAwareRpcDispatcher submits delayed tasks that aren't cancelled if completed before timeout
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-5571?page=com.atlassian.jira.plugin.... ]
William Burns edited comment on ISPN-5571 at 7/6/15 10:05 AM:
--------------------------------------------------------------
This is only an issue introduced with then new async TransportExecutor changes ISPN-5485 in 8.0.0.
was (Author: william.burns):
This is only an issue introduced with then new async TransportExecutor changes ISPN-5485
> CommandAwareRpcDispatcher submits delayed tasks that aren't cancelled if completed before timeout
> -------------------------------------------------------------------------------------------------
>
> Key: ISPN-5571
> URL: https://issues.jboss.org/browse/ISPN-5571
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 8.0.0.Alpha2
> Reporter: William Burns
> Assignee: Dan Berindei
> Fix For: 8.0.0.Beta1, 8.0.0.Final
>
>
> CommandAwareRpcDispatcher submits async commands to a scheduled executor so that when they time out they are completed. However the task is not removed when the command is completed and thus the task will sit in memory for the duration of the timeout.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (ISPN-5586) TestResourceTracker.backgroundTestStarted(this) doesn't work from the IDE
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-5586?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-5586:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.0.0.Final
Resolution: Done
> TestResourceTracker.backgroundTestStarted(this) doesn't work from the IDE
> -------------------------------------------------------------------------
>
> Key: ISPN-5586
> URL: https://issues.jboss.org/browse/ISPN-5586
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Test Suite - Core
> Affects Versions: 8.0.0.Alpha2, 7.2.3.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 8.0.0.Beta1, 8.0.0.Final
>
>
> When running from an IDE, {{UnitTestTestNGListener}} doesn't (usually) run, so the current test name isn't set on the main thread. ({{TestResourceTracker.getCurrentTestName()}} returns "main").
> Calling {{TestResourceTracker.backgroundTestStarted()}} on a worker thread sets the proper test name, and because of {{TEST_PING}}, the cache managers started from the main thread and the worker thread can't join the same cluster.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months
[JBoss JIRA] (ISPN-5393) Support mixed indexed and non-indexed fields in DSL based queries
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5393?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-5393:
--------------------------------
Description:
If a query uses both indexed and non-indexed fields we should be able to execute it in two phases. A first less selective query on the index and then post process it by reapplying the whole filter again to results of the first phase.
This should be more efficient than completely ignoring the indexed fields and executing the non-indexed query on the whole data set.
A possible idea to derive the query to be executed in first phase is to apply the Boole-Shannon expansion theorem ([http://en.wikipedia.org/wiki/Boole%27s_expansion_theorem]).
was:
If a query uses both indexed and non-indexed fields we should be able to execute it in two phases. A fist less selective query on the index and then post process it by reapplying the whole filter again to results of the first phase.
This should be more efficient than completely ignoring the indexed fields and executing the non-indexed query on the whole data set.
A possible idea to derive the query to be executed in first phase is to apply the Boole-Shannon expansion theorem ([http://en.wikipedia.org/wiki/Boole%27s_expansion_theorem]).
> Support mixed indexed and non-indexed fields in DSL based queries
> -----------------------------------------------------------------
>
> Key: ISPN-5393
> URL: https://issues.jboss.org/browse/ISPN-5393
> Project: Infinispan
> Issue Type: Enhancement
> Components: Embedded Querying
> Affects Versions: 7.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 8.0.0.Beta1
>
>
> If a query uses both indexed and non-indexed fields we should be able to execute it in two phases. A first less selective query on the index and then post process it by reapplying the whole filter again to results of the first phase.
> This should be more efficient than completely ignoring the indexed fields and executing the non-indexed query on the whole data set.
> A possible idea to derive the query to be executed in first phase is to apply the Boole-Shannon expansion theorem ([http://en.wikipedia.org/wiki/Boole%27s_expansion_theorem]).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
9 years, 5 months