Skip to content

Instantly share code, notes, and snippets.

@skamille
Created May 2, 2012 15:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skamille/2577436 to your computer and use it in GitHub Desktop.
Save skamille/2577436 to your computer and use it in GitHub Desktop.
Better log
2012-01-25 20:53:29,098 4077 [CommitProcessor:119] DEBUG Ignoring processTxn failure hdr: -1 : error: -110 org.apache.zookeeper.server.DataTree
2012-01-25 20:53:29,100 4079 [QuorumPeer[myid=119]/90.0.0.2:2888] DEBUG Committing CREATE request:: sessionid:0x1e3516a4f8520001 type:create cxid:0x4f206cac zxid:0xf0000002d txntype:1 reqpath:n/a -org.apache.zookeeper.server.quorum.CommitProcessor
2012-01-25 20:53:29,100 4079 [CommitProcessor:119] DEBUG Processing CREATE request:: sessionid:0x1e3516a4f8520001 type:create cxid:0x4f206cac zxid:0xf0000002d txntype:1 reqpath:n/a -org.apache.zookeeper.server.FinalRequestProcessor
2012-01-25 20:53:29,100 4079 [CommitProcessor:119] TRACE :Esessionid:0x1e3516a4f8520001 type:create cxid:0x4f206cac zxid:0xf0000002d txntype:1 reqpath:n/a -org.apache.zookeeper.server.FinalRequestProcessor
2012-01-25 20:53:29,145 4124 [QuorumPeer[myid=119]/90.0.0.2:2888] DEBUG Committing SETDATA request:: sessionid:0x1e3516a4f8520001 type:setData cxid:0x4f206ccf zxid:0xf0000002e txntype:5 reqpath:n/a -org.apache.zookeeper.server.quorum.CommitProcessor
2012-01-25 20:53:29,145 4124 [CommitProcessor:119] DEBUG Processing SETDATA request:: sessionid:0x1e3516a4f8520001 type:setData cxid:0x4f206ccf zxid:0xf0000002e txntype:5 reqpath:n/a -org.apache.zookeeper.server.FinalRequestProcessor
2012-01-25 20:53:29,145 4124 [CommitProcessor:119] TRACE :Esessionid:0x1e3516a4f8520001 type:setData cxid:0x4f206ccf zxid:0xf0000002e txntype:5 reqpath:n/a -org.apache.zookeeper.server.FinalRequestProcessor
2012-01-25 20:53:31,284 6263 [NIOServerCxn.Factory:/90.0.0.2:2888] NEW CONNECTION from /90.0.0.3:37758
2012-01-25 20:53:31,296 6275 [NIOServerCxn.Factory:/90.0.0.2:2888] DEBUG Session establishment request from client /90.0.0.3:37758 client's lastZxid is 0x0 - org.apache.zookeeper.server.ZooKeeperServer
2012-01-25 20:53:31,297 6276 [NIOServerCxn.Factory:/90.0.0.2:2888] WARN Connection request from old client /90.0.0.3:37758; will be dropped if server is in r-o mode - org.apache.zookeeper.server.ZooKeeperServer
2012-01-25 20:53:31,297 6276 [NIOServerCxn.Factory:/90.0.0.2:2888] INFO Client attempting to establish new session at /90.0.0.3:37758 - org.apache.zookeeper.server.ZooKeeperServer
2012-01-25 20:53:31,299 6278 [FollowerRequestProcessor:119] TRACE :Fsessionid:0x773516a5076a0000 type:createSession cxid:0x0 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a - org.apache.zookeeper.server.quorum.FollowerRequestProcessor
2012-01-25 20:53:31,300 6279 [FollowerRequestProcessor:119] DEBUG Processing CREATESESSION request:: sessionid:0x773516a5076a0000 type:createSession cxid:0x0 zxid:0xfffffffffffffffe txntype:unknown reqpath:n/a - org.apache.zookeeper.server.quorum.CommitProcessor
2012-01-25 20:53:31,305 6284 [QuorumPeer[myid=119]/90.0.0.2:2888] DEBUG Committing CREATESESSION request:: sessionid:0x773516a5076a0000 type:createSession cxid:0x0 zxid:0xf0000002f txntype:-10 reqpath:n/a -org.apache.zookeeper.server.quorum.CommitProcessor
2012-01-25 20:53:31,305 6284 [CommitProcessor:119] DEBUG Processing CREATESESSION request:: sessionid:0x773516a5076a0000 cxid:0x0 zxid:0xf0000002f txntype:-10 reqpath:n/a - org.apache.zookeeper.server.FinalRequestProcessor
2012-01-25 20:53:31,305 6284 [CommitProcessor:119] TRACE :Esessionid:0x773516a5076a0000 type:createSession cxid:0x0 zxid:0xf0000002f txntype:-10 reqpath:n/a - org.apache.zookeeper.server.FinalRequestProcessor
2012-01-25 20:53:31,306 6285 [CommitProcessor:119] DEBUG sessionid:0x773516a5076a0000 type:createSession cxid:0x0 zxid:0xf0000002f txntype:-10 reqpath:n/a - org.apache.zookeeper.server.FinalRequestProcessor
2012-01-25 20:53:31,338 6317 [CommitProcessor:119] INFO Established session 0x773516a5076a0000 for client /90.0.0.3:37758 with negotiated timeout 6000 - org.apache.zookeeper.server.ZooKeeperServer
2012-01-25 20:53:32,092 7071 [NIOServerCxn.Factory:/90.0.0.2:2888] INFO got auth packet /90.0.0.3:37758 - org.apache.zookeeper.server.ZooKeeperServer
2012-01-25 20:53:32,095 7074 [NIOServerCxn.Factory:/90.0.0.2:2888] DEBUG Authentication succeeded for scheme: ip - org.apache.zookeeper.server.ZooKeeperServer
2012-01-25 20:53:32,095 7074 [NIOServerCxn.Factory:/90.0.0.2:2888] INFO auth success /90.0.0.3:37758 - org.apache.zookeeper.server.ZooKeeperServer
2012-01-25 20:53:32,097 7076 [FollowerRequestProcessor:119] TRACE :Fsessionid:0x773516a5076a0000 type:create cxid:0x4f206bcc zxid:0xfffffffffffffffe txntype:unknown reqpath:/election - org.apache.zookeeper.server.quorum.FollowerRequestProcessor
2012-01-25 20:53:32,097 7076 [FollowerRequestProcessor:119] DEBUG Processing CREATE request:: sessionid:0x773516a5076a0000 type:create cxid:0x4f206bcc zxid:0xfffffffffffffffe txntype:unknown reqpath:/election - org.apache.zookeeper.server.quorum.CommitProcessor
2012-01-25 20:53:32,101 7080 [QuorumPeer[myid=119]/90.0.0.2:2888] DEBUG Committing FAILED request:: sessionid:0x773516a5076a0000 type:error cxid:0x4f206bcc zxid:0xf00000030 txntype:-1 reqpath:n/a - org.apache.zookeeper.server.quorum.CommitProcessor
2012-01-25 20:53:32,102 7081 [CommitProcessor:119] DEBUG Processing CREATE request:: sessionid:0x773516a5076a0000 type:create cxid:0x4f206bcc zxid:0xf00000030 txntype:-1 reqpath:/election - org.apache.zookeeper.server.FinalRequestProcessor
2012-01-25 20:53:32,102 7081 [CommitProcessor:119] TRACE :Esessionid:0x773516a5076a0000 type:create cxid:0x4f206bcc zxid:0xf00000030 txntype:-1 reqpath:/election - org.apache.zookeeper.server.FinalRequestProcessor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment