[JBoss JIRA] (ISPN-5920) Displaying caches in management console doesn't detect XSite replication correctly
by Jiří Holuša (JIRA)
[ https://issues.jboss.org/browse/ISPN-5920?page=com.atlassian.jira.plugin.... ]
Jiří Holuša reassigned ISPN-5920:
---------------------------------
Assignee: Vladimir Blagojevic
> Displaying caches in management console doesn't detect XSite replication correctly
> ----------------------------------------------------------------------------------
>
> Key: ISPN-5920
> URL: https://issues.jboss.org/browse/ISPN-5920
> Project: Infinispan
> Issue Type: Bug
> Components: Console
> Affects Versions: 8.1.0.Alpha2
> Reporter: Jiří Holuša
> Assignee: Vladimir Blagojevic
>
> Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.
> Having cache configured e.g. line this:
> {code}
> <distributed-cache name="memcachedCache" ...>
> <backups>
> <backup site="BRN" strategy="SYNC"/>
> </backups>
> </distributed-cache>
> {code}
> In the UI, when I click Trait > Remote backup filter, the cache is not shown in the results. Truth is that I don't actually have the BRN site running, however, when I look through the jconsole to MBean, the XSiteAdmin bean is there and I'm able to call operations on it, e.g. pushState (of course fails, because I don't have the site there).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5920) Displaying caches in management console doesn't detect XSite replication correctly
by Jiří Holuša (JIRA)
Jiří Holuša created ISPN-5920:
---------------------------------
Summary: Displaying caches in management console doesn't detect XSite replication correctly
Key: ISPN-5920
URL: https://issues.jboss.org/browse/ISPN-5920
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 8.1.0.Alpha2
Reporter: Jiří Holuša
Page "Caches" tab -> click on certain cache container: list of caches in that container is shown.
Having cache configured e.g. line this:
{code}
<distributed-cache name="memcachedCache" ...>
<backups>
<backup site="BRN" strategy="SYNC"/>
</backups>
</distributed-cache>
{code}
In the UI, when I click Trait > Remote backup filter, the cache is not shown in the results. Truth is that I don't actually have the BRN site running, however, when I look through the jconsole to MBean, the XSiteAdmin bean is there and I'm able to call operations on it, e.g. pushState (of course fails, because I don't have the site there).
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5919) infinispan-embedded does not package transitive compile dependencies
by Manish Velankar (JIRA)
Manish Velankar created ISPN-5919:
-------------------------------------
Summary: infinispan-embedded does not package transitive compile dependencies
Key: ISPN-5919
URL: https://issues.jboss.org/browse/ISPN-5919
Project: Infinispan
Issue Type: Bug
Components: Build process
Affects Versions: 8.0.0.Final
Environment: Windows 7, Maven 3.3.3
Reporter: Manish Velankar
Priority: Blocker
I am using Infinispan in my project (in embedded mode), and have included fhe following POM dependency:
<dependency>
<groupId>org.infinispan</groupId>
<artifactId>infinispan-embedded</artifactId>
<version>8.0.0.Final</version>
<scope>compile</scope>
</dependency>
I also have many other tool dependencies in my project's POM. When creating a war file out of my project POM, the infinispan-embedded jar gets packaged without its transitive compile dependencies, and hence at runtime, the infinispan cache fails to start with NoClassDefFoundError. All other tools used in the project get packaged with their corresponding transitive dependencies, which are also listed when printing Maven's dependency tree, except for the dependency hierarchy of Infinispan-embedded.
Regards,
Manish Velankar.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (ISPN-5875) HotRod Client does not handle failover silent when nodes are stopped if using role based authentication
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5875?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-5875:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug 1273137|https://bugzilla.redhat.com/show_bug.cgi?id=1273137] from MODIFIED to ON_QA
> HotRod Client does not handle failover silent when nodes are stopped if using role based authentication
> -------------------------------------------------------------------------------------------------------
>
> Key: ISPN-5875
> URL: https://issues.jboss.org/browse/ISPN-5875
> Project: Infinispan
> Issue Type: Bug
> Components: Remote Protocols, Security
> Reporter: Wolf-Dieter Fink
> Assignee: Galder Zamarreño
> Priority: Critical
> Labels: hotrod, hotrod-java-client, security
> Fix For: 8.1.0.Beta1, 8.1.0.Final, 8.0.2.Final
>
>
> A HotRod client fail over silent if one instance is shutting down if there is no Security enabled.
> With role based authentication the client fail sporadically with a WARN message
> {code}WARN: ISPN004005: Error received from the server: java.security.PrivilegedActionException:
> org.infinispan.IllegalLifecycleStateException: ISPN000324: Cache 'testCache' is in 'STOPPING' state and this is an invocation not
> belonging to an on-going transaction, so it does not accept new invocations. Either restart it or recreate the cache container.
> {code}
> and the following Exception:
> {code}org.infinispan.client.hotrod.exceptions.HotRodClientException:Request for message id[2825] returned server error (status=0x85):
> java.security.PrivilegedActionException: org.infinispan.IllegalLifecycleStateException: ISPN000324: Cache 'testCache' is in 'STOPPING'
> state and this is an invocation not belonging to an on-going transaction, so it does not accept new invocations. Either restart it or recreate
> the cache container.
> at org.infinispan.client.hotrod.impl.protocol.Codec20.checkForErrorsInResponseStatus(Codec20.java:336)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readPartialHeader(Codec20.java:126)
> at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:112)
> at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:56)
> at org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:57)
> at org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation.executeOperation(PutIfAbsentOperation.java:36)
> at org.infinispan.client.hotrod.impl.operations.PutIfAbsentOperation.executeOperation(PutIfAbsentOperation.java:23)
> at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:52)
> at org.infinispan.client.hotrod.impl.RemoteCacheImpl.putIfAbsent(RemoteCacheImpl.java:257)
> at org.infinispan.client.hotrod.impl.RemoteCacheSupport.putIfAbsent(RemoteCacheSupport.java:54)
> at HotRodTestClient.updateCache(HotRodTestClient.java:69)
> at HotRodTestClient.lambda$queuePut$0(HotRodTestClient.java:88)
> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
> at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 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, 5 months
[JBoss JIRA] (ISPN-5613) Replication timeouts should show more information of the affected entries
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-5613?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-5613:
-----------------------------------------------
Dave Stahl <dstahl(a)redhat.com> changed the Status of [bug 1243953|https://bugzilla.redhat.com/show_bug.cgi?id=1243953] from MODIFIED to ON_QA
> Replication timeouts should show more information of the affected entries
> -------------------------------------------------------------------------
>
> Key: ISPN-5613
> URL: https://issues.jboss.org/browse/ISPN-5613
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core
> Reporter: Wolf-Dieter Fink
> Assignee: Dan Berindei
>
> Typical timeouts for replication are
> ERROR [org.infinispan.interceptors.InvocationContextInterceptor] (remote-thread-595) ISPN000136: Execution error: org.infinispan.util.concurrent.TimeoutException: Replication timeout for jboss####-#####
> and
> ERROR ....
> Caused by: org.infinispan.util.concurrent.TimeoutException: Node jboss####-##### timed out
> The issue is that it is not possible to check what key/entry is affected.
> The cache can become inconsistent between nodes.
> There should be an information which key is affected.
> For some operations it is not possible at all as there is no information about the entries (i.e. commit) or the key is binary or custom without a valid toString() method.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months