[JBoss JIRA] (ISPN-8552) infinispan-bom is broken
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-8552?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño reassigned ISPN-8552:
--------------------------------------
Assignee: Ryan Emerson
> infinispan-bom is broken
> ------------------------
>
> Key: ISPN-8552
> URL: https://issues.jboss.org/browse/ISPN-8552
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.2.0.Beta1
> Reporter: Galder Zamarreño
> Assignee: Ryan Emerson
> Priority: Blocker
> Fix For: 9.2.0.CR1
>
>
> I've tried to upgrade one of my examples to 9.2.0.Beta1 but it fails. I've changed version [here|https://github.com/infinispan-demos/swiss-transport-datagrid/blob/ma...] to be 9.2.0.Beta1 and I get tons of errors:
> {code}
> mvn clean package ⏎master ✭ ✱
> [INFO] Scanning for projects...
> [ERROR] [ERROR] Some problems were encountered while processing the POMs:
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-tasks-api:jar is missing. @ line 23, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-server:jar is missing. @ line 29, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-core:jar is missing. @ line 41, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-client-hotrod:jar is missing. @ line 54, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-client:jar is missing. @ line 58, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-tasks-api:jar is missing. @ line 30, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-server:jar is missing. @ line 36, column 17
> @
> [ERROR] The build could not read 3 projects -> [Help 1]
> [ERROR]
> [ERROR] The project swiss-transport-datagrid:analytics-domain:1.0-SNAPSHOT (/Users/g/1/swiss-transport-datagrid/analytics/analytics-domain/pom.xml) has 3 errors
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-tasks-api:jar is missing. @ line 23, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-server:jar is missing. @ line 29, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-core:jar is missing. @ line 41, column 17
> [ERROR]
> [ERROR] The project swiss-transport-datagrid:analytics-client:1.0-SNAPSHOT (/Users/g/1/swiss-transport-datagrid/analytics/analytics-client/pom.xml) has 2 errors
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-client-hotrod:jar is missing. @ line 54, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-client:jar is missing. @ line 58, column 17
> [ERROR]
> [ERROR] The project swiss-transport-datagrid:analytics-server:1.0-SNAPSHOT (/Users/g/1/swiss-transport-datagrid/analytics/analytics-server/pom.xml) has 2 errors
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-tasks-api:jar is missing. @ line 30, column 17
> [ERROR] 'dependencies.dependency.version' for org.infinispan:infinispan-remote-query-server:jar is missing. @ line 36, column 17
> [ERROR]
> [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> [ERROR]
> [ERROR] For more information about the errors and possible solutions, please read the following articles:
> [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
> {code}
> This seems related to changes in ISPN-8408 where the infinispan modules disappeared from the bom (???)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (ISPN-8570) Create a Hibernate 5.2 compatible provider
by Galder Zamarreño (JIRA)
[ https://issues.jboss.org/browse/ISPN-8570?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño commented on ISPN-8570:
----------------------------------------
In a separate discussion, it was agreed:
We'll leave the current Hibernate Cache provider module name as is, so org.infinispan:infinispan-hibernate-cache module will always point to the latest Hibernate version supported.
For Infinispan 9.2, we'll likely have org.infinispan:infinispan-hibernate-cache module supporting Hibernate 5.2 and we'll have an extra org.infinispan:infinispan-hibernate51-cache module for Hibernate 5.1.
> Create a Hibernate 5.2 compatible provider
> ------------------------------------------
>
> Key: ISPN-8570
> URL: https://issues.jboss.org/browse/ISPN-8570
> Project: Infinispan
> Issue Type: Enhancement
> Components: Hibernate Cache
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 9.2.0.Beta2, 9.2.0.Final
>
>
> The current Hibernate Cache provider is only compatible with Hibernate 5.1.
> We need a provider that's also compatible with Hibernate 5.2.
> Since both providers are not backwards compatible, we'll need two different providers.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (ISPN-8155) SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-8155?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-8155:
--------------------------------
Status: Pull Request Sent (was: Reopened)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5428, https://github.com/infinispan/infinispan/pull/5611 (was: https://github.com/infinispan/infinispan/pull/5428)
> SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
> ---------------------------------------------------------------------------------
>
> Key: ISPN-8155
> URL: https://issues.jboss.org/browse/ISPN-8155
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 9.1.0.Final, 9.2.0.Beta1
> Reporter: Gustavo Fernandes
> Assignee: William Burns
> Labels: testsuite_stability
> Fix For: 9.2.0.Beta2
>
> Attachments: SingleClusterExecutorTest-local=false.log.gz, SingleClusterExecutorTest_ISPN-8554_kill_hung_tests_20171124.log.gz
>
>
> {noformat}
> testExecutorTriConsumerTimeoutException on SingleClusterExecutorTest{ local = true}(org.infinispan.manager.SingleClusterExecutorTest) Time elapsed: 1.049 sec <<< FAILURE!
> java.lang.AssertionError: Should have thrown an class java.util.concurrent.ExecutionException
> at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
> at org.infinispan.test.Exceptions.expectExecutionException(Exceptions.java:136)
> at org.infinispan.manager.AllClusterExecutorTest$17.call(AllClusterExecutorTest.java:390)
> at org.infinispan.test.TestingUtil.withCacheManagers(TestingUtil.java:1474)
> at org.infinispan.manager.AllClusterExecutorTest.testExecutorTriConsumerTimeoutException(AllClusterExecutorTest.java:376)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (ISPN-8570) Create a Hibernate 5.2 compatible provider
by Galder Zamarreño (JIRA)
Galder Zamarreño created ISPN-8570:
--------------------------------------
Summary: Create a Hibernate 5.2 compatible provider
Key: ISPN-8570
URL: https://issues.jboss.org/browse/ISPN-8570
Project: Infinispan
Issue Type: Enhancement
Components: Hibernate Cache
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 9.2.0.Beta2, 9.2.0.Final
The current Hibernate Cache provider is only compatible with Hibernate 5.1.
We need a provider that's also compatible with Hibernate 5.2.
Since both providers are not backwards compatible, we'll need two different providers.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (ISPN-8155) SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8155?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-8155:
-------------------------------
Attachment: SingleClusterExecutorTest-local=false.log.gz
> SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
> ---------------------------------------------------------------------------------
>
> Key: ISPN-8155
> URL: https://issues.jboss.org/browse/ISPN-8155
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 9.1.0.Final, 9.2.0.Beta1
> Reporter: Gustavo Fernandes
> Assignee: William Burns
> Labels: testsuite_stability
> Fix For: 9.2.0.Beta2
>
> Attachments: SingleClusterExecutorTest-local=false.log.gz, SingleClusterExecutorTest_ISPN-8554_kill_hung_tests_20171124.log.gz
>
>
> {noformat}
> testExecutorTriConsumerTimeoutException on SingleClusterExecutorTest{ local = true}(org.infinispan.manager.SingleClusterExecutorTest) Time elapsed: 1.049 sec <<< FAILURE!
> java.lang.AssertionError: Should have thrown an class java.util.concurrent.ExecutionException
> at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
> at org.infinispan.test.Exceptions.expectExecutionException(Exceptions.java:136)
> at org.infinispan.manager.AllClusterExecutorTest$17.call(AllClusterExecutorTest.java:390)
> at org.infinispan.test.TestingUtil.withCacheManagers(TestingUtil.java:1474)
> at org.infinispan.manager.AllClusterExecutorTest.testExecutorTriConsumerTimeoutException(AllClusterExecutorTest.java:376)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months
[JBoss JIRA] (ISPN-8155) SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8155?page=com.atlassian.jira.plugin.... ]
Ryan Emerson commented on ISPN-8155:
------------------------------------
[~william.burns] SingleClusterExecutorTest-local=false.log.gz generated with the following log config
<Logger name="org.infinispan" level="INFO"/>
<Logger name="org.infinispan.conflict.impl" level="ALL"/>
<Logger name="org.infinispan.statetransfer" level="ALL"/>
<Logger name="org.infinispan.topology" level="ALL"/>
<Logger name="org.infinispan.partitionhandling" level="ALL"/>
<Logger name="org.infinispan.remoting" level="ALL"/>
> SingleClusterExecutorTest.testExecutorTriConsumerTimeoutException random failures
> ---------------------------------------------------------------------------------
>
> Key: ISPN-8155
> URL: https://issues.jboss.org/browse/ISPN-8155
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 9.1.0.Final, 9.2.0.Beta1
> Reporter: Gustavo Fernandes
> Assignee: William Burns
> Labels: testsuite_stability
> Fix For: 9.2.0.Beta2
>
> Attachments: SingleClusterExecutorTest-local=false.log.gz, SingleClusterExecutorTest_ISPN-8554_kill_hung_tests_20171124.log.gz
>
>
> {noformat}
> testExecutorTriConsumerTimeoutException on SingleClusterExecutorTest{ local = true}(org.infinispan.manager.SingleClusterExecutorTest) Time elapsed: 1.049 sec <<< FAILURE!
> java.lang.AssertionError: Should have thrown an class java.util.concurrent.ExecutionException
> at org.infinispan.test.Exceptions.assertException(Exceptions.java:21)
> at org.infinispan.test.Exceptions.expectExecutionException(Exceptions.java:136)
> at org.infinispan.manager.AllClusterExecutorTest$17.call(AllClusterExecutorTest.java:390)
> at org.infinispan.test.TestingUtil.withCacheManagers(TestingUtil.java:1474)
> at org.infinispan.manager.AllClusterExecutorTest.testExecutorTriConsumerTimeoutException(AllClusterExecutorTest.java:376)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 4 months