Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- TRACE [AbstractJBossMarshaller] (main) Stop marshaller
- TRACE [HotRodDecoder] (HotRodClientMaster-1) Decode using instance @fe30af
- TRACE [Decoder10$] (HotRodClientMaster-1) Operation code: 3 has been matched to GetRequest
- TRACE [HotRodDecoder] (HotRodClientMaster-1) Decoded header HotRodHeader{op=GetRequest, version=11, messageId=20, cacheName=localCache, flag=NoFlag, clientIntelligence=3, topologyId=0}
- TRACE [HotRodDecoder] (HotRodClientMaster-1) Decode using instance @fe30af
- TRACE [InvocationContextInterceptor] (HotRodClientMaster-1) Invoked with command GetKeyValueCommand {key=ByteArrayKey{data=ByteArray{size=8, hashCode=16321e6, array=0x033e056b65793131..}}, flags=null} and InvocationContext [org.infinispan.context.SingleKeyNonTxInvocationContext@14683c0]
- TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Exists in context? null
- TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Retrieved from container null
- TRACE [VersionAwareMarshaller] (HotRodClientMaster-1) Wrote version 510
- TRACE [AbstractJBossMarshaller] (HotRodClientMaster-1) Stop marshaller
- TRACE [AbstractJBossMarshaller] (HotRodClientMaster-1) Start unmarshaller after retrieving marshaller from thread local
- TRACE [VersionAwareMarshaller] (HotRodClientMaster-1) Read version 510
- TRACE [AbstractJBossMarshaller] (HotRodClientMaster-1) Stop unmarshaller
- TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Exists in context? null
- TRACE [CacheLoaderInterceptor] (HotRodClientMaster-1) Entry exists in loader? true
- TRACE [CallInterceptor] (HotRodClientMaster-1) Executing command: GetKeyValueCommand {key=ByteArrayKey{data=ByteArray{size=8, hashCode=16321e6, array=0x033e056b65793131..}}, flags=null}.
- TRACE [GetKeyValueCommand] (HotRodClientMaster-1) Found value CacheValue{data=ByteArray{size=10, array=0x033e0776616c7565..}, version=4294967297}
- TRACE [ReadCommittedEntry] (HotRodClientMaster-1) Updating entry (key=ByteArrayKey{data=ByteArray{size=8, hashCode=16321e6, array=0x033e056b65793131..}} removed=false valid=true changed=true created=false value=CacheValue{data=ByteArray{size=10, array=0x033e0776616c7565..}, version=4294967297}]
- TRACE [EntryWrappingInterceptor] (HotRodClientMaster-1) Committed entry ReadCommittedEntry(487c5f){key=ByteArrayKey{data=ByteArray{size=8, hashCode=16321e6, array=0x033e056b65793131..}}, value=CacheValue{data=ByteArray{size=10, array=0x033e0776616c7565..}, version=4294967297}, oldValue=null, isCreated=false, isChanged=false, isRemoved=false, isValid=true}
- TRACE [HotRodDecoder] (HotRodClientMaster-1) Write response GetResponse{version=11, messageId=20, operation=GetResponse, status=Success, data=ByteArray{size=10, hashCode=dd725b, array=0x033e0776616c7565..}}
- TRACE [HotRodEncoder] (HotRodClientMaster-1) Encode msg GetResponse{version=11, messageId=20, operation=GetResponse, status=Success, data=ByteArray{size=10, hashCode=dd725b, array=0x033e0776616c7565..}}
- *************** WRONG *******************
- *************** getting old value from old cache (issuing get on NEW cache, which has configured old cache as remote cache store) ********
- TRACE [AbstractJBossMarshaller] (main) Stop marshaller
- TRACE [HotRodDecoder] (HotRodClientMaster-1) Decode using instance @fe30af
- TRACE [Decoder10$] (HotRodClientMaster-1) Operation code: 3 has been matched to GetRequest
- TRACE [HotRodDecoder] (HotRodClientMaster-1) Decoded header HotRodHeader{op=GetRequest, version=11, messageId=25, cacheName=localCache, flag=NoFlag, clientIntelligence=3, topologyId=0}
- TRACE [HotRodDecoder] (HotRodClientMaster-1) Decode using instance @fe30af
- TRACE [InvocationContextInterceptor] (HotRodClientMaster-1) Invoked with command GetKeyValueCommand {key=ByteArrayKey{data=ByteArray{size=8, hashCode=1444356, array=0x034204216b657931..}}, flags=null} and InvocationContext [org.infinispan.context.SingleKeyNonTxInvocationContext@a0ebc2]
- TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Exists in context? null
- TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Retrieved from container null
- TRACE [VersionAwareMarshaller] (HotRodClientMaster-1) Wrote version 510
- TRACE [AbstractJBossMarshaller] (HotRodClientMaster-1) Stop marshaller
- ****** no start umarshaller here -- no Entry exists in loader? question here ******
- TRACE [CallInterceptor] (HotRodClientMaster-1) Executing command: GetKeyValueCommand {key=ByteArrayKey{data=ByteArray{size=8, hashCode=1444356, array=0x034204216b657931..}}, flags=null}.
- TRACE [GetKeyValueCommand] (HotRodClientMaster-1) Entry not found
- TRACE [HotRodDecoder] (HotRodClientMaster-1) Write response GetResponse{version=11, messageId=25, operation=GetResponse, status=KeyDoesNotExist, data=null}
- TRACE [HotRodEncoder] (HotRodClientMaster-1) Encode msg GetResponse{version=11, messageId=25, operation=GetResponse, status=KeyDoesNotExist, data=null}
Advertisement
Add Comment
Please, Sign In to add comment