[JBoss JIRA] (ISPN-10102) Off heap memory get/put byte should check for 1 byte, not 4
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10102?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10102.
---------------------------------
Resolution: Done
> Off heap memory get/put byte should check for 1 byte, not 4
> -----------------------------------------------------------
>
> Key: ISPN-10102
> URL: https://issues.jboss.org/browse/ISPN-10102
> Project: Infinispan
> Issue Type: Bug
> Components: Off Heap
> Affects Versions: 10.0.0.Beta3, 9.4.11.Final
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Major
> Fix For: 10.0.0.Beta4, 10.0.0.Final
>
>
> Off-heap's getByte/putByte code check that 4 bytes can be read/written when in reality it should only need 1 byte.
> This will only show up if the byte is read/written at the end of a stream. I don't think it happens right now in the code but could happen in the future.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-10108) Query Project - Store the test results using TestNG
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10108?page=com.atlassian.jira.plugin... ]
Ryan Emerson reassigned ISPN-10108:
-----------------------------------
Assignee: Diego Lovison
> Query Project - Store the test results using TestNG
> ---------------------------------------------------
>
> Key: ISPN-10108
> URL: https://issues.jboss.org/browse/ISPN-10108
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.0.0.Final, 9.4.11.Final
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Running the command {{mvn verify -pl 'query' -Dtest=MassIndexerAsyncBackendTest}} from the root folder will produce two XMLs
> TEST-infinispan-query.xml
> TEST-org.infinispan.query.distributed.MassIndexerAsyncBackendTest.xml
> One will be the Junit report and the other one will be the Polarion Report.
> The query project uses TestNG instead of JUNIT
> I would like to fix the following
> {code:xml}
> <testcase name="query.distributed.MassIndexerAsyncBackendTest" classname="org.infinispan.query.distributed.MassIndexerAsyncBackendTest" time="3.469"/>
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months
[JBoss JIRA] (ISPN-9977) java.lang.NoClassDefFoundError: org/infinispan/commons/util/FastCopyHashMap$Values (wrong name: org/infinispan/commons/dataconversion/BinaryEncoder) when starting in repackaged Spring Boot jar with Java 11
by Katia Aresti (Jira)
[ https://issues.jboss.org/browse/ISPN-9977?page=com.atlassian.jira.plugin.... ]
Katia Aresti resolved ISPN-9977.
--------------------------------
Resolution: Done
Upgrading to Spring-Boot 2.1.4.RELEASE fixes the issue. Releasing the starter today
> java.lang.NoClassDefFoundError: org/infinispan/commons/util/FastCopyHashMap$Values (wrong name: org/infinispan/commons/dataconversion/BinaryEncoder) when starting in repackaged Spring Boot jar with Java 11
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-9977
> URL: https://issues.jboss.org/browse/ISPN-9977
> Project: Infinispan
> Issue Type: Bug
> Components: Spring Integration
> Affects Versions: 10.0.0.Alpha3, 9.4.6.Final
> Environment: * ubuntu 16.04
> * openjdk 11.0.1
> * maven 3.6.0
> * spring boot 2.1.2.RELEASE
> * infinispan-spring-boot-starter 2.1.3.Final (and 2.1.4-SNAPSHOT)
> Reporter: Benjamin Schröder
> Assignee: Katia Aresti
> Priority: Major
>
> The infinispan-spring-boot-starter will fail with
> {code:java}
> java.lang.NoClassDefFoundError: org/infinispan/commons/util/FastCopyHashMap$Values (wrong name: org/infinispan/commons/dataconversion/BinaryEncoder)
> {code}
> when ran in an repackaged Spring Boot jar if built and ran with Java 11. It works if built and ran with Java 8. It works with Java 11 too but only if ran with mvn spring-boot:run
> It can be reproduced with the infinispan-spring-boot-samples. (see steps to reproduce). Otherwise there is a demo project linked here: https://stackoverflow.com/questions/54635814
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
5 years, 8 months