[JBoss JIRA] (ISPN-5920) Displaying caches in management console doesn't detect XSite replication correctly
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5920?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-5920:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Alpha1
8.2.0.Final
Resolution: Done
> Displaying caches in management console doesn't detect XSite replication correctly
> ----------------------------------------------------------------------------------
>
> …
[View More]Key: ISPN-5920
> URL: https://issues.jboss.org/browse/ISPN-5920
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Alpha2
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Fix For: 8.2.0.Alpha1, 8.2.0.Final
>
>
> Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.
> Having cache configured e.g. line this:
> {code}
> <distributed-cache name="memcachedCache" ...>
> <backups>
> <backup site="BRN" strategy="SYNC"/>
> </backups>
> </distributed-cache>
> {code}
> In the UI, when I click Trait > Remote backup filter, the cache is not shown in the results. Truth is that I don't actually have the BRN site running, however, when I look through the jconsole to MBean, the XSiteAdmin bean is there and I'm able to call operations on it, e.g. pushState (of course fails, because I don't have the site there).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
[View Less]
9 years, 2 months
[JBoss JIRA] (ISPN-5920) Displaying caches in management console doesn't detect XSite replication correctly
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5920?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-5920:
----------------------------------
Status: Open (was: New)
> Displaying caches in management console doesn't detect XSite replication correctly
> ----------------------------------------------------------------------------------
>
> Key: ISPN-5920
> URL: https://issues.jboss.org/browse/ISPN-5920
> Project: …
[View More]Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Alpha2
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
>
> Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.
> Having cache configured e.g. line this:
> {code}
> <distributed-cache name="memcachedCache" ...>
> <backups>
> <backup site="BRN" strategy="SYNC"/>
> </backups>
> </distributed-cache>
> {code}
> In the UI, when I click Trait > Remote backup filter, the cache is not shown in the results. Truth is that I don't actually have the BRN site running, however, when I look through the jconsole to MBean, the XSiteAdmin bean is there and I'm able to call operations on it, e.g. pushState (of course fails, because I don't have the site there).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
[View Less]
9 years, 2 months
[JBoss JIRA] (ISPN-5915) Displaying caches in management console doesn't detect non-TX cache correctly
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5915?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-5915:
----------------------------------
Status: Pull Request Sent (was: Open)
> Displaying caches in management console doesn't detect non-TX cache correctly
> -----------------------------------------------------------------------------
>
> Key: ISPN-5915
> URL: https://issues.jboss.org/browse/ISPN-5915
> Project: …
[View More]Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Alpha2
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Fix For: 8.2.0.Alpha1, 8.2.0.Final
>
>
> Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.
> Having cache configured e.g. like this:
> {code}
> <local-cache name="localCache" start="EAGER">
> <transaction mode="NONE"/>
> </local-cache>
> {code}
> However, in the UI, the cache is still marked as transactional. There is the "transactional" icon in the cache card and also when I click to the filter to show only TX caches, the cache is still displayed.
> It seems to me that the code only checks for presence of <transaction> element, but not it's "mode" attribute. If I set the cache without the <transaction> element, it's correctly recognized as non-TX cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
[View Less]
9 years, 2 months
[JBoss JIRA] (ISPN-5915) Displaying caches in management console doesn't detect non-TX cache correctly
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5915?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-5915:
----------------------------------
Status: Open (was: New)
> Displaying caches in management console doesn't detect non-TX cache correctly
> -----------------------------------------------------------------------------
>
> Key: ISPN-5915
> URL: https://issues.jboss.org/browse/ISPN-5915
> Project: Infinispan
…
[View More]> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Alpha2
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Fix For: 8.2.0.Alpha1, 8.2.0.Final
>
>
> Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.
> Having cache configured e.g. like this:
> {code}
> <local-cache name="localCache" start="EAGER">
> <transaction mode="NONE"/>
> </local-cache>
> {code}
> However, in the UI, the cache is still marked as transactional. There is the "transactional" icon in the cache card and also when I click to the filter to show only TX caches, the cache is still displayed.
> It seems to me that the code only checks for presence of <transaction> element, but not it's "mode" attribute. If I set the cache without the <transaction> element, it's correctly recognized as non-TX cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
[View Less]
9 years, 2 months
[JBoss JIRA] (ISPN-5915) Displaying caches in management console doesn't detect non-TX cache correctly
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-5915?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-5915:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Alpha1
8.2.0.Final
Resolution: Done
> Displaying caches in management console doesn't detect non-TX cache correctly
> -----------------------------------------------------------------------------
>
> Key: ISPN-…
[View More]5915
> URL: https://issues.jboss.org/browse/ISPN-5915
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Alpha2
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Fix For: 8.2.0.Alpha1, 8.2.0.Final
>
>
> Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.
> Having cache configured e.g. like this:
> {code}
> <local-cache name="localCache" start="EAGER">
> <transaction mode="NONE"/>
> </local-cache>
> {code}
> However, in the UI, the cache is still marked as transactional. There is the "transactional" icon in the cache card and also when I click to the filter to show only TX caches, the cache is still displayed.
> It seems to me that the code only checks for presence of <transaction> element, but not it's "mode" attribute. If I set the cache without the <transaction> element, it's correctly recognized as non-TX cache.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
[View Less]
9 years, 2 months