[ISPN-1797]MongoDB CacheStore
by Guillaume SCHEIBEL
Hi everyone,
Finally, I made the last (for the moment actually :) ) touch to the mongoDB
cache store, the pull request #1473 has been updated.
Hope it's better now, let know what do you think about it.
Cheers,
Guillaume
12 years, 12 months
would this work?
by Mircea Markus
Hi,
Once we have the x-protocols data access in place, do you see any issues with this approach:
- hotrod java client + Avro writes an "Person" object
- mechached C++ client reads the binary representation from the server and deserialize it with Avro into a C++ "Person" object
- would whit work with REST as well?
Cheers,
--
Mircea Markus
Infinispan lead (www.infinispan.org)
12 years, 12 months
This is a tx cache!
by Sanne Grinovero
Should this error message not say the opposite?
Caused by: java.lang.IllegalStateException: This is a tx cache!
at
org.infinispan.context.TransactionalInvocationContextContainer.createInvocationContext(TransactionalInvocationContextContainer.java:112)
at
org.infinispan.context.TransactionalInvocationContextContainer.createInvocationContext(TransactionalInvocationContextContainer.java:107)
at
org.infinispan.CacheImpl.getInvocationContextForWrite(CacheImpl.java:465)
at org.infinispan.CacheImpl.lock(CacheImpl.java:561)
at org.infinispan.CacheImpl.lock(CacheImpl.java:546)
at
org.hibernate.search.infinispan.impl.indexmanager.RoutingArbiter.failoverCheck(RoutingArbiter.java:93)
at
org.hibernate.search.infinispan.impl.indexmanager.RoutingArbiter.onViewChange(RoutingArbiter.java:81)
at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at
org.infinispan.notifications.AbstractListenerImpl$ListenerInvocation$1.run(AbstractListenerImpl.java:212)
... 31 more
Sanne
13 years
Fwd: [infinispan] ISPN-2962 Fix thread leaks in the core test suite (#1736)
by Galder Zamarreño
Hey Jonathan,
How's it going?
We're seeing the following Arjuna threads still running when our Infinispan testsuite and we wondered whether:
a) There's a way to disable them.
b) Is there a way to shut them down when Infinispan caches stop.
Cheers,
Begin forwarded message:
> From: Adrian Nistor <notifications(a)github.com>
> Subject: Re: [infinispan] ISPN-2962 Fix thread leaks in the core test suite (#1736)
> Date: March 27, 2013 2:09:06 PM GMT
> To: infinispan/infinispan <infinispan(a)noreply.github.com>
> Reply-To: infinispan/infinispan <reply+i-12400113-692fb20cc01b01d67beffc2275beeaf015f0361a-50187(a)reply.github.com>
>
> I noticed 3 strange threads that still run after the suite:
> com.arjuna.ats.internal.arjuna.recovery.Listener, com.arjuna.ats.internal.arjuna.coordinator.ReaperThread and com.arjuna.ats.internal.arjuna.coordinator.ReaperWorkerThread.
>
> Not sure what we can do about them or if they matter to us.
>
> —
> Reply to this email directly or view it on GitHub.
>
--
Galder Zamarreño
galder(a)redhat.com
twitter.com/galderz
Project Lead, Escalante
http://escalante.io
Engineer, Infinispan
http://infinispan.org
13 years