[ https://issues.jboss.org/browse/ISPN-4820?page=com.atlassian.jira.plugin.... ]
William Burns commented on ISPN-4820:
-------------------------------------
It is still not completely decided how we want to proceed for this. It also has been brought up to not suppor the methods even as well. Please check dev list for more information.
> Change Size method on Cache to return the contents of the entire cluster
> ------------------------------------------------------------------------
>
> Key: ISPN-4820
> URL: https://issues.jboss.org/browse/ISPN-4820
> Project: Infinispan
> Issue Type: Enhancement
> Affects Versions: 7.0.0.CR1
> Reporter: William Burns
> Assignee: Mircea Markus
> Fix For: 7.0.0.CR2
>
>
> It has been discussed to change the size method to properly reflect the contents of the entire cache instead of just locally.
> http://lists.jboss.org/pipermail/infinispan-dev/2014-October/015524.html
> It seems for now we should do this via the entry iterator for distributed caches otherwise use current implementation for local. Or something of that sort.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
William Burns created ISPN-4820:
-----------------------------------
Summary: Change Size method on Cache to return the contents of the entire cluster
Key: ISPN-4820
URL: https://issues.jboss.org/browse/ISPN-4820
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 7.0.0.CR1
Reporter: William Burns
Assignee: Mircea Markus
Fix For: 7.0.0.CR2
It has been discussed to change the size method to properly reflect the contents of the entire cache instead of just locally.
http://lists.jboss.org/pipermail/infinispan-dev/2014-October/015524.html
It seems for now we should do this via the entry iterator for distributed caches otherwise use current implementation for local. Or something of that sort.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4753?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4753:
-----------------------------------------------
William Burns <wburns(a)redhat.com> changed the Status of [bug 1150232|https://bugzilla.redhat.com/show_bug.cgi?id=1150232] from NEW to POST
> Add oldValue, oldMetadata and retry flag to filter and converter for Cluster Listeners.
> ---------------------------------------------------------------------------------------
>
> Key: ISPN-4753
> URL: https://issues.jboss.org/browse/ISPN-4753
> Project: Infinispan
> Issue Type: Enhancement
> Components: Listeners
> Affects Versions: 7.0.0.Beta2
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.0.0.CR1
>
>
> It has been brought up that the filter and converter provided for use with Cluster Listeners need to also have access to the previous value/metadata and if the operation was a retry operation to allow for proper behavior of continuous query and other types of implementations.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4105?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-4105:
-----------------------------------------------
William Burns <wburns(a)redhat.com> changed the Status of [bug 1150501|https://bugzilla.redhat.com/show_bug.cgi?id=1150501] from NEW to POST
> Optimize Cluster Listener performance for Replicated Caches
> -----------------------------------------------------------
>
> Key: ISPN-4105
> URL: https://issues.jboss.org/browse/ISPN-4105
> Project: Infinispan
> Issue Type: Enhancement
> Components: Listeners
> Affects Versions: 7.0.0.Alpha1
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.0.0.Beta2, 7.0.0.Final
>
>
> Currently cluster listeners behave the same way for replicated caches as distributed caches. We should enhance this so the replicated cache only uses a local listener to improve write performance when they are installed.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4643?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-4643:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1151056
> Make sure EntryIterator doesn't return expired entries
> ------------------------------------------------------
>
> Key: ISPN-4643
> URL: https://issues.jboss.org/browse/ISPN-4643
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 7.0.0.Beta1
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.0.0.CR2
>
>
> We should make sure that the entry iterator doesn't return entries that have expired. Since entries can sit in the data container while expired we need to make sure to ignore those.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4643?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-4643:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated. Thanks [~william.burns]!
> Make sure EntryIterator doesn't return expired entries
> ------------------------------------------------------
>
> Key: ISPN-4643
> URL: https://issues.jboss.org/browse/ISPN-4643
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 7.0.0.Beta1
> Reporter: William Burns
> Assignee: William Burns
> Fix For: 7.0.0.CR2
>
>
> We should make sure that the entry iterator doesn't return entries that have expired. Since entries can sit in the data container while expired we need to make sure to ignore those.
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4819?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-4819:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/2938
> Server error and console pages are broken
> -----------------------------------------
>
> Key: ISPN-4819
> URL: https://issues.jboss.org/browse/ISPN-4819
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 7.0.0.CR1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 7.0.0.CR2
>
>
> When accessing the server management port (http://localhost:9990) the user is presented with a blank error page instead of being served the actual content.
> The content itself needs an overhaul
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4819?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-4819:
----------------------------------
Description:
When accessing the server management port (http://localhost:9990) the user is presented with a blank error page instead of being served the actual content.
The content itself needs an overhaul
was:
When accessing the server management port (http://localhost:9999) the user is presented with a blank error page instead of being served the actual content.
The content itself needs an overhaul
> Server error and console pages are broken
> -----------------------------------------
>
> Key: ISPN-4819
> URL: https://issues.jboss.org/browse/ISPN-4819
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 7.0.0.CR1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 7.0.0.CR2
>
>
> When accessing the server management port (http://localhost:9990) the user is presented with a blank error page instead of being served the actual content.
> The content itself needs an overhaul
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
[ https://issues.jboss.org/browse/ISPN-4819?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-4819:
----------------------------------
Status: Open (was: New)
> Server error and console pages are broken
> -----------------------------------------
>
> Key: ISPN-4819
> URL: https://issues.jboss.org/browse/ISPN-4819
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 7.0.0.CR1
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 7.0.0.CR2
>
>
> When accessing the server management port (http://localhost:9999) the user is presented with a blank error page instead of being served the actual content.
> The content itself needs an overhaul
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)