[JBoss JIRA] (ISPN-8339) Cache Stream response should send asynchronously
by William Burns (JIRA)
William Burns created ISPN-8339:
-----------------------------------
Summary: Cache Stream response should send asynchronously
Key: ISPN-8339
URL: https://issues.jboss.org/browse/ISPN-8339
Project: Infinispan
Issue Type: Bug
Components: Distributed Execution and Map/Reduce
Reporter: William Burns
Fix For: 9.2.0.Alpha1
When a cache stream completes a request it sends that back to the requestor. Currently this is using RpcManager.invokeRemotely such as [1]. This is causing the remote nodes to use a remote thread to wait for the response to process. We should instead send this asynchronously so we don't have to keep the remote thread used. This can cause exhaustion if you have too many requests since these responses are also processed on the remote thread pool.
[1] https://github.com/infinispan/infinispan/blob/master/core/src/main/java/o...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8338) Cache start methods should run privileged
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-8338?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8338:
--------------------------------
Status: Open (was: New)
> Cache start methods should run privileged
> -----------------------------------------
>
> Key: ISPN-8338
> URL: https://issues.jboss.org/browse/ISPN-8338
> Project: Infinispan
> Issue Type: Task
> Components: Security
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 9.2.0.Alpha1
>
>
> When a cache is starting and it has security, it is possible that an internal component would throw an exception stating it doesn't have security access. Normally this is fixed by surrounding this in a SecurityActions call. However when a cache is starting all of these components are known to be Infinispan core and should be fine trusting it. This JIRA is to wrap start automatically with SecurityActions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8338) Cache start methods should run privileged
by William Burns (JIRA)
William Burns created ISPN-8338:
-----------------------------------
Summary: Cache start methods should run privileged
Key: ISPN-8338
URL: https://issues.jboss.org/browse/ISPN-8338
Project: Infinispan
Issue Type: Task
Components: Security
Reporter: William Burns
Assignee: William Burns
Fix For: 9.2.0.Alpha1
When a cache is starting and it has security, it is possible that an internal component would throw an exception stating it doesn't have security access. Normally this is fixed by surrounding this in a SecurityActions call. However when a cache is starting all of these components are known to be Infinispan core and should be fine trusting it. This JIRA is to wrap start automatically with SecurityActions.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months
[JBoss JIRA] (ISPN-8337) Empty results from queries from QueryFactory with offheap
by Gustavo Fernandes (JIRA)
[ https://issues.jboss.org/browse/ISPN-8337?page=com.atlassian.jira.plugin.... ]
Gustavo Fernandes updated ISPN-8337:
------------------------------------
Description: When enabling Storage.OFF_HEAP or Storage.BINARY, queries obtained from {{Search.getQueryFactory}} return empty results. Queries build with Lucene from {{Search.getSearchManager}} are not affected.
> Empty results from queries from QueryFactory with offheap
> ---------------------------------------------------------
>
> Key: ISPN-8337
> URL: https://issues.jboss.org/browse/ISPN-8337
> Project: Infinispan
> Issue Type: Bug
> Components: Embedded Querying
> Affects Versions: 9.1.1.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 9.1.2.Final, 9.2.0.Alpha1
>
>
> When enabling Storage.OFF_HEAP or Storage.BINARY, queries obtained from {{Search.getQueryFactory}} return empty results. Queries build with Lucene from {{Search.getSearchManager}} are not affected.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
8 years, 6 months