[JBoss JIRA] (ISPN-7480) JDBC cache store doesn't work on Sybase
by Jiří Holuša (JIRA)
Jiří Holuša created ISPN-7480:
---------------------------------
Summary: JDBC cache store doesn't work on Sybase
Key: ISPN-7480
URL: https://issues.jboss.org/browse/ISPN-7480
Project: Infinispan
Issue Type: Bug
Components: Loaders and Stores
Affects Versions: 9.0.0.CR1
Reporter: Jiří Holuša
Assignee: Jiří Holuša
When running JDBC cache store with Sybase, I get
{code}
Caused by: java.sql.SQLException: Incorrect syntax near the keyword 'FROM'.
{code}
This is caused by a typo in SybaseTableManager, PR with the fix coming soon.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7479) Add Failover and Execution Policy to ClusterExecutor
by William Burns (JIRA)
William Burns created ISPN-7479:
-----------------------------------
Summary: Add Failover and Execution Policy to ClusterExecutor
Key: ISPN-7479
URL: https://issues.jboss.org/browse/ISPN-7479
Project: Infinispan
Issue Type: Enhancement
Components: Distributed Execution and Map/Reduce
Reporter: William Burns
The ClusterExecutor interface was added in Infinispan 8 to allow for a user to run commands without a cache (just cache manager). This is very similar to DistributedExecutor. However DistributedExecutor also had policies for failover and execution. We should add this functionality to ClusterExecutor as well.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7116) Test methods that use a TestNg dataProvider are duplicated in JUnit reports
by Alan Field (JIRA)
[ https://issues.jboss.org/browse/ISPN-7116?page=com.atlassian.jira.plugin.... ]
Alan Field updated ISPN-7116:
-----------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/4762, https://github.com/infinispan/infinispan/pull/4845 (was: https://github.com/infinispan/infinispan/pull/4762)
> Test methods that use a TestNg dataProvider are duplicated in JUnit reports
> ---------------------------------------------------------------------------
>
> Key: ISPN-7116
> URL: https://issues.jboss.org/browse/ISPN-7116
> Project: Infinispan
> Issue Type: Enhancement
> Components: Test Suite - Core
> Reporter: Alan Field
> Assignee: Alan Field
>
> TestNg test methods that use a {{dataProvider}} are reported as multiple duplicate test cases in the surefire results reports:
> {noformat}
> <testcase name="testDistExecPutGet" classname="org.infinispan.client.hotrod.ExecTest" time="0.424"/>
> <testcase name="testDistExecPutGet" classname="org.infinispan.client.hotrod.ExecTest" time="0.015"/>
> <testcase name="testEmbeddedScriptRemoteExecution" classname="org.infinispan.client.hotrod.ExecTest" time="0.132"/>
> <testcase name="testEmbeddedScriptRemoteExecution" classname="org.infinispan.client.hotrod.ExecTest" time="0.086"/>
> <testcase name="testExecPutConstantGet" classname="org.infinispan.client.hotrod.ExecTest" time="0.016"/>
> <testcase name="testExecPutConstantGet" classname="org.infinispan.client.hotrod.ExecTest" time="0.009"/>
> <testcase name="testExecReturnNull" classname="org.infinispan.client.hotrod.ExecTest" time="0.015"/>
> <testcase name="testExecReturnNull" classname="org.infinispan.client.hotrod.ExecTest" time="0.008"/>
> <testcase name="testLocalExecPutGet" classname="org.infinispan.client.hotrod.ExecTest" time="0.022"/>
> <testcase name="testLocalExecPutGet" classname="org.infinispan.client.hotrod.ExecTest" time="0.013"/>
> <testcase name="testLocalExecPutGetWithListener" classname="org.infinispan.client.hotrod.ExecTest" time="0.037"/>
> <testcase name="testLocalExecPutGetWithListener" classname="org.infinispan.client.hotrod.ExecTest" time="0.025"/>
> <testcase name="testRemoteScriptRemoteExecution" classname="org.infinispan.client.hotrod.ExecTest" time="0.074"/>
> <testcase name="testRemoteScriptRemoteExecution" classname="org.infinispan.client.hotrod.ExecTest" time="0.06"/>
> <testcase name="testRemovingNonExistentScript" classname="org.infinispan.client.hotrod.ExecTest" time="0.002"/>
> {noformat}
> The {{name}} property should include the parameters passed to the method to differentiate the results.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7462) Administration console - server in reload-required state is not working correctly
by Pedro Zapata (JIRA)
[ https://issues.jboss.org/browse/ISPN-7462?page=com.atlassian.jira.plugin.... ]
Pedro Zapata reassigned ISPN-7462:
----------------------------------
Assignee: Vladimir Blagojevic
> Administration console - server in reload-required state is not working correctly
> ----------------------------------------------------------------------------------
>
> Key: ISPN-7462
> URL: https://issues.jboss.org/browse/ISPN-7462
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.0.0.CR1
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
>
> Click on cache-container -> configuration -> change value (e.g. Min Threads) -> Save -> Restart Later -> click on clusters tab -> cluster -> server
> Issues:
> - Server has status RELOAD-REQUIRED, I suggest we change it to RESTART-REQUIRED.
> - Cluster has status STARTED, it should also be RESTART-REQUIRED/RELOAD-REQUIRED
> - Server has enabled start button and disabled stop button -> it should be the other way around
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month
[JBoss JIRA] (ISPN-7478) Enable the console to utilise Infinispan extension on Wildfly
by Ryan Emerson (JIRA)
Ryan Emerson created ISPN-7478:
----------------------------------
Summary: Enable the console to utilise Infinispan extension on Wildfly
Key: ISPN-7478
URL: https://issues.jboss.org/browse/ISPN-7478
Project: Infinispan
Issue Type: Task
Components: Console
Affects Versions: 9.0.0.CR2
Reporter: Ryan Emerson
Assignee: Ryan Emerson
FYI a few changes are required to our console to support interacting with infinispan running on widlfly, namely that we need to check that datagrid-infinispan subsystem actually exists as this is not guaranteed.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
9 years, 1 month