[JBoss JIRA] (ISPN-6580) Hotrod performance regressions after ISPN-5342 ISPN-6545
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-6580?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-6580:
----------------------------------
Fix Version/s: 9.0.0.Alpha2
9.0.0.Final
> Hotrod performance regressions after ISPN-5342 ISPN-6545
> --------------------------------------------------------
>
> Key: ISPN-6580
> URL: https://issues.jboss.org/browse/ISPN-6580
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols, Server
> Reporter: Jakub Markos
> Assignee: William Burns
> Fix For: 9.0.0.Alpha2, 9.0.0.Final
>
> Attachments: jfr_recordings.zip, pom.xml, Reproducer.java
>
>
> There were 2 recent regressions in hotrod performance, one between commits dd5501c5e and 628819461 and the second one between 628819461 and db0890270. I didn't look for the exact commits, so the name of the issue might not be 100% exact...
> It is easily reproducable locally with a single server instance, reproducer attached.
> The numbers on my machine:
> ||Build commit||Puts time||Gets time||
> |dd5501c5e|21|74|
> |628819461|26|102|
> |db0890270|48|224|
> The JFR recordings (attached, captured is only the part of the test with gets) for db0890270 show a lot of time is spent in HotRodDecoder#resetNow(), and also the allocation rate goes from 100MB/s for dd5501c5e to over 1GB/s for db0890270. There are no glaring differences between dd5501c5e and 628819461.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6533) not possible to change JDBC store configuration in console
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-6533?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-6533:
-------------------------------
Fix Version/s: 9.0.0.Alpha2
> not possible to change JDBC store configuration in console
> ----------------------------------------------------------
>
> Key: ISPN-6533
> URL: https://issues.jboss.org/browse/ISPN-6533
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.2.0.Final
> Reporter: Martin Vrabel
> Assignee: Ryan Emerson
> Fix For: 9.0.0.Alpha2
>
>
> cache container -> cache -> configuration -> JDCB Store
> after changing a configuration the "undo" button doesn't show up at the right side and after clicking apply changes a dialog shows up asking if I want to create new configuration template instead of asking for updating the current configuration
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6621) Server Management Console not showing up data in Cache containers page when tried with hotrod connector alone
by Krishna Kalesh Balakrishnan (JIRA)
[ https://issues.jboss.org/browse/ISPN-6621?page=com.atlassian.jira.plugin.... ]
Krishna Kalesh Balakrishnan updated ISPN-6621:
----------------------------------------------
Summary: Server Management Console not showing up data in Cache containers page when tried with hotrod connector alone (was: Server Management Console not showing up data in Cache containers tab when tried with hotrod connector alone)
> Server Management Console not showing up data in Cache containers page when tried with hotrod connector alone
> -------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-6621
> URL: https://issues.jboss.org/browse/ISPN-6621
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.2.1.Final
> Reporter: Krishna Kalesh Balakrishnan
> Fix For: 8.2.1.Final
>
> Attachments: clustter_page_hotrod_alone.PNG, enabled_all_connectors.PNG, enabled_hotrod_alone.PNG
>
>
> While running infinispan-server-8.2.1.Final in domain mode, tried to use only hotrod-connector after removing memcached-connector, rest-connector & websocket-connector from <subsystem xmlns="urn:infinispan:server:endpoint:8.0">
> After removing memcached-connector, rest-connector & websocket-connector, Server Management Console not showing up anything in Cache container view.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6598) Stabilize MetadataAPIDistTest.testGetCacheEntryNonOwner
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6598?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-6598:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks [~sebastian.laskawiec]!
> Stabilize MetadataAPIDistTest.testGetCacheEntryNonOwner
> -------------------------------------------------------
>
> Key: ISPN-6598
> URL: https://issues.jboss.org/browse/ISPN-6598
> Project: Infinispan
> Issue Type: Bug
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Fix For: 9.0.0.Alpha2
>
>
> http://ci.infinispan.org/viewLog.html?buildId=39366&tab=buildResultsDiv&b...
> {noformat}
> java.util.NoSuchElementException
> at java.util.ArrayList$Itr.next(ArrayList.java:854)
> at org.infinispan.distribution.DistributionTestHelper.getFirstNonOwner(DistributionTestHelper.java:122)
> at org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner(MetadataAPIDistTest.java:32)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> ------- Stdout: -------
> [TestSuiteProgress] Test starting: org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner
> [TestSuiteProgress] Test failed: org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner
> 13:34:05,295 ERROR (testng-MetadataAPIDistTest) [TestSuiteProgress] Test failed: org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner
> java.util.NoSuchElementException
> at java.util.ArrayList$Itr.next(ArrayList.java:854)
> at org.infinispan.distribution.DistributionTestHelper.getFirstNonOwner(DistributionTestHelper.java:122)
> at org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner(MetadataAPIDistTest.java:32)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)[TestSuiteProgress] Tests succeeded: 2018, failed: 2, skipped: 0
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-6598) Stabilize MetadataAPIDistTest.testGetCacheEntryNonOwner
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-6598?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-6598:
--------------------------------
Fix Version/s: 9.0.0.Alpha2
> Stabilize MetadataAPIDistTest.testGetCacheEntryNonOwner
> -------------------------------------------------------
>
> Key: ISPN-6598
> URL: https://issues.jboss.org/browse/ISPN-6598
> Project: Infinispan
> Issue Type: Bug
> Reporter: Sebastian Łaskawiec
> Assignee: Sebastian Łaskawiec
> Fix For: 9.0.0.Alpha2
>
>
> http://ci.infinispan.org/viewLog.html?buildId=39366&tab=buildResultsDiv&b...
> {noformat}
> java.util.NoSuchElementException
> at java.util.ArrayList$Itr.next(ArrayList.java:854)
> at org.infinispan.distribution.DistributionTestHelper.getFirstNonOwner(DistributionTestHelper.java:122)
> at org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner(MetadataAPIDistTest.java:32)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:348)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:38)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> ------- Stdout: -------
> [TestSuiteProgress] Test starting: org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner
> [TestSuiteProgress] Test failed: org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner
> 13:34:05,295 ERROR (testng-MetadataAPIDistTest) [TestSuiteProgress] Test failed: org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner
> java.util.NoSuchElementException
> at java.util.ArrayList$Itr.next(ArrayList.java:854)
> at org.infinispan.distribution.DistributionTestHelper.getFirstNonOwner(DistributionTestHelper.java:122)
> at org.infinispan.api.MetadataAPIDistTest.testGetCacheEntryNonOwner(MetadataAPIDistTest.java:32)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714)[TestSuiteProgress] Tests succeeded: 2018, failed: 2, skipped: 0
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months
[JBoss JIRA] (ISPN-5972) Number of entries not working correctly in cache statistics in mgmt console
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-5972?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-5972:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks [~pruivo]!
> Number of entries not working correctly in cache statistics in mgmt console
> ---------------------------------------------------------------------------
>
> Key: ISPN-5972
> URL: https://issues.jboss.org/browse/ISPN-5972
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Beta1
> Reporter: Jiří Holuša
> Assignee: Pedro Ruivo
> Fix For: 9.0.0.Alpha2
>
>
> Page: Caches -> select cache container -> select cache.
> Configuration of the cache: replicated cache, 2 nodes in the domain
> In the "Cache content" tab, there is a field "# Entries" which should probably show number of entries in the cache. When I put 100 entries in the cache, this field shows 200. Given that it's replicated cache, I think what's happening is that it shows numberOfNodes*numberOfEntries, because when I try to put 100 entries with 3 nodes in the domain, the "# Entries" shows 300.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
9 years, 11 months