[JBoss JIRA] (ISPN-8408) POM inheritance is broken
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-8408?page=com.atlassian.jira.plugin.... ]
William Burns resolved ISPN-8408.
---------------------------------
Resolution: Done
> POM inheritance is broken
> -------------------------
>
> Key: ISPN-8408
> URL: https://issues.jboss.org/browse/ISPN-8408
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Reporter: Tristan Tarrant
> Assignee: Ryan Emerson
> Fix For: 9.2.0.Alpha2, 9.2.0.Final
>
>
> There are a number of problems with our project structure:
> - the parent pom uses the bom as its own parent: it should instead import it (i.e. revert ISPN-3998)
> - the server pom inherits from the wildfly pom. This was done at a time when the server build was a fork of the wildfly one. With the introduction of feature packs this is no longer necessary.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (ISPN-8447) Build fails with JDK 9 GA
by Dan Berindei (JIRA)
Dan Berindei created ISPN-8447:
----------------------------------
Summary: Build fails with JDK 9 GA
Key: ISPN-8447
URL: https://issues.jboss.org/browse/ISPN-8447
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 9.2.0.Alpha1
Reporter: Dan Berindei
Assignee: Dan Berindei
Fix For: 9.2.0.Alpha2
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (ISPN-8446) Create tests for ConflictManager entry merge policies in server mode
by Jakub Markos (JIRA)
Jakub Markos created ISPN-8446:
----------------------------------
Summary: Create tests for ConflictManager entry merge policies in server mode
Key: ISPN-8446
URL: https://issues.jboss.org/browse/ISPN-8446
Project: Infinispan
Issue Type: Task
Components: Test Suite - Server
Reporter: Jakub Markos
Assignee: Jakub Markos
Test the provided merge policies: PREFERRED_ALWAYS, PREFERRED_NON_NULL, REMOVE_ALL.
Test a custom merge policy (placing the policy class in JDG_HOME/standalone/deployments, same as with custom cache stores).
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (ISPN-8445) Off-heap container doesn't work in compatibility mode
by Vojtech Juranek (JIRA)
Vojtech Juranek created ISPN-8445:
-------------------------------------
Summary: Off-heap container doesn't work in compatibility mode
Key: ISPN-8445
URL: https://issues.jboss.org/browse/ISPN-8445
Project: Infinispan
Issue Type: Bug
Components: Off Heap
Affects Versions: 9.2.0.Alpha1
Reporter: Vojtech Juranek
When cache uses off-heap container and has compatibility mode turned on, it's not able to convert keys/value into proper type and fails with (when accessed via hotrod or rest)
{noformat}
ESC[0mESC[31m14:27:46,383 ERROR [org.infinispan.interceptors.impl.InvocationContextInterceptor] (HotRod-ServerHandler-6-1) ISPN000136: Error executing command PutKeyValueCommand, writing keys [key1]: java.lang.ClassCastException: java.la
ng.String cannot be cast to org.infinispan.commons.marshall.WrappedBytes
at org.infinispan.container.offheap.OffHeapDataContainer.put(OffHeapDataContainer.java:39)
at org.infinispan.container.entries.ReadCommittedEntry.commit(ReadCommittedEntry.java:134)
at org.infinispan.statetransfer.CommitManager.commitEntry(CommitManager.java:141)
at org.infinispan.statetransfer.CommitManager.commit(CommitManager.java:101)
at org.infinispan.interceptors.locking.ClusteringDependentLogic$LocalLogic.commitSingleEntry(ClusteringDependentLogic.java:329)
at org.infinispan.interceptors.locking.ClusteringDependentLogic$AbstractClusteringDependentLogic.commitEntry(ClusteringDependentLogic.java:183)
at org.infinispan.interceptors.impl.EntryWrappingInterceptor.commitContextEntry(EntryWrappingInterceptor.java:585)
at org.infinispan.interceptors.impl.EntryWrappingInterceptor.commitEntryIfNeeded(EntryWrappingInterceptor.java:808)
at org.infinispan.interceptors.impl.EntryWrappingInterceptor.commitContextEntries(EntryWrappingInterceptor.java:562)
at org.infinispan.interceptors.impl.EntryWrappingInterceptor.applyChanges(EntryWrappingInterceptor.java:618)
at org.infinispan.interceptors.impl.EntryWrappingInterceptor.lambda$setSkipRemoteGetsAndInvokeNextForDataCommand$7(EntryWrappingInterceptor.java:674)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextThenAccept(BaseAsyncInterceptor.java:109)
at org.infinispan.interceptors.impl.EntryWrappingInterceptor.setSkipRemoteGetsAndInvokeNextForDataCommand(EntryWrappingInterceptor.java:671)
at org.infinispan.interceptors.impl.EntryWrappingInterceptor.visitPutKeyValueCommand(EntryWrappingInterceptor.java:316)
at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:67)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndFinally(BaseAsyncInterceptor.java:154)
at org.infinispan.interceptors.locking.AbstractLockingInterceptor.visitNonTxDataWriteCommand(AbstractLockingInterceptor.java:135)
at org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor.visitDataWriteCommand(NonTransactionalLockingInterceptor.java:38)
at org.infinispan.interceptors.locking.AbstractLockingInterceptor.visitPutKeyValueCommand(AbstractLockingInterceptor.java:85)
at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:67)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndFinally(BaseAsyncInterceptor.java:154)
at org.infinispan.interceptors.impl.CacheMgmtInterceptor.updateStoreStatistics(CacheMgmtInterceptor.java:200)
at org.infinispan.interceptors.impl.CacheMgmtInterceptor.visitPutKeyValueCommand(CacheMgmtInterceptor.java:162)
at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:67)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNext(BaseAsyncInterceptor.java:58)
at org.infinispan.interceptors.DDAsyncInterceptor.handleDefault(DDAsyncInterceptor.java:54)
at org.infinispan.interceptors.DDAsyncInterceptor.visitPutKeyValueCommand(DDAsyncInterceptor.java:60)
at org.infinispan.commands.write.PutKeyValueCommand.acceptVisitor(PutKeyValueCommand.java:67)
at org.infinispan.interceptors.BaseAsyncInterceptor.invokeNextAndExceptionally(BaseAsyncInterceptor.java:127)
at org.infinispan.interceptors.impl.InvocationContextInterceptor.visitCommand(InvocationContextInterceptor.java:96)
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invoke(AsyncInterceptorChainImpl.java:248)
at org.infinispan.cache.impl.CacheImpl.executeCommandAndCommitIfNeeded(CacheImpl.java:1674)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1322)
at org.infinispan.cache.impl.CacheImpl.put(CacheImpl.java:1788)
at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.put(AbstractDelegatingAdvancedCache.java:318)
at org.infinispan.cache.impl.EncoderCache.put(EncoderCache.java:439)
at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.put(AbstractDelegatingAdvancedCache.java:318)
at org.infinispan.server.hotrod.CacheDecodeContext.put(CacheDecodeContext.java:404)
at org.infinispan.server.hotrod.ContextHandler.realRead(ContextHandler.java:65)
at org.infinispan.server.hotrod.ContextHandler.lambda$channelRead0$0(ContextHandler.java:52)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
at java.lang.Thread.run(Thread.java:745)
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months
[JBoss JIRA] (ISPN-8408) POM inheritance is broken
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8408?page=com.atlassian.jira.plugin.... ]
Ryan Emerson reopened ISPN-8408:
--------------------------------
> POM inheritance is broken
> -------------------------
>
> Key: ISPN-8408
> URL: https://issues.jboss.org/browse/ISPN-8408
> Project: Infinispan
> Issue Type: Bug
> Components: Build process
> Reporter: Tristan Tarrant
> Assignee: Ryan Emerson
> Fix For: 9.2.0.Alpha2, 9.2.0.Final
>
>
> There are a number of problems with our project structure:
> - the parent pom uses the bom as its own parent: it should instead import it (i.e. revert ISPN-3998)
> - the server pom inherits from the wildfly pom. This was done at a time when the server build was a fork of the wildfly one. With the introduction of feature packs this is no longer necessary.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
8 years, 5 months