[JBoss JIRA] (ISPN-6046) Server Rolling Upgrade performance improvement
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6046?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6046:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Beta1
8.2.0.Final
Resolution: Done
> Server Rolling Upgrade performance improvement
> ----------------------------------------------
>
> Key: ISPN-6046
> URL: https://issues.jboss.org/browse/ISPN-6046
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 8.1.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Gustavo Fernandes
> Fix For: 8.2.0.Beta1, 8.2.0.Final
>
>
> Currently the rolling upgrade requires copying all keys for all entries in the cluster, and then transfer all those keys to the target cluster, that in turn will iterate and obtain the values. With a sufficient amount of data, the key recording can cause OOME
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (ISPN-6089) Distributed Stream doesn't operate in parllel locally
by William Burns (JIRA)
William Burns created ISPN-6089:
-----------------------------------
Summary: Distributed Stream doesn't operate in parllel locally
Key: ISPN-6089
URL: https://issues.jboss.org/browse/ISPN-6089
Project: Infinispan
Issue Type: Bug
Components: Distributed Execution and Map/Reduce
Affects Versions: 8.0.2.Final, 8.1.0.Final
Reporter: William Burns
Fix For: 8.2.0.Final, 8.0.3.Final, 8.1.1.Final
The distributed stream returns a sequential stream when parallelStream is invoked.
We also have to make sure that when parallel is invoked on the stream that this enables parallel streams as well.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (ISPN-6075) Created cache is immediately available
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-6075?page=com.atlassian.jira.plugin.... ]
Martin Gencur edited comment on ISPN-6075 at 1/22/16 6:00 AM:
--------------------------------------------------------------
My point 3) says that the cache is immediately attached to the remote end-point when it is created. There is no "ignored-caches" element on the endpoint when I create a cache. This is wrong. Right now I need to create the cache AND click disable to have the cache detached.
Also, what is the point of showing "Available" when the cache is not attached to a remote endpoint and is de-facto unavailable? Who can use the cache in this state? This is confusing.
was (Author: mgencur):
My point 3) says that the cache is immediately attached to the remote end-point when it is created. There is no "ignored-caches" element on the endpoint when I create a cache. This is wrong. Right now I need to create the cache AND click disable to have the cache detached.
Also, what is the point of showing "Available" when the cache is not attached to a remote endpoint and is de-facto unavailable? Who can use the case in this state? This is confusing.
> Created cache is immediately available
> --------------------------------------
>
> Key: ISPN-6075
> URL: https://issues.jboss.org/browse/ISPN-6075
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Final
> Reporter: Martin Gencur
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> 1) Add new cache
> 2) Go to the cache detail page
> Issues:
> 1) The label in top-left corner says "Available" while it should be either Unavailable or Disabled at this point (probably it is because this page still shows the satus of the currentCluster and not the cache itself)
> 2) The actions on the right side include both "Disable" and "Enable" and both of them are clickable. Only "Enable" option should be available at this point.
> 3) I'm able to create a RemoteCache and put/get entries - no exception thrown
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years
[JBoss JIRA] (ISPN-6075) Created cache is immediately available
by Martin Gencur (JIRA)
[ https://issues.jboss.org/browse/ISPN-6075?page=com.atlassian.jira.plugin.... ]
Martin Gencur commented on ISPN-6075:
-------------------------------------
My point 3) says that the cache is immediately attached to the remote end-point when it is created. There is no "ignored-caches" element on the endpoint when I create a cache. This is wrong. Right now I need to create the cache AND click disable to have the cache detached.
Also, what is the point of showing "Available" when the cache is not attached to a remote endpoint and is de-facto unavailable? Who can use the case in this state? This is confusing.
> Created cache is immediately available
> --------------------------------------
>
> Key: ISPN-6075
> URL: https://issues.jboss.org/browse/ISPN-6075
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Final
> Reporter: Martin Gencur
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> 1) Add new cache
> 2) Go to the cache detail page
> Issues:
> 1) The label in top-left corner says "Available" while it should be either Unavailable or Disabled at this point (probably it is because this page still shows the satus of the currentCluster and not the cache itself)
> 2) The actions on the right side include both "Disable" and "Enable" and both of them are clickable. Only "Enable" option should be available at this point.
> 3) I'm able to create a RemoteCache and put/get entries - no exception thrown
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years