[JBoss JIRA] (HRJS-33) Cluster tests randomly fail iteration
by Galder Zamarreño (JIRA)
Galder Zamarreño created HRJS-33:
------------------------------------
Summary: Cluster tests randomly fail iteration
Key: HRJS-33
URL: https://issues.jboss.org/browse/HRJS-33
Project: Infinispan Javascript client
Issue Type: Bug
Reporter: Galder Zamarreño
Very sheldon the cluster spec iteration tests fail with:
{code}
Failures:
1) Infinispan cluster client can iterate over entries in a cluster
Message:
java.util.NoSuchElementException
Stacktrace:
undefined
2) Infinispan cluster client can remove listener in cluster
Message:
timeout: timed out after 5000 msec waiting for spec to complete
Stacktrace:
undefined
3) Infinispan cluster client can execute a script remotely to store and retrieve data in cluster mode
Message:
Expected 'cluster-typed-key' to be 'listen-distinct-1'.
Stacktrace:
Error: Expected 'cluster-typed-key' to be 'listen-distinct-1'.
at EventEmitter.<anonymous> (/Users/g/0/infinispan/js-client/spec/utils/testing.js:317:26)
at EventEmitter.emit (events.js:106:17)
at emitKeyVersion (/Users/g/0/infinispan/js-client/lib/protocols.js:411:29)
at /Users/g/0/infinispan/js-client/lib/protocols.js:399:18
at Function.<anonymous> (/Users/g/0/infinispan/js-client/lib/functional.js:185:16)
at /Users/g/0/infinispan/js-client/lib/functional.js:173:19
at ListenersMixin.decodeEvent (/Users/g/0/infinispan/js-client/lib/protocols.js:475:18)
at Socket.onData (/Users/g/0/infinispan/js-client/lib/io.js:103:38)
4) Infinispan cluster client can execute a script remotely to store and retrieve data in cluster mode
Message:
timeout: timed out after 5000 msec waiting for spec to complete
Stacktrace:
undefined
5) Infinispan cluster client can execute a script remotely to store and retrieve data in distributed mode
Message:
Expected 'dist-cluster-typed-key' to be 'listen-distinct-1'.
Stacktrace:
Error: Expected 'dist-cluster-typed-key' to be 'listen-distinct-1'.
at EventEmitter.<anonymous> (/Users/g/0/infinispan/js-client/spec/utils/testing.js:317:26)
at EventEmitter.emit (events.js:106:17)
at emitKeyVersion (/Users/g/0/infinispan/js-client/lib/protocols.js:411:29)
at /Users/g/0/infinispan/js-client/lib/protocols.js:399:18
at Function.<anonymous> (/Users/g/0/infinispan/js-client/lib/functional.js:185:16)
at /Users/g/0/infinispan/js-client/lib/functional.js:173:19
at ListenersMixin.decodeEvent (/Users/g/0/infinispan/js-client/lib/protocols.js:475:18)
at Socket.onData (/Users/g/0/infinispan/js-client/lib/io.js:103:38)
Finished in 12.721 seconds
10 tests, 26 assertions, 5 failures, 0 skipped
{code}
See attached TRACE logs from server (unfortunately no client logs)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7329) Administration console - cannot edit eviction
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7329?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-7329:
-------------------------------------------
[~jholusa] [~rmacor] We are aware of eviction issues. They are all due to ISPN-7317 and introduction of new memory element while eviction has been removed in 9.0.0.Beta1. Let's not log any more eviction issues until we make the transition to the new configuration format
> Administration console - cannot edit eviction
> ---------------------------------------------
>
> Key: ISPN-7329
> URL: https://issues.jboss.org/browse/ISPN-7329
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Attachments: screenshot.png
>
>
> Steps to reproduce: go to cache configuration -> click Eviction tab -> it's empty, see the attached screenshot
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7331) Administration console - removing task before undeploying it should show an error
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7331?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7331:
--------------------------------------
Status: Open (was: New)
> Administration console - removing task before undeploying it should show an error
> ---------------------------------------------------------------------------------
>
> Key: ISPN-7331
> URL: https://issues.jboss.org/browse/ISPN-7331
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Priority: Minor
> Attachments: local-task.jar
>
>
> Steps to reproduce:
> Go to cache container -> Configuration -> Deployments -> upload some task (you can use the one in attachment) -> Deploy the task -> try clicking Remove
> The task is correctly not removed, since it's not undeployed yet. However, there used to be a popup windows which showed, why the task could not be removed. I think it should be put back since it's much more user-friendly.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7335) Simple JS client tutorial fails
by Vojtech Juranek (JIRA)
[ https://issues.jboss.org/browse/ISPN-7335?page=com.atlassian.jira.plugin.... ]
Vojtech Juranek updated ISPN-7335:
----------------------------------
Status: Open (was: New)
> Simple JS client tutorial fails
> -------------------------------
>
> Key: ISPN-7335
> URL: https://issues.jboss.org/browse/ISPN-7335
> Project: Infinispan
> Issue Type: Bug
> Components: Demos and Tutorials
> Reporter: Vojtech Juranek
> Assignee: Vojtech Juranek
>
> [Simple tutorial for JS client|http://infinispan.org/tutorials/simple/javascript/] fails with
> {noformat}
> /home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:119
> if (f.existy(x)) throw new Error('Unknown server addresses: ' + x);
> ^
> Error: Unknown server addresses: 11222
> at Function.<anonymous> (/home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:119:34)
> at /home/vjuranek/tmp/node/node_modules/infinispan/lib/functional.js:173:19
> at Object.normalizeAddresses (/home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:122:12)
> at Object.client (/home/vjuranek/tmp/node/node_modules/infinispan/lib/infinispan.js:810:26)
> at Object.<anonymous> (/home/vjuranek/tmp/node/tut/index.js:3:28)
> at Module._compile (module.js:409:26)
> at Object.Module._extensions..js (module.js:416:10)
> at Module.load (module.js:343:32)
> at Function.Module._load (module.js:300:12)
> at Function.Module.runMain (module.js:441:10)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7335) Simple JS client tutorial fails
by Vojtech Juranek (JIRA)
[ https://issues.jboss.org/browse/ISPN-7335?page=com.atlassian.jira.plugin.... ]
Vojtech Juranek updated ISPN-7335:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan-simple-tutorials/pull/22
> Simple JS client tutorial fails
> -------------------------------
>
> Key: ISPN-7335
> URL: https://issues.jboss.org/browse/ISPN-7335
> Project: Infinispan
> Issue Type: Bug
> Components: Demos and Tutorials
> Reporter: Vojtech Juranek
> Assignee: Vojtech Juranek
>
> [Simple tutorial for JS client|http://infinispan.org/tutorials/simple/javascript/] fails with
> {noformat}
> /home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:119
> if (f.existy(x)) throw new Error('Unknown server addresses: ' + x);
> ^
> Error: Unknown server addresses: 11222
> at Function.<anonymous> (/home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:119:34)
> at /home/vjuranek/tmp/node/node_modules/infinispan/lib/functional.js:173:19
> at Object.normalizeAddresses (/home/vjuranek/tmp/node/node_modules/infinispan/lib/utils.js:122:12)
> at Object.client (/home/vjuranek/tmp/node/node_modules/infinispan/lib/infinispan.js:810:26)
> at Object.<anonymous> (/home/vjuranek/tmp/node/tut/index.js:3:28)
> at Module._compile (module.js:409:26)
> at Object.Module._extensions..js (module.js:416:10)
> at Module.load (module.js:343:32)
> at Function.Module._load (module.js:300:12)
> at Function.Module.runMain (module.js:441:10)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7328) Administration console - cache statuses in cache container page behave randomly
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7328?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7328:
--------------------------------------
Priority: Minor (was: Major)
> Administration console - cache statuses in cache container page behave randomly
> -------------------------------------------------------------------------------
>
> Key: ISPN-7328
> URL: https://issues.jboss.org/browse/ISPN-7328
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Priority: Minor
> Attachments: screenshot1.png
>
>
> Steps to reproduce: create more caches (in my case at least ~20), go to cache container and try to refresh the page several times. It should sometimes appear that some of the cache has yellow warning status, see attached screenshot.
> This occurs very randomly and only with more caches (and probably more servers). IMHO there is some kind of timeout issue that the console fails to retrieve statuses from all caches in time.
> I think the best solution would be to, when waiting for retrieving of the cache status, have instead of "warning" icon some kind of spinner which would basically signal "I haven't got the status yet". This would also solve a bit of user-unfriendliness, which is when you go to cache container, initially all the statuses are "warning" and then they change to "OK". This moment can time quite some time when there are more caches and can confuse users quite a bit.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7331) Administration console - removing task before undeploying it should show an error
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7331?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7331:
--------------------------------------
Priority: Minor (was: Major)
> Administration console - removing task before undeploying it should show an error
> ---------------------------------------------------------------------------------
>
> Key: ISPN-7331
> URL: https://issues.jboss.org/browse/ISPN-7331
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
> Priority: Minor
> Attachments: local-task.jar
>
>
> Steps to reproduce:
> Go to cache container -> Configuration -> Deployments -> upload some task (you can use the one in attachment) -> Deploy the task -> try clicking Remove
> The task is correctly not removed, since it's not undeployed yet. However, there used to be a popup windows which showed, why the task could not be removed. I think it should be put back since it's much more user-friendly.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7330) Administration console - cannot edit configuration twice without refresh
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7330?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7330:
--------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan-management-console/pull/170
> Administration console - cannot edit configuration twice without refresh
> ------------------------------------------------------------------------
>
> Key: ISPN-7330
> URL: https://issues.jboss.org/browse/ISPN-7330
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> Go to cache configuration -> e.g. Locking tab -> edit some of the settings like "Acquire Timeout" -> Apply changes -> confirm everything. Now stay still on the page and edit the e.g. Isolation level -> Apply changes and you get an error:
> {code}
> {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:":{"Operation step-5":"WFLYCTL0212: Duplicate resource [\n (\"profile\" => \"clustered\"),\n (\"subsystem\" => \"datagrid-infinispan\"),\n (\"cache-container\" => \"clustered\"),\n (\"configurations\" => \"CONFIGURATIONS\"),\n (\"replicated-cache-configuration\" => \"replicatedCache\"),\n (\"eviction\" => \"EVICTION\")\n]"}}
> {code}
> I haven't clicked through the whole UI, but it seems that it's also in other tabs. Also I'm not sure if it's related only in changes in SELECTs or also in INPUTs, sometimes I was very confused what's going on.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months
[JBoss JIRA] (ISPN-7330) Administration console - cannot edit configuration twice without refresh
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-7330?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-7330:
--------------------------------------
Status: Open (was: New)
> Administration console - cannot edit configuration twice without refresh
> ------------------------------------------------------------------------
>
> Key: ISPN-7330
> URL: https://issues.jboss.org/browse/ISPN-7330
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 9.0.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
>
> Steps to reproduce:
> Go to cache configuration -> e.g. Locking tab -> edit some of the settings like "Acquire Timeout" -> Apply changes -> confirm everything. Now stay still on the page and edit the e.g. Isolation level -> Apply changes and you get an error:
> {code}
> {"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:":{"Operation step-5":"WFLYCTL0212: Duplicate resource [\n (\"profile\" => \"clustered\"),\n (\"subsystem\" => \"datagrid-infinispan\"),\n (\"cache-container\" => \"clustered\"),\n (\"configurations\" => \"CONFIGURATIONS\"),\n (\"replicated-cache-configuration\" => \"replicatedCache\"),\n (\"eviction\" => \"EVICTION\")\n]"}}
> {code}
> I haven't clicked through the whole UI, but it seems that it's also in other tabs. Also I'm not sure if it's related only in changes in SELECTs or also in INPUTs, sometimes I was very confused what's going on.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 11 months