[JBoss JIRA] (ISPN-6207) Cross-Site Replication marshalling issues
by Pedro Ruivo (JIRA)
Pedro Ruivo created ISPN-6207:
---------------------------------
Summary: Cross-Site Replication marshalling issues
Key: ISPN-6207
URL: https://issues.jboss.org/browse/ISPN-6207
Project: Infinispan
Issue Type: Bug
Components: Cross-Site Replication
Affects Versions: 8.2.0.Beta1
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Fix For: 8.2.0.Beta2
Issues:
* {{LocalCacheBackupReceiver}} is not using the correct command
* {{XSiteAdminCommand.AMEND_TAKE_OFFLINE}} is not marshalling the arguments correctly since they can be {{null}}.
* {{XSiteStateTransferControlCommand.START/FINISH_RECEIVE}} is not marshalling the site name (although it is not needed when sent between sites, it is needed in the cluster)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6207) Cross-Site Replication marshalling issues
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-6207?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-6207:
------------------------------
Status: Open (was: New)
> Cross-Site Replication marshalling issues
> -----------------------------------------
>
> Key: ISPN-6207
> URL: https://issues.jboss.org/browse/ISPN-6207
> Project: Infinispan
> Issue Type: Bug
> Components: Cross-Site Replication
> Affects Versions: 8.2.0.Beta1
> Reporter: Pedro Ruivo
> Assignee: Pedro Ruivo
> Fix For: 8.2.0.Beta2
>
>
> Issues:
> * {{LocalCacheBackupReceiver}} is not using the correct command
> * {{XSiteAdminCommand.AMEND_TAKE_OFFLINE}} is not marshalling the arguments correctly since they can be {{null}}.
> * {{XSiteStateTransferControlCommand.START/FINISH_RECEIVE}} is not marshalling the site name (although it is not needed when sent between sites, it is needed in the cluster)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6146) XA transactions already committed in prepare as XA_RDONLY fail on commit with "ISPN000112: exception while committing: javax.transaction.xa.XAException"
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/ISPN-6146?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated ISPN-6146:
---------------------------------
Status: Pull Request Sent (was: Pull Request Sent)
Git Pull Request: https://github.com/infinispan/infinispan/pull/3979 (was: https://github.com/infinispan/infinispan/pull/3979, https://github.com/infinispan/infinispan/pull/3993)
> XA transactions already committed in prepare as XA_RDONLY fail on commit with "ISPN000112: exception while committing: javax.transaction.xa.XAException"
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: ISPN-6146
> URL: https://issues.jboss.org/browse/ISPN-6146
> Project: Infinispan
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 8.2.0.Beta1, 8.1.1.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
>
> {noformat}
> 15:34:39,087 WARN [org.infinispan.transaction.tm.DummyTransaction] (default task-1) ISPN000112: exception while committing: javax.transaction.xa.XAException
> at org.infinispan.transaction.xa.TransactionXaAdapter.getLocalTransactionAndValidateImpl(TransactionXaAdapter.java:242)
> at org.infinispan.transaction.xa.TransactionXaAdapter.getLocalTransactionAndValidate(TransactionXaAdapter.java:235)
> at org.infinispan.transaction.xa.TransactionXaAdapter.commit(TransactionXaAdapter.java:103)
> at org.infinispan.transaction.tm.DummyTransaction.finishResource(DummyTransaction.java:389)
> at org.infinispan.transaction.tm.DummyTransaction.commitResources(DummyTransaction.java:435)
> at org.infinispan.transaction.tm.DummyTransaction.runCommit(DummyTransaction.java:314)
> at org.infinispan.transaction.tm.DummyTransaction.commit(DummyTransaction.java:105)
> at org.infinispan.transaction.tm.DummyBaseTransactionManager.commit(DummyBaseTransactionManager.java:73)
> at org.wildfly.clustering.ee.infinispan.ActiveTransactionBatch.close(ActiveTransactionBatch.java:48)
> at org.wildfly.clustering.web.undertow.session.DistributableSession.requestDone(DistributableSession.java:77)
> at io.undertow.servlet.spec.ServletContextImpl.updateSessionAccessTime(ServletContextImpl.java:768)
> at io.undertow.servlet.spec.HttpServletResponseImpl.responseDone(HttpServletResponseImpl.java:557)
> at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:331)
> at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:263)
> at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81)
> at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:174)
> at io.undertow.server.Connectors.executeRootHandler(Connectors.java:202)
> at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:793)
> 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)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6195) CacheNotFoundResponse error when starting multiple Infinispan Server instances in parallel
by Pedro Ruivo (JIRA)
[ https://issues.jboss.org/browse/ISPN-6195?page=com.atlassian.jira.plugin.... ]
Pedro Ruivo updated ISPN-6195:
------------------------------
Git Pull Request: https://github.com/infinispan/infinispan/pull/4000, https://github.com/infinispan/infinispan/pull/4005 (was: https://github.com/infinispan/infinispan/pull/4000)
> CacheNotFoundResponse error when starting multiple Infinispan Server instances in parallel
> ------------------------------------------------------------------------------------------
>
> Key: ISPN-6195
> URL: https://issues.jboss.org/browse/ISPN-6195
> Project: Infinispan
> Issue Type: Bug
> Components: Server
> Affects Versions: 8.2.0.Beta1
> Reporter: Galder Zamarreño
> Assignee: Pedro Ruivo
> Fix For: 8.2.0.Beta2, 8.2.0.Final
>
>
> Starting two clustered Infinispan Server instances in parallel throws CacheNotFoundResponse exception in one of the nodes with the other not showing any other exceptions/errors:
> {code}
> 08:52:46,152 ERROR [org.infinispan.topology.ClusterTopologyManagerImpl] (transport-thread--p4-t1)
> ISPN000196: Failed to recover cluster state after the current node became the coordinator:
> org.infinispan.commons.CacheException: Unsuccessful response received from node node2:
> CacheNotFoundResponse
> at org.infinispan.topology.ClusterTopologyManagerImpl.executeOnClusterSync(ClusterTopologyManagerImpl.java:529)
> at org.infinispan.topology.ClusterTopologyManagerImpl.recoverClusterStatus(ClusterTopologyManagerImpl.java:387)
> at org.infinispan.topology.ClusterTopologyManagerImpl.handleClusterView(ClusterTopologyManagerImpl.java:321)
> at org.infinispan.topology.ClusterTopologyManagerImpl.lambda$start$133(ClusterTopologyManagerImpl.java:131)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> at org.infinispan.executors.SemaphoreCompletionService$QueueingTask.runInternal(SemaphoreCompletionService.java:173)
> at org.infinispan.executors.SemaphoreCompletionService$QueueingTask.run(SemaphoreCompletionService.java:151)
> 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)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month
[JBoss JIRA] (ISPN-6181) # Stores shows incorrect value
by Martin Vrabel (JIRA)
[ https://issues.jboss.org/browse/ISPN-6181?page=com.atlassian.jira.plugin.... ]
Martin Vrabel commented on ISPN-6181:
-------------------------------------
[~vblagojevic] Hi, FYI stores by default will show some value, but the value that it shows isn't the number of cache store stores, but the number of puts. As you can see here https://github.com/infinispan/infinispan-management-console/blob/master/s....
line 240
<th># PUTS</th>
<td id="numberOfPuts">{{currentCacheStats.firstServerStats['clusterwide-stores'] | number}}</td>
line 308
<th># Stores</th>
<td id="numberOfStores">{{currentCacheStats.firstServerStats['clusterwide-stores'] | number}}</td>
I created a small PR https://github.com/infinispan/infinispan-management-console/pull/46 to fix this. So the real problem is that "clusterwide-cache-loader-stores" is 0.
> # Stores shows incorrect value
> ------------------------------
>
> Key: ISPN-6181
> URL: https://issues.jboss.org/browse/ISPN-6181
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Reporter: Martin Vrabel
> Assignee: Vladimir Blagojevic
>
> Page: Caches -> select cache container -> select cache.
> Configuration of the cache:
> <replicated-cache name="replicatedCacheForStatisticsTesting" mode="SYNC" remote-timeout="30000" start="EAGER">
> <transaction mode="NONE"/>
> <eviction strategy="FIFO" size="10"/>
> <locking isolation="READ_COMMITTED" acquire-timeout="30000" concurrency-level="1000" striping="false"/>
> <file-store path="replicatedCacheForStatisticsTestingFileStore" purge="true" passivation="true"/>
> </replicated-cache>
> When I put 10 entries in the cache , this field #stores show 10 but should be 0. When I insert another 10 entries the number is still 0 but should be 20
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 1 month