[JBoss JIRA] (ISPN-6502) can't edit cache type in console
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-6502?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-6502:
-------------------------------
Status: Open (was: New)
> can't edit cache type in console
> --------------------------------
>
> Key: ISPN-6502
> URL: https://issues.jboss.org/browse/ISPN-6502
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
> Assignee: Ryan Emerson
>
> cache configuration -> general -> type
> after change the cache type an alert window with error message is shown
> domain-failure-description
> WFLYCTL0216: Management resource '[ ("profile" => "clustered"), ("subsystem" => "datagrid-infinispan"), ("cache-container" => "clustered"), ("configurations" => "CONFIGURATIONS"), ("distributed-cache-configuration" => "replicatedCacheForStatisticsTesting") ]' not found
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6502) can't edit cache type in console
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-6502?page=com.atlassian.jira.plugin.... ]
Work on ISPN-6502 started by Ryan Emerson.
------------------------------------------
> can't edit cache type in console
> --------------------------------
>
> Key: ISPN-6502
> URL: https://issues.jboss.org/browse/ISPN-6502
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
> Assignee: Ryan Emerson
>
> cache configuration -> general -> type
> after change the cache type an alert window with error message is shown
> domain-failure-description
> WFLYCTL0216: Management resource '[ ("profile" => "clustered"), ("subsystem" => "datagrid-infinispan"), ("cache-container" => "clustered"), ("configurations" => "CONFIGURATIONS"), ("distributed-cache-configuration" => "replicatedCacheForStatisticsTesting") ]' not found
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6502) can't edit cache type in console
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-6502?page=com.atlassian.jira.plugin.... ]
Ryan Emerson reassigned ISPN-6502:
----------------------------------
Assignee: Ryan Emerson (was: Vladimir Blagojevic)
> can't edit cache type in console
> --------------------------------
>
> Key: ISPN-6502
> URL: https://issues.jboss.org/browse/ISPN-6502
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
> Assignee: Ryan Emerson
>
> cache configuration -> general -> type
> after change the cache type an alert window with error message is shown
> domain-failure-description
> WFLYCTL0216: Management resource '[ ("profile" => "clustered"), ("subsystem" => "datagrid-infinispan"), ("cache-container" => "clustered"), ("configurations" => "CONFIGURATIONS"), ("distributed-cache-configuration" => "replicatedCacheForStatisticsTesting") ]' not found
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6556) SegmentListenerNotifier.completeSegmentsNoResults is not called for batches without values
by Dan Berindei (JIRA)
Dan Berindei created ISPN-6556:
----------------------------------
Summary: SegmentListenerNotifier.completeSegmentsNoResults is not called for batches without values
Key: ISPN-6556
URL: https://issues.jboss.org/browse/ISPN-6556
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 9.0.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.0.0.Alpha2
{{AbstractCacheStream.onCompletion()}} should invoke {{listenerNotifier.completeSegmentsNoResults()}} for segments that don't have values, but that doesn't happen unless there is at least one value in the {{StreamResponseCommand}}.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6555) Unable to load General tab on View/Edit Cache Configuration Screen
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-6555?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-6555:
-------------------------------
Description:
When loading "Cache containers" >> "clustered" >> "default(Distributed, Sync, 2 owners )" >> "Configuration" the General tab does not show Field names or their inputs.
This is caused because {code}$scope.metadata['queue-size']{code} and {code}$scope.metadata['queue-flush-interval']{code} are undefined in configurationSection.js when function $scope.cleanFieldMetadata is called.
I have checked the underlying DMR command, shown below, using the cli and this does not return any fields with those names.
{code} /profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:read-resource-description(recursive=true){code}
was:
When loading "Cache containers" >> "clustered" >> "default(Distributed, Sync, 2 owners )" >> "Configuration" the General tab does not show Field names or their inputs.
This is caused because ```$scope.metadata['queue-size']``` and ```$scope.metadata['queue-flush-interval']``` are undefined.
I have checked the underlying DMR command ``` /profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:read-resource-description(recursive=true)``` using the cli and this does not return any fields with those names.
> Unable to load General tab on View/Edit Cache Configuration Screen
> ------------------------------------------------------------------
>
> Key: ISPN-6555
> URL: https://issues.jboss.org/browse/ISPN-6555
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Alpha1
> Reporter: Ryan Emerson
> Assignee: Ryan Emerson
>
> When loading "Cache containers" >> "clustered" >> "default(Distributed, Sync, 2 owners )" >> "Configuration" the General tab does not show Field names or their inputs.
> This is caused because {code}$scope.metadata['queue-size']{code} and {code}$scope.metadata['queue-flush-interval']{code} are undefined in configurationSection.js when function $scope.cleanFieldMetadata is called.
> I have checked the underlying DMR command, shown below, using the cli and this does not return any fields with those names.
> {code} /profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:read-resource-description(recursive=true){code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6555) Unable to load General tab on View/Edit Cache Configuration Screen
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-6555:
----------------------------------
Summary: Unable to load General tab on View/Edit Cache Configuration Screen
Key: ISPN-6555
URL: https://issues.jboss.org/browse/ISPN-6555
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.Alpha1
Reporter: Ryan Emerson
Assignee: Ryan Emerson
When loading "Cache containers" >> "clustered" >> "default(Distributed, Sync, 2 owners )" >> "Configuration" the General tab does not show Field names or their inputs.
This is caused because ```$scope.metadata['queue-size']``` and ```$scope.metadata['queue-flush-interval']``` are undefined.
I have checked the underlying DMR command ``` /profile=clustered/subsystem=datagrid-infinispan/cache-container=clustered:read-resource-description(recursive=true)``` using the cli and this does not return any fields with those names.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months
[JBoss JIRA] (ISPN-6118) CacheNotifierImplInitialTransferDistTest random failures
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-6118?page=com.atlassian.jira.plugin.... ]
Dan Berindei reopened ISPN-6118:
--------------------------------
Test {{testCreateAfterIterationBeganAndSegmentNotCompleteValueNonOwnerClustered}} still fails when the initial state batch containing the chosen key's segment doesn't have any entries.
This happens because {{AbstractCacheStream.onCompletion()}} does not invoke {{listenerNotifier.completeSegmentsNoResults()}} unless there was at least one value in the {{StreamResponseCommand}}, which seems to be wrong.
> CacheNotifierImplInitialTransferDistTest random failures
> --------------------------------------------------------
>
> Key: ISPN-6118
> URL: https://issues.jboss.org/browse/ISPN-6118
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 8.1.0.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Labels: testsuite_stability
> Fix For: 9.0.0.Alpha1
>
>
> The failures are probably related to the default consistent hash factory change.
> {noformat}
> 18:54:56,255 ERROR (testng-CacheNotifierImplInitialTransferDistTest:) [UnitTestTestNGListener] Test testCreateAfterIterationBeganAndSegmentNotCompleteValueNonOwnerClustered(org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest) failed.
> java.util.concurrent.TimeoutException: Timed out waiting for event pre_complete_segment_invoked
> at org.infinispan.test.fwk.CheckPoint.awaitStrict(CheckPoint.java:43) ~[test-classes/:?]
> at org.infinispan.test.fwk.CheckPoint.awaitStrict(CheckPoint.java:33) ~[test-classes/:?]
> at org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest.testIterationBeganAndSegmentNotComplete(CacheNotifierImplInitialTransferDistTest.java:519) ~[test-classes/:?]
> at org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest.testCreateAfterIterationBeganAndSegmentNotCompleteValueNonOwnerClustered(CacheNotifierImplInitialTransferDistTest.java:622) ~[test-classes/:?]
> {noformat}
> {noformat}
> 18:55:06,637 ERROR (testng-CacheNotifierImplInitialTransferDistTest:) [UnitTestTestNGListener] Test testCreateAfterIterationBeganAndSegmentNotCompleteValueOwnerClustered(org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest) failed.
> java.util.concurrent.TimeoutException: Timed out waiting for event pre_complete_segment_invoked
> at org.infinispan.test.fwk.CheckPoint.awaitStrict(CheckPoint.java:43) ~[test-classes/:?]
> at org.infinispan.test.fwk.CheckPoint.awaitStrict(CheckPoint.java:33) ~[test-classes/:?]
> at org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest.testIterationBeganAndSegmentNotComplete(CacheNotifierImplInitialTransferDistTest.java:519) ~[test-classes/:?]
> at org.infinispan.notifications.cachelistener.CacheNotifierImplInitialTransferDistTest.testCreateAfterIterationBeganAndSegmentNotCompleteValueOwnerClustered(CacheNotifierImplInitialTransferDistTest.java:633) ~[test-classes/:?]
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 8 months