5.3.0.Beta2 is out!
by Mircea Markus
Highlights:
- interoperability between Hot Rod, Memcached, REST and embedded mode. E.g. it is now possible to write data through an REST interface and read it through Hot Rod or the other way around. (thanks to Galder who really put a lot of effort in making this happen on time)
- the ability to expose the same container over multiple Hot Rod endpoints and the integration of the WebSocket endpoint
More about it:
infinispan.blogspot.com/2013/05/infinispan-530beta2-is-out.html
Cheers,
--
Mircea Markus
Infinispan lead (www.infinispan.org)
11 years, 7 months
5.3.0.CR1 scheduled for Friday 24 May
by Mircea Markus
The blocker for this release is:
ISPN-2772 Implement REPLICATED mode as a degenerated DISTRIBUTED mode (nowOwners>=clusterSize)
Nice to have:
ISPN-2861 Integrate the CloudTM extended statistics in Infinispan
Cheers,
--
Mircea Markus
Infinispan lead (www.infinispan.org)
11 years, 7 months
commit not failing but transaction reported as in-doubt
by Mircea Markus
Hi Jonathan,
In the scope of ISPN-3063 [1] we came to a problem we need some advice on :-)
Would a transaction manager expect/handle this situation: for a transaction the commit is successful but at a further point the same transaction would be reported as "in-doubt" to the recovery process. In our case this can happen when we send the commit async and this might only fail after the commit is acknowledged to the TM.
[1] https://issues.jboss.org/browse/ISPN-3063
Cheers,
--
Mircea Markus
Infinispan lead (www.infinispan.org)
11 years, 7 months
Re: [infinispan-dev] C++ client status
by Mircea Markus
Awesome stuff Cliff!
All other operations are just variations of put and get so this is quite a big step forward!
On 16 May 2013, at 10:28, Clifford Jansen <cjansen(a)redhat.com> wrote:
> Hi Mircea,
>
> Progress is still slow. I have a successful ping to a Hot Rod server (Linux only). At the higher level I have marshalling and unmarshalling support for a simple get, so I should have a get and put working tomorrow.
>
> Then I will make sure it runs on Windows and put what I have out in front of the community.
>
> Cliff
Cheers,
--
Mircea Markus
Infinispan lead (www.infinispan.org)
11 years, 7 months
Re: [infinispan-dev] Hotrod 5.3.0.Beta1
by Mark Addy
Hi,
Thanks for the replies, all sorted now. I went back through the
previous archives and found ISPN-2281 and the changes associated to this.
So to get Hotrod working you must supply a custom Equivalence
implementation as an attribute of the dataContainer element for the cache.
I have created a wrapper around the enum
org.infinispan.util.ByteArrayEquivalence and placed it on the server
classpath so I could use it in the XML configuration.
Thanks again.
Mark
On 14/05/13 13:52, infinispan-dev-request(a)lists.jboss.org wrote:
> Message: 4 Date: Tue, 14 May 2013 14:52:01 +0200 From: Galder
> Zamarre?o <galder(a)redhat.com> Subject: Re: [infinispan-dev] Hotrod
> 5.3.0.Beta1 To: infinispan -Dev List <infinispan-dev(a)lists.jboss.org>
> Message-ID: <6BFA35D0-DF08-4B02-B7A3-ECA6BF52A546(a)redhat.com>
> Content-Type: text/plain; charset=iso-8859-1 Indeed, dunno what the
> environment this is working on, but indeed there's been some crucial
> changes. Data container keyEquivalence configuration must be set to a
> Equivalence implementation that can handle byte array keys. (If set,
> that same one will be used to compare values too). If that's not
> configured, it fails with an exception because the key equivalence
> instance is not set. Cheers, On May 14, 2013, at 2:44 PM, Mircea
> Markus <mmarkus(a)redhat.com> wrote:
>> >Hi Mark,
>> >
>> >Can you please share your config with us, both client and server?
>> >If you can reproduce this on a single server node even better.
>> >
>> >On 14 May 2013, at 10:05, Mark Addy wrote:
>>> >>Hi,
>>> >>Not sure if I have missed something really obvious but I am unable to
>>> >>get Hotrod to work with this release. If I do a put I can see the new
>>> >>entry being written but a subsequent get fails to find it...
>>> >>Set up is a vanilla install with the distributed-udp.xml configuration file.
>>> >>Hopefully I have done something daft, any help would be great!
>>> >>Thanks
>>> >>Mark
>>> >>
>>> >>Here is the put logging:
>>> >>
>>> >>2013-05-14 10:02:25,052 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.Decoder10$] Operation code: 1 has been
>>> >>matched to PutRequest
>>> >>2013-05-14 10:02:25,052 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodDecoder] Decoded header
>>> >>HotRodHeader{op=PutRequest, version=12, messageId=6, cacheName=, flag=6,
>>> >>clientIntelligence=3, topologyId=0}
>>> >>2013-05-14 10:02:25,052 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodDecoder] Decode using instance @4aa193fe
>>> >>2013-05-14 10:02:25,052 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodDecoder] Decode using instance @4aa193fe
>>> >>2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodDecoder] Decode using instance @4aa193fe
>>> >>2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.InvocationContextInterceptor] Invoked with
>>> >>command VersionedPutKeyValueCommand{key=[B0x034b00000000..,
>>> >>value=[B0x033e0474657374.., version=ServerEntr
>>> >>yVersion(4294967299), flags=null, putIfAbsent=false, lifespanMillis=-1,
>>> >>maxIdleTimeMillis=-1} and InvocationContext
>>> >>[org.infinispan.context.SingleKeyNonTxInvocationContext@5a388c74]
>>> >>2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.statetransfer.StateTransferInterceptor]
>>> >>handleTopologyAffectedCommand for command
>>> >>VersionedPutKeyValueCommand{key=[B0x034b00000000..,
>>> >>value=[B0x033e0474657374..,
>>> >>version=ServerEntryVersion(4294967299), flags=null, putIfAbsent=false,
>>> >>lifespanMillis=-1, maxIdleTimeMillis=-1}
>>> >>2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor]
>>> >>Are (kegley-53518) we the lock owners for key '[B@368d41f2'? true
>>> >>2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.util.concurrent.locks.LockManagerImpl] Attempting to
>>> >>lock [B0x034b00000000.. with acquisition timeout of 10000 millis
>>> >>2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.util.concurrent.locks.containers.ReentrantPerEntryLockContainer]
>>> >>Creating and acquiring new lock instance for key [B0x034b00000000..
>>> >>2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.util.concurrent.locks.LockManagerImpl] Successfully
>>> >>acquired lock [B0x034b00000000..!
>>> >>2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.EntryWrappingInterceptor] Wrapping entry
>>> >>'[B0x034b00000000..'? true
>>> >>2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.container.EntryFactoryImpl] Exists in context? null
>>> >>2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.container.EntryFactoryImpl] Retrieved from container null
>>> >>2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.container.EntryFactoryImpl] Creating new entry.
>>> >>2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.distribution.NonTxDistributionInterceptor]
>>> >>Not doing a remote get for key [B@368d41f2 since entry is not affected
>>> >>by rehash or is already in data container. We are kegley-53518, owners
>>> >>are [kegley-53518]
>>> >>2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.distribution.NonTxConcurrentDistributionInterceptor]
>>> >>I'm the primary owner, sending the command to all ([kegley-53518]) the
>>> >>recipients in order to be applied.
>>> >>2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.CallInterceptor] Executing command:
>>> >>VersionedPutKeyValueCommand{key=[B0x034b00000000..,
>>> >>value=[B0x033e0474657374.., version=ServerEntryVersion(4294967299),
>>> >>flags=null, putIfAbsent=false, lifespanMillis=-1, maxIdleTimeMillis=-1}.
>>> >>2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.remoting.rpc.RpcManagerImpl] kegley-53518 invoking
>>> >>VersionedPutKeyValueCommand{key=[B0x034b00000000..,
>>> >>value=[B0x033e0474657374.., version=ServerEntryVersion(4294967299),
>>> >>flags=null, putIfAbsent=false, lifespanMillis=-1, maxIdleTimeMillis=-1}
>>> >>to recipient list [kegley-53518] with options RpcOptions{timeout=15000,
>>> >>unit=MILLISECONDS, fifoOrder=true, totalOrder=false,
>>> >>responseFilter=null, responseMode=SYNCHRONOUS, skipReplicationQueue=false}
>>> >>2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.remoting.transport.jgroups.JGroupsTransport]
>>> >>dests=[kegley-53518],
>>> >>command=SingleRpcCommand{cacheName='___defaultcache',
>>> >>command=VersionedPutKeyValueCommand{key=[B0x034b00000000..,
>>> >>value=[B0x033e0474657374.., version=ServerEntryVersion(4294967299),
>>> >>flags=null, putIfAbsent=false, lifespanMillis=-1,
>>> >>maxIdleTimeMillis=-1}}, mode=SYNCHRONOUS, timeout=15000
>>> >>2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.remoting.rpc.RpcManagerImpl] Response(s) to
>>> >>SingleRpcCommand{cacheName='___defaultcache',
>>> >>command=VersionedPutKeyValueCommand{key=[B0x034b00000000..,
>>> >>value=[B0x033e0474657374.., version=ServerEntryVersion(4294967299),
>>> >>flags=null, putIfAbsent=false, lifespanMillis=-1, maxIdleTimeMillis=-1}}
>>> >>is {}
>>> >>2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.EntryWrappingInterceptor] About to commit
>>> >>entry ReadCommittedEntry(73e492d8){key=[B0x034b00000000..,
>>> >>value=[B0x033e0474657374.., oldValue=null, isCreated=true,
>>> >>isChanged=true, isRemoved=false, isValid=true}
>>> >>2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.container.entries.ReadCommittedEntry] Updating entry
>>> >>(key=[B0x034b00000000.. removed=false valid=true changed=true
>>> >>created=true loaded=false value=[B0x033e0474657374..]
>>> >>2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.EntryWrappingInterceptor] The return value
>>> >>is null
>>> >>2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.util.concurrent.locks.LockManagerImpl] Attempting to
>>> >>unlock [B0x034b00000000..
>>> >>2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.util.concurrent.locks.containers.ReentrantPerEntryLockContainer]
>>> >>Unlocking lock instance for key [B0x034b00000000..
>>> >>2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.statetransfer.StateTransferManagerImpl]
>>> >>CommandTopologyId=0, localTopologyId=0
>>> >>2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodDecoder] Write response
>>> >>Response{version=12, messageId=6, operation=PutResponse, status=Success,
>>> >>cacheName=}
>>> >>2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodEncoder] Encode msg
>>> >>Response{version=12, messageId=6, operation=PutResponse, status=Success,
>>> >>cacheName=}
>>> >>
>>> >>
>>> >>
>>> >>And here is the get logging:
>>> >>
>>> >>2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.Decoder10$] Operation code: 3 has been
>>> >>matched to GetRequest
>>> >>2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodDecoder] Decoded header
>>> >>HotRodHeader{op=GetRequest, version=12, messageId=8, cacheName=, flag=0,
>>> >>clientIntelligence=3, topologyId=0}
>>> >>2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodDecoder] Decode using instance @4aa193fe
>>> >>2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.InvocationContextInterceptor] Invoked with
>>> >>command GetCacheEntryCommand {key=[B0x034b00000000.., flags=null} and
>>> >>InvocationContext
>>> >>[org.infinispan.context.SingleKeyNonTxInvocationContext@2364de59]
>>> >>2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.statetransfer.StateTransferInterceptor]
>>> >>handleTopologyAffectedCommand for command GetCacheEntryCommand
>>> >>{key=[B0x034b00000000.., flags=null}
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.container.EntryFactoryImpl] Exists in context? null
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.container.EntryFactoryImpl] Retrieved from container null
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.CallInterceptor] Executing command:
>>> >>GetCacheEntryCommand {key=[B0x034b00000000.., flags=null}.
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.commands.read.GetKeyValueCommand] Entry not found
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.interceptors.distribution.BaseDistributionInterceptor]
>>> >>Not doing a remote get for key [B0x034b00000000.. since entry is mapped
>>> >>to current node (kegley-53518) or is in L1. Owners are [kegley-53518]
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodDecoder] Write response
>>> >>GetResponse{version=12, messageId=8, operation=GetResponse,
>>> >>status=KeyDoesNotExist, data=null}
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodEncoder] Encode msg
>>> >>GetResponse{version=12, messageId=8, operation=GetResponse,
>>> >>status=KeyDoesNotExist, data=null}
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.Encoders$Encoder12$] Write topology
>>> >>response header with no change
>>> >>2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
>>> >>[org.infinispan.server.hotrod.HotRodEncoder] Write buffer contents
>>> >>A108040200 to channel [id: 0xe9c51ab1, /127.0.0.1:40222 => /127.0.1.1:11111]
>>> >>
>>> >>
>>> >>
>>> >>_______________________________________________
>>> >>infinispan-dev mailing list
>>> >>infinispan-dev(a)lists.jboss.org
>>> >>https://lists.jboss.org/mailman/listinfo/infinispan-dev
>> >
>> >Cheers,
>> >--
>> >Mircea Markus
>> >Infinispan lead (www.infinispan.org)
>> >
>> >
>> >
>> >
>> >
>> >_______________________________________________
>> >infinispan-dev mailing list
>> >infinispan-dev(a)lists.jboss.org
>> >https://lists.jboss.org/mailman/listinfo/infinispan-dev
> --
> Galder Zamarre?o
> galder(a)redhat.com
> twitter.com/galderz
>
> Project Lead, Escalante
> http://escalante.io
>
> Engineer, Infinispan
> http://infinispan.org
11 years, 7 months
TimeService (ISPN-3069): CacheLoader API break
by Pedro Ruivo
Hi guys,
In order to use the TimeService inside the cache loaders/stores I had to
change the method init() to include a new parameter the TimeService.
Do you see any issue about it?
My first though was to pick the TimeService from the
GlobalComponentRegistry, however this solution does not work for the
test suite since the cache is null or it is "Mocked" and I don't have
access to the GlobalComponentRegistry in other way.
Cheers,
Pedro
11 years, 7 months
ISPN-2281 effect on Infinispan Server
by Tristan Tarrant
Hi all (Galder in particular),
the integration of ISPN-2281 has caused breakage of Infinispan Server
because the caches created by the server have key/value equivalence set
to AnyEquivalence instead of ByteArrayEquivalence (like the testsuite does).
I believe the fix rests in making AnyEquivalence true to its name and
handle array equivalence too.
HotRod on Infinispan Server is essentially broken until this is fixed.
Tristan
11 years, 7 months
Hotrod 5.3.0.Beta1
by Mark Addy
Hi,
Not sure if I have missed something really obvious but I am unable to
get Hotrod to work with this release. If I do a put I can see the new
entry being written but a subsequent get fails to find it...
Set up is a vanilla install with the distributed-udp.xml configuration file.
Hopefully I have done something daft, any help would be great!
Thanks
Mark
Here is the put logging:
2013-05-14 10:02:25,052 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.Decoder10$] Operation code: 1 has been
matched to PutRequest
2013-05-14 10:02:25,052 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodDecoder] Decoded header
HotRodHeader{op=PutRequest, version=12, messageId=6, cacheName=, flag=6,
clientIntelligence=3, topologyId=0}
2013-05-14 10:02:25,052 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodDecoder] Decode using instance @4aa193fe
2013-05-14 10:02:25,052 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodDecoder] Decode using instance @4aa193fe
2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodDecoder] Decode using instance @4aa193fe
2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.InvocationContextInterceptor] Invoked with
command VersionedPutKeyValueCommand{key=[B0x034b00000000..,
value=[B0x033e0474657374.., version=ServerEntr
yVersion(4294967299), flags=null, putIfAbsent=false, lifespanMillis=-1,
maxIdleTimeMillis=-1} and InvocationContext
[org.infinispan.context.SingleKeyNonTxInvocationContext@5a388c74]
2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
[org.infinispan.statetransfer.StateTransferInterceptor]
handleTopologyAffectedCommand for command
VersionedPutKeyValueCommand{key=[B0x034b00000000..,
value=[B0x033e0474657374..,
version=ServerEntryVersion(4294967299), flags=null, putIfAbsent=false,
lifespanMillis=-1, maxIdleTimeMillis=-1}
2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.locking.NonTransactionalLockingInterceptor]
Are (kegley-53518) we the lock owners for key '[B@368d41f2'? true
2013-05-14 10:02:25,053 TRACE (HotRodServerWorker-4)
[org.infinispan.util.concurrent.locks.LockManagerImpl] Attempting to
lock [B0x034b00000000.. with acquisition timeout of 10000 millis
2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
[org.infinispan.util.concurrent.locks.containers.ReentrantPerEntryLockContainer]
Creating and acquiring new lock instance for key [B0x034b00000000..
2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
[org.infinispan.util.concurrent.locks.LockManagerImpl] Successfully
acquired lock [B0x034b00000000..!
2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.EntryWrappingInterceptor] Wrapping entry
'[B0x034b00000000..'? true
2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
[org.infinispan.container.EntryFactoryImpl] Exists in context? null
2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
[org.infinispan.container.EntryFactoryImpl] Retrieved from container null
2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
[org.infinispan.container.EntryFactoryImpl] Creating new entry.
2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.distribution.NonTxDistributionInterceptor]
Not doing a remote get for key [B@368d41f2 since entry is not affected
by rehash or is already in data container. We are kegley-53518, owners
are [kegley-53518]
2013-05-14 10:02:25,054 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.distribution.NonTxConcurrentDistributionInterceptor]
I'm the primary owner, sending the command to all ([kegley-53518]) the
recipients in order to be applied.
2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.CallInterceptor] Executing command:
VersionedPutKeyValueCommand{key=[B0x034b00000000..,
value=[B0x033e0474657374.., version=ServerEntryVersion(4294967299),
flags=null, putIfAbsent=false, lifespanMillis=-1, maxIdleTimeMillis=-1}.
2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
[org.infinispan.remoting.rpc.RpcManagerImpl] kegley-53518 invoking
VersionedPutKeyValueCommand{key=[B0x034b00000000..,
value=[B0x033e0474657374.., version=ServerEntryVersion(4294967299),
flags=null, putIfAbsent=false, lifespanMillis=-1, maxIdleTimeMillis=-1}
to recipient list [kegley-53518] with options RpcOptions{timeout=15000,
unit=MILLISECONDS, fifoOrder=true, totalOrder=false,
responseFilter=null, responseMode=SYNCHRONOUS, skipReplicationQueue=false}
2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
[org.infinispan.remoting.transport.jgroups.JGroupsTransport]
dests=[kegley-53518],
command=SingleRpcCommand{cacheName='___defaultcache',
command=VersionedPutKeyValueCommand{key=[B0x034b00000000..,
value=[B0x033e0474657374.., version=ServerEntryVersion(4294967299),
flags=null, putIfAbsent=false, lifespanMillis=-1,
maxIdleTimeMillis=-1}}, mode=SYNCHRONOUS, timeout=15000
2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
[org.infinispan.remoting.rpc.RpcManagerImpl] Response(s) to
SingleRpcCommand{cacheName='___defaultcache',
command=VersionedPutKeyValueCommand{key=[B0x034b00000000..,
value=[B0x033e0474657374.., version=ServerEntryVersion(4294967299),
flags=null, putIfAbsent=false, lifespanMillis=-1, maxIdleTimeMillis=-1}}
is {}
2013-05-14 10:02:25,055 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.EntryWrappingInterceptor] About to commit
entry ReadCommittedEntry(73e492d8){key=[B0x034b00000000..,
value=[B0x033e0474657374.., oldValue=null, isCreated=true,
isChanged=true, isRemoved=false, isValid=true}
2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
[org.infinispan.container.entries.ReadCommittedEntry] Updating entry
(key=[B0x034b00000000.. removed=false valid=true changed=true
created=true loaded=false value=[B0x033e0474657374..]
2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.EntryWrappingInterceptor] The return value
is null
2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
[org.infinispan.util.concurrent.locks.LockManagerImpl] Attempting to
unlock [B0x034b00000000..
2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
[org.infinispan.util.concurrent.locks.containers.ReentrantPerEntryLockContainer]
Unlocking lock instance for key [B0x034b00000000..
2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
[org.infinispan.statetransfer.StateTransferManagerImpl]
CommandTopologyId=0, localTopologyId=0
2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodDecoder] Write response
Response{version=12, messageId=6, operation=PutResponse, status=Success,
cacheName=}
2013-05-14 10:02:25,056 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodEncoder] Encode msg
Response{version=12, messageId=6, operation=PutResponse, status=Success,
cacheName=}
And here is the get logging:
2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.Decoder10$] Operation code: 3 has been
matched to GetRequest
2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodDecoder] Decoded header
HotRodHeader{op=GetRequest, version=12, messageId=8, cacheName=, flag=0,
clientIntelligence=3, topologyId=0}
2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodDecoder] Decode using instance @4aa193fe
2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.InvocationContextInterceptor] Invoked with
command GetCacheEntryCommand {key=[B0x034b00000000.., flags=null} and
InvocationContext
[org.infinispan.context.SingleKeyNonTxInvocationContext@2364de59]
2013-05-14 10:02:25,063 TRACE (HotRodServerWorker-4)
[org.infinispan.statetransfer.StateTransferInterceptor]
handleTopologyAffectedCommand for command GetCacheEntryCommand
{key=[B0x034b00000000.., flags=null}
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.container.EntryFactoryImpl] Exists in context? null
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.container.EntryFactoryImpl] Retrieved from container null
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.CallInterceptor] Executing command:
GetCacheEntryCommand {key=[B0x034b00000000.., flags=null}.
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.commands.read.GetKeyValueCommand] Entry not found
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.interceptors.distribution.BaseDistributionInterceptor]
Not doing a remote get for key [B0x034b00000000.. since entry is mapped
to current node (kegley-53518) or is in L1. Owners are [kegley-53518]
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodDecoder] Write response
GetResponse{version=12, messageId=8, operation=GetResponse,
status=KeyDoesNotExist, data=null}
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodEncoder] Encode msg
GetResponse{version=12, messageId=8, operation=GetResponse,
status=KeyDoesNotExist, data=null}
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.Encoders$Encoder12$] Write topology
response header with no change
2013-05-14 10:02:25,064 TRACE (HotRodServerWorker-4)
[org.infinispan.server.hotrod.HotRodEncoder] Write buffer contents
A108040200 to channel [id: 0xe9c51ab1, /127.0.0.1:40222 => /127.0.1.1:11111]
11 years, 7 months