[JBoss JIRA] (ISPN-9235) AssertionError - PessimisticStateTransferOverwritingValueTest.testBackupOwnerJoiningDuringReplaceWithPreviousValue
by Diego Lovison (JIRA)
Diego Lovison created ISPN-9235:
-----------------------------------
Summary: AssertionError - PessimisticStateTransferOverwritingValueTest.testBackupOwnerJoiningDuringReplaceWithPreviousValue
Key: ISPN-9235
URL: https://issues.jboss.org/browse/ISPN-9235
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
**Stacktrace**
{noformat}
java.lang.AssertionError:
at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:179)
at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:161)
at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:137)
at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:470)
at org.infinispan.distribution.rehash.NonTxStateTransferOverwritingValueTest.doTest(NonTxStateTransferOverwritingValueTest.java:133)
at org.infinispan.distribution.rehash.NonTxStateTransferOverwritingValueTest.testBackupOwnerJoiningDuringReplaceWithPreviousValue(NonTxStateTransferOverwritingValueTest.java:86)
at java.util.concurrent.FutureTask.run(FutureTask.java:277)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1160)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.lang.Thread.run(Thread.java:811)
... Removed 18 stack frames
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9235) AssertionError - PessimisticStateTransferOverwritingValueTest.testBackupOwnerJoiningDuringReplaceWithPreviousValue
by Diego Lovison (JIRA)
[ https://issues.jboss.org/browse/ISPN-9235?page=com.atlassian.jira.plugin.... ]
Diego Lovison commented on ISPN-9235:
-------------------------------------
Build that failed: https://jdg-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jdg-func-ispn-tes...
> AssertionError - PessimisticStateTransferOverwritingValueTest.testBackupOwnerJoiningDuringReplaceWithPreviousValue
> ------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-9235
> URL: https://issues.jboss.org/browse/ISPN-9235
> Project: Infinispan
> Issue Type: Bug
> Reporter: Diego Lovison
>
> **Stacktrace**
> {noformat}
> java.lang.AssertionError:
> at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:179)
> at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:161)
> at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:137)
> at org.infinispan.test.AbstractInfinispanTest.eventually(AbstractInfinispanTest.java:470)
> at org.infinispan.distribution.rehash.NonTxStateTransferOverwritingValueTest.doTest(NonTxStateTransferOverwritingValueTest.java:133)
> at org.infinispan.distribution.rehash.NonTxStateTransferOverwritingValueTest.testBackupOwnerJoiningDuringReplaceWithPreviousValue(NonTxStateTransferOverwritingValueTest.java:86)
> at java.util.concurrent.FutureTask.run(FutureTask.java:277)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1160)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
> at java.lang.Thread.run(Thread.java:811)
> ... Removed 18 stack frames
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9234) AssertionError - ReplCommandForwardingTest.testForwardToJoinerAsyncCommit
by Diego Lovison (JIRA)
Diego Lovison created ISPN-9234:
-----------------------------------
Summary: AssertionError - ReplCommandForwardingTest.testForwardToJoinerAsyncCommit
Key: ISPN-9234
URL: https://issues.jboss.org/browse/ISPN-9234
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
**Error Message**
expected:<2> but was:<1>
**Stacktrace**
{noformat}
java.lang.AssertionError: expected:<2> but was:<1>
at org.infinispan.statetransfer.ReplCommandForwardingTest.testForwardToJoinerAsyncTx(ReplCommandForwardingTest.java:211)
at org.infinispan.statetransfer.ReplCommandForwardingTest.testForwardToJoinerAsyncCommit(ReplCommandForwardingTest.java:123)
at java.util.concurrent.FutureTask.run(FutureTask.java:277)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1160)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.lang.Thread.run(Thread.java:811)
... Removed 21 stack frames
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-9233) NullPointerException - RemoteGetDuringStateTransferTest.testScenario_323
by Diego Lovison (JIRA)
Diego Lovison created ISPN-9233:
-----------------------------------
Summary: NullPointerException - RemoteGetDuringStateTransferTest.testScenario_323
Key: ISPN-9233
URL: https://issues.jboss.org/browse/ISPN-9233
Project: Infinispan
Issue Type: Bug
Reporter: Diego Lovison
**Error Message**
org.infinispan.remoting.RemoteException: ISPN000217: Received exception from RemoteGetDuringStateTransferTest-NodeBP-30741, see cause for remote stack trace
**Stacktrace**
{noformat}
java.util.concurrent.ExecutionException: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from RemoteGetDuringStateTransferTest-NodeBP-30741, see cause for remote stack trace
at java.util.concurrent.FutureTask.report(FutureTask.java:133)
at java.util.concurrent.FutureTask.get(FutureTask.java:203)
at org.infinispan.statetransfer.RemoteGetDuringStateTransferTest.testScenario_xyx(RemoteGetDuringStateTransferTest.java:651)
at org.infinispan.statetransfer.RemoteGetDuringStateTransferTest.testScenario_323(RemoteGetDuringStateTransferTest.java:612)
at java.util.concurrent.FutureTask.run(FutureTask.java:277)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1160)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.lang.Thread.run(Thread.java:811)
Caused by: org.infinispan.remoting.RemoteException: ISPN000217: Received exception from RemoteGetDuringStateTransferTest-NodeBP-30741, see cause for remote stack trace
at org.infinispan.remoting.transport.AbstractTransport.checkResponse(AbstractTransport.java:44)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.checkRsp(JGroupsTransport.java:910)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport.lambda$invokeRemotelyAsync$3(JGroupsTransport.java:677)
at org.infinispan.remoting.transport.jgroups.JGroupsTransport$$Lambda$508.000000003032DAA0.apply(Unknown Source)
at java.util.concurrent.CompletableFuture.uniApply(CompletableFuture.java:613)
at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:588)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:485)
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1973)
at org.infinispan.remoting.transport.jgroups.RspListFuture.requestDone(RspListFuture.java:53)
at org.infinispan.remoting.transport.jgroups.RspListFuture.accept(RspListFuture.java:48)
at org.infinispan.remoting.transport.jgroups.RspListFuture.accept(RspListFuture.java:19)
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:771)
at java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:747)
at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:485)
at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1973)
at org.jgroups.blocks.GroupRequest.receiveResponse(GroupRequest.java:106)
at org.infinispan.remoting.transport.jgroups.CustomRequestCorrelator.handleResponse(CustomRequestCorrelator.java:50)
at org.jgroups.blocks.RequestCorrelator.dispatch(RequestCorrelator.java:363)
at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:307)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:582)
at org.jgroups.JChannel.up(JChannel.java:816)
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:893)
at org.jgroups.protocols.RSVP.up(RSVP.java:163)
at org.jgroups.protocols.FlowControl.up(FlowControl.java:343)
at org.jgroups.protocols.tom.TOA.up(TOA.java:119)
at org.jgroups.protocols.pbcast.GMS.up(GMS.java:864)
at org.jgroups.protocols.pbcast.STABLE.up(STABLE.java:240)
at org.jgroups.protocols.UNICAST3.deliverMessage(UNICAST3.java:1002)
at org.jgroups.protocols.UNICAST3.handleDataReceived(UNICAST3.java:728)
at org.jgroups.protocols.UNICAST3.up(UNICAST3.java:383)
at org.jgroups.protocols.pbcast.NAKACK2.up(NAKACK2.java:600)
at org.jgroups.protocols.Discovery.up(Discovery.java:267)
at org.jgroups.protocols.TP.passMessageUp(TP.java:1248)
at org.jgroups.util.SubmitToThreadPool$SingleMessageHandler.run(SubmitToThreadPool.java:87)
... 3 more
Caused by: java.lang.NullPointerException
at org.infinispan.statetransfer.RemoteGetDuringStateTransferTest$FailReadsInterceptor.visitGetCacheEntryCommand(RemoteGetDuringStateTransferTest.java:811)
at org.infinispan.commands.read.GetCacheEntryCommand.acceptVisitor(GetCacheEntryCommand.java:38)
at org.infinispan.interceptors.DDAsyncInterceptor.visitCommand(DDAsyncInterceptor.java:49)
at org.infinispan.interceptors.impl.AsyncInterceptorChainImpl.invokeAsync(AsyncInterceptorChainImpl.java:267)
at org.infinispan.commands.remote.ClusteredGetCommand.invokeAsync(ClusteredGetCommand.java:84)
at org.infinispan.remoting.inboundhandler.BasePerCacheInboundInvocationHandler.invokeCommand(BasePerCacheInboundInvocationHandler.java:95)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.invoke(BaseBlockingRunnable.java:91)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.lambda$runAsync$0(BaseBlockingRunnable.java:82)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable$$Lambda$635.0000000068036960.accept(Unknown Source)
at java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:771)
at java.util.concurrent.CompletableFuture.uniWhenCompleteStage(CompletableFuture.java:789)
at java.util.concurrent.CompletableFuture.whenComplete(CompletableFuture.java:2151)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.runAsync(BaseBlockingRunnable.java:71)
at org.infinispan.remoting.inboundhandler.BaseBlockingRunnable.run(BaseBlockingRunnable.java:41)
at org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler.handleDefaultCommand(TrianglePerCacheInboundInvocationHandler.java:191)
at org.infinispan.remoting.inboundhandler.TrianglePerCacheInboundInvocationHandler.handle(TrianglePerCacheInboundInvocationHandler.java:124)
at org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler.handleCacheRpcCommand(GlobalInboundInvocationHandler.java:121)
at org.infinispan.remoting.inboundhandler.GlobalInboundInvocationHandler.handleFromCluster(GlobalInboundInvocationHandler.java:80)
at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.executeCommandFromLocalCluster(CommandAwareRpcDispatcher.java:182)
at org.infinispan.remoting.transport.jgroups.CommandAwareRpcDispatcher.handle(CommandAwareRpcDispatcher.java:153)
at org.jgroups.blocks.RequestCorrelator.handleRequest(RequestCorrelator.java:383)
at org.jgroups.blocks.RequestCorrelator.dispatch(RequestCorrelator.java:356)
at org.jgroups.blocks.RequestCorrelator.receiveMessage(RequestCorrelator.java:307)
at org.jgroups.blocks.MessageDispatcher$ProtocolAdapter.up(MessageDispatcher.java:582)
at org.jgroups.JChannel.up(JChannel.java:816)
at org.jgroups.stack.ProtocolStack.up(ProtocolStack.java:893)
at org.jgroups.protocols.RSVP.up(RSVP.java:163)
at org.jgroups.protocols.FlowControl.up(FlowControl.java:351)
... 13 more
... Removed 16 stack frames
{noformat}
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-8973) Administration console - changing eviction strategy results in error
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8973?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic commented on ISPN-8973:
-------------------------------------------
This bug is still present. I don't think it is related to admin console but it could be related to some server-side code that sets these values from DMR. [~NadirX] who should look at this one?
> Administration console - changing eviction strategy results in error
> --------------------------------------------------------------------
>
> Key: ISPN-8973
> URL: https://issues.jboss.org/browse/ISPN-8973
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management
> Affects Versions: 9.2.0.Final
> Reporter: Roman Macor
> Assignee: Vladimir Blagojevic
> Attachments: Screen Shot 2018-04-03 at 2.42.46 PM.png
>
>
> Steps to reproduce:
> - start server in domain mode
> - click on cache container -> cache -> configuration -> memory tab -> set memory
> - e.g. (Type: binary, Eviction: count, Size: 10, strategy: FIFO)
> - apply changes -> restart now
> - change the strategy to LRU, click apply changes
> That results in error popup:
> {"WFLYDC0074: Operation failed or was rolled back on all servers. Server failures:":{"server-group":{"cluster":{"host":{"master":{"server-one":{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:":{"Operation step-3":"WFLYCTL0158: Operation handler failed: java.lang.NullPointerException"}},"server-two":{"WFLYCTL0062: Composite operation failed and was rolled back. Steps that failed:":{"Operation step-3":"WFLYCTL0158: Operation handler failed: java.lang.NullPointerException"}}}}}}}}
> There are no error logs in the server log.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-8760) Query and list results
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8760?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-8760:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.3.0.Beta1
Resolution: Done
> Query and list results
> ----------------------
>
> Key: ISPN-8760
> URL: https://issues.jboss.org/browse/ISPN-8760
> Project: Infinispan
> Issue Type: Sub-task
> Components: Console
> Affects Versions: 9.2.0.CR2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.3.0.Beta1
>
> Attachments: Screen Shot 2018-02-10 at 6.49.16 AM.png, Screen Shot 2018-02-10 at 6.49.38 AM.png
>
>
> Console should have a capability to query a cache and list results of the query
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-8759) Administration console - add data manipulation capabilities
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8759?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-8759:
--------------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> Administration console - add data manipulation capabilities
> -----------------------------------------------------------
>
> Key: ISPN-8759
> URL: https://issues.jboss.org/browse/ISPN-8759
> Project: Infinispan
> Issue Type: Enhancement
> Components: Console
> Affects Versions: 9.1.0.Final, 9.2.0.Beta2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.3.0.CR1
>
> Attachments: Screen Shot 2018-02-08 at 11.30.33 AM.png, Screen Shot 2018-02-08 at 7.47.53 AM.png
>
>
> We need to add the following capabilities to administration console:
> - Query and list results
> - Create and update entries
> - Delete entries in the cache
> - Add schema editor (using pre-built components for protobuf editor)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months
[JBoss JIRA] (ISPN-8759) Administration console - add data manipulation capabilities
by Vladimir Blagojevic (JIRA)
[ https://issues.jboss.org/browse/ISPN-8759?page=com.atlassian.jira.plugin.... ]
Vladimir Blagojevic updated ISPN-8759:
--------------------------------------
Status: Pull Request Sent (was: Reopened)
> Administration console - add data manipulation capabilities
> -----------------------------------------------------------
>
> Key: ISPN-8759
> URL: https://issues.jboss.org/browse/ISPN-8759
> Project: Infinispan
> Issue Type: Enhancement
> Components: Console
> Affects Versions: 9.1.0.Final, 9.2.0.Beta2
> Reporter: Vladimir Blagojevic
> Assignee: Vladimir Blagojevic
> Fix For: 9.3.0.CR1
>
> Attachments: Screen Shot 2018-02-08 at 11.30.33 AM.png, Screen Shot 2018-02-08 at 7.47.53 AM.png
>
>
> We need to add the following capabilities to administration console:
> - Query and list results
> - Create and update entries
> - Delete entries in the cache
> - Add schema editor (using pre-built components for protobuf editor)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
6 years, 7 months