Guest User

Untitled

a guest
Oct 16th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.79 KB | None | 0 0
  1. TRACE [AbstractJBossMarshaller] (main) Stop marshaller
  2. TRACE [HotRodDecoder] (HotRodClientMaster-1) Decode using instance @fe30af
  3. TRACE [Decoder10$] (HotRodClientMaster-1) Operation code: 3 has been matched to GetRequest
  4. TRACE [HotRodDecoder] (HotRodClientMaster-1) Decoded header HotRodHeader{op=GetRequest, version=11, messageId=20, cacheName=localCache, flag=NoFlag, clientIntelligence=3, topologyId=0}
  5. TRACE [HotRodDecoder] (HotRodClientMaster-1) Decode using instance @fe30af
  6. 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]
  7. TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Exists in context? null
  8. TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Retrieved from container null
  9.  
  10. TRACE [VersionAwareMarshaller] (HotRodClientMaster-1) Wrote version 510
  11. TRACE [AbstractJBossMarshaller] (HotRodClientMaster-1) Stop marshaller
  12.  
  13. TRACE [AbstractJBossMarshaller] (HotRodClientMaster-1) Start unmarshaller after retrieving marshaller from thread local
  14. TRACE [VersionAwareMarshaller] (HotRodClientMaster-1) Read version 510
  15. TRACE [AbstractJBossMarshaller] (HotRodClientMaster-1) Stop unmarshaller
  16.  
  17. TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Exists in context? null
  18. TRACE [CacheLoaderInterceptor] (HotRodClientMaster-1) Entry exists in loader? true
  19.  
  20.  
  21. TRACE [CallInterceptor] (HotRodClientMaster-1) Executing command: GetKeyValueCommand {key=ByteArrayKey{data=ByteArray{size=8, hashCode=16321e6, array=0x033e056b65793131..}}, flags=null}.
  22. TRACE [GetKeyValueCommand] (HotRodClientMaster-1) Found value CacheValue{data=ByteArray{size=10, array=0x033e0776616c7565..}, version=4294967297}
  23. 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}]
  24. 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}
  25. TRACE [HotRodDecoder] (HotRodClientMaster-1) Write response GetResponse{version=11, messageId=20, operation=GetResponse, status=Success, data=ByteArray{size=10, hashCode=dd725b, array=0x033e0776616c7565..}}
  26. TRACE [HotRodEncoder] (HotRodClientMaster-1) Encode msg GetResponse{version=11, messageId=20, operation=GetResponse, status=Success, data=ByteArray{size=10, hashCode=dd725b, array=0x033e0776616c7565..}}
  27.  
  28.  
  29.  
  30.  
  31.  
  32. *************** WRONG *******************
  33. *************** getting old value from old cache (issuing get on NEW cache, which has configured old cache as remote cache store) ********
  34.  
  35.  
  36.  
  37. TRACE [AbstractJBossMarshaller] (main) Stop marshaller
  38. TRACE [HotRodDecoder] (HotRodClientMaster-1) Decode using instance @fe30af
  39. TRACE [Decoder10$] (HotRodClientMaster-1) Operation code: 3 has been matched to GetRequest
  40. TRACE [HotRodDecoder] (HotRodClientMaster-1) Decoded header HotRodHeader{op=GetRequest, version=11, messageId=25, cacheName=localCache, flag=NoFlag, clientIntelligence=3, topologyId=0}
  41. TRACE [HotRodDecoder] (HotRodClientMaster-1) Decode using instance @fe30af
  42. 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]
  43. TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Exists in context? null
  44. TRACE [EntryFactoryImpl] (HotRodClientMaster-1) Retrieved from container null
  45.  
  46. TRACE [VersionAwareMarshaller] (HotRodClientMaster-1) Wrote version 510
  47. TRACE [AbstractJBossMarshaller] (HotRodClientMaster-1) Stop marshaller
  48.  
  49.  
  50. ****** no start umarshaller here -- no Entry exists in loader? question here ******
  51.  
  52.  
  53. TRACE [CallInterceptor] (HotRodClientMaster-1) Executing command: GetKeyValueCommand {key=ByteArrayKey{data=ByteArray{size=8, hashCode=1444356, array=0x034204216b657931..}}, flags=null}.
  54. TRACE [GetKeyValueCommand] (HotRodClientMaster-1) Entry not found
  55. TRACE [HotRodDecoder] (HotRodClientMaster-1) Write response GetResponse{version=11, messageId=25, operation=GetResponse, status=KeyDoesNotExist, data=null}
  56. 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