[JBoss JIRA] (ISPN-7164) infinispan exception during wildfly app server startup
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-7164?page=com.atlassian.jira.plugin... ]
Dan Berindei closed ISPN-7164.
------------------------------
Resolution: Out of Date
> infinispan exception during wildfly app server startup
> ------------------------------------------------------
>
> Key: ISPN-7164
> URL: https://issues.redhat.com/browse/ISPN-7164
> Project: Infinispan
> Issue Type: Bug
> Environment: RHEL 7, VMWare ESX 5.5,
> Wildfly 8.2.1 cluster with 6 nodes
> Reporter: Purush Reddy
> Priority: Major
>
> We are seeing the following exception in the cluster node startup. Please note that this issue is sporadic.
> This seems like race condition. the application on one node is calling evictAll() before the other node (throwing the exception) fully starts up and initializes the region.
> 2016-10-26 17:57:56,606 ERROR [OOB-18,shared=udp]-[org.infinispan.remoting.InboundInvocationHandlerImpl] ISPN000260: Exception executing command: java.lang.NullPointerException
> at org.hibernate.cache.infinispan.util.EvictAllCommand.perform(EvictAllCommand.java:64)
> at org.infinispan.remoting.InboundInvocationHandlerImpl.handleInternal(InboundInvocationHandlerImpl.java:95)
> at org.infinispan.remoting.InboundInvocationHandlerImpl.handleWithWaitForBlocks(InboundInvocationHandlerImpl.java:186)
> at org.infinispan.remoting.InboundInvocationHandlerImpl.handle(InboundInvocationHandlerImpl.java:84)
> at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.executeCommandFromLocalCluster(CommandAwareRpcDispatcher.java:259)
> at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.handle(CommandAwareRpcDispatcher.java:211)
> at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:460)
> at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:377)
> at org.jgroups.blocks.RequestCorrelator.receive(RequestCorrelator.java:247)
> at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:667)
> at org.jgroups.blocks.mux.MuxUpHandler.up(MuxUpHandler.java:130)
> at org.jgroups.JChannel.up(JChannel.java:708)
> at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:1015)
> at org.jgroups.protocols.RSVP.up(RSVP.java:187)
> at org.jgroups.protocols.FRAG2.up(FRAG2.java:165)
> at org.jgroups.protocols.pbcast.GMS.up(GMS.java:1010)
> at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:234)
> at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:391)
> at org.jgroups.protocols.pbcast.NAKACK2.handleMessage(NAKACK2.java:774)
> at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:570)
> at org.jgroups.protocols.VERIFY_SUSPECT.up(VERIFY_SUSPECT.java:147)
> at org.jgroups.protocols.FD_ALL.up(FD_ALL.java:185)
> at org.jgroups.protocols.FD_SOCK.up(FD_SOCK.java:301)
> at org.jgroups.protocols.MERGE3.up(MERGE3.java:303)
> at org.jgroups.protocols.Discovery.up(Discovery.java:379)
> at org.jgroups.protocols.TP$ProtocolAdapter.up(TP.java:2641)
> at org.jgroups.protocols.TP.passMessageUp(TP.java:1429)
> at org.jgroups.protocols.TP$MyHandler.run(TP.java:1615)
> 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)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-10562) NPE from EvictionManagerImpl.updateEvictionStatistics when JMX statistics are enabled
by Dan Berindei (Jira)
[ https://issues.redhat.com/browse/ISPN-10562?page=com.atlassian.jira.plugi... ]
Dan Berindei closed ISPN-10562.
-------------------------------
Resolution: Duplicate Issue
Duplicate of ISPN-10006
> NPE from EvictionManagerImpl.updateEvictionStatistics when JMX statistics are enabled
> -------------------------------------------------------------------------------------
>
> Key: ISPN-10562
> URL: https://issues.redhat.com/browse/ISPN-10562
> Project: Infinispan
> Issue Type: Bug
> Components: Eviction
> Affects Versions: 9.4.15.Final
> Reporter: Tuomas Kiviaho
> Assignee: Will Burns
> Priority: Major
>
> For some reason I started to get NPEs from EvictionManagerImpl. It seems that AsyncInterceptorChain running is returning null. The state says STARTED, but the instance inside the ComponentWrapped is null.
> java.lang.NullPointerException
> at org.infinispan.eviction.impl.EvictionManagerImpl.updateEvictionStatistics(EvictionManagerImpl.java:45)
> at org.infinispan.eviction.impl.EvictionManagerImpl.onEntryEviction(EvictionManagerImpl.java:39)
> at org.infinispan.container.impl.AbstractInternalDataContainer$DefaultEvictionListener.onEntryEviction(AbstractInternalDataContainer.java:516)
> at org.infinispan.container.impl.AbstractInternalDataContainer.lambda$applyListener$5(AbstractInternalDataContainer.java:479)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.lambda$notifyRemoval$1(BoundedLocalCache.java:286)
> at org.infinispan.util.concurrent.WithinThreadExecutor.execute(WithinThreadExecutor.java:20)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.notifyRemoval(BoundedLocalCache.java:292)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.evictEntry(BoundedLocalCache.java:821)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.evictFromMain(BoundedLocalCache.java:633)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.evictEntries(BoundedLocalCache.java:504)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.maintenance(BoundedLocalCache.java:1137)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.performCleanUp(BoundedLocalCache.java:1108)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache$PerformCleanupTask.run(BoundedLocalCache.java:2979)
> at org.infinispan.util.concurrent.WithinThreadExecutor.execute(WithinThreadExecutor.java:20)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.scheduleDrainBuffers(BoundedLocalCache.java:1080)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.scheduleAfterWrite(BoundedLocalCache.java:1047)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.afterWrite(BoundedLocalCache.java:1017)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.remap(BoundedLocalCache.java:2272)
> at com.github.benmanes.caffeine.cache.BoundedLocalCache.compute(BoundedLocalCache.java:2146)
> at com.github.benmanes.caffeine.cache.LocalCache.compute(LocalCache.java:100)
> at org.infinispan.container.impl.AbstractInternalDataContainer.compute(AbstractInternalDataContainer.java:229)
> at org.infinispan.container.impl.AbstractInternalDataContainer.compute(AbstractInternalDataContainer.java:248)
> at org.infinispan.cache.impl.SimpleCacheImpl.putForExternalReadInternal(SimpleCacheImpl.java:207)
> at org.infinispan.cache.impl.StatsCollectingCache.putForExternalReadInternal(StatsCollectingCache.java:200)
> at org.infinispan.cache.impl.SimpleCacheImpl.putForExternalRead(SimpleCacheImpl.java:180)
> at org.infinispan.cache.impl.AbstractDelegatingCache.putForExternalRead(AbstractDelegatingCache.java:49)
> at org.infinispan.cache.impl.EncoderCache.putForExternalRead(EncoderCache.java:175)
> at org.infinispan.hibernate.cache.commons.access.PutFromLoadValidator$PendingPutMap.pferValueIfNeeded(PutFromLoadValidator.java:913)
> at org.infinispan.hibernate.cache.commons.access.PutFromLoadValidator$PendingPutMap.removeInvalidator(PutFromLoadValidator.java:896)
> at org.infinispan.hibernate.cache.commons.access.PutFromLoadValidator.endInvalidatingKey(PutFromLoadValidator.java:634)
> at org.infinispan.hibernate.cache.v53.impl.LocalInvalidationInvocation.invoke(LocalInvalidationInvocation.java:39)
> at org.infinispan.hibernate.cache.v53.impl.Sync.transactionCompleted(Sync.java:106)
> at org.hibernate.internal.AbstractSharedSessionContract.afterTransactionCompletion(AbstractSharedSessionContract.java:450)
> at org.hibernate.internal.SessionImpl.afterTransactionCompletion(SessionImpl.java:2568)
> at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.afterTransactionCompletion(JdbcCoordinatorImpl.java:479)
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12146) CLI - Stats is not working
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12146?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12146:
-----------------------------------
Security: (was: Red Hat Internal)
> CLI - Stats is not working
> --------------------------
>
> Key: ISPN-12146
> URL: https://issues.redhat.com/browse/ISPN-12146
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 11.0.1.Final
> Reporter: Gustavo Lira Silva
> Assignee: Tristan Tarrant
> Priority: Major
>
> Connecting to the server using CLI and running *{{stats}}* is not working, a null message is appearing
> The cache was created with
> {code:java}
> builder.statistics().enable().remoteCache("my-cache")
> .templateName(DefaultTemplate.DIST_SYNC);
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12146) CLI - Stats is not working
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-12146?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-12146:
-----------------------------------
Status: Open (was: New)
> CLI - Stats is not working
> --------------------------
>
> Key: ISPN-12146
> URL: https://issues.redhat.com/browse/ISPN-12146
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 11.0.1.Final
> Reporter: Gustavo Lira Silva
> Assignee: Tristan Tarrant
> Priority: Major
>
> Connecting to the server using CLI and running *{{stats}}* is not working, a null message is appearing
> The cache was created with
> {code:java}
> builder.statistics().enable().remoteCache("my-cache")
> .templateName(DefaultTemplate.DIST_SYNC);
> {code}
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months
[JBoss JIRA] (ISPN-12145) REST Support chunked transfer encoding
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-12145:
-----------------------------------
Summary: REST Support chunked transfer encoding
Key: ISPN-12145
URL: https://issues.redhat.com/browse/ISPN-12145
Project: Infinispan
Issue Type: Enhancement
Components: REST
Affects Versions: 11.0.1.Final
Reporter: Ryan Emerson
Fix For: 12.0.0.Final
Currenty our rest endpoints only support uploading and downloading resources as a single payload. This does not scale well as the payload increases. To facilitate the uploading/downloading of larger files we should provide support for [chunked transfer encoding|https://en.wikipedia.org/wiki/Chunked_transfer_encoding].
The main motivator for this feature is the BackupManager that requires the uploading/downloading of ponitally very large ( GBs) zip files.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
4 years, 5 months