we hava find lot of error message below:
[error 2015-07-10 20:00:02.105] [thread-60] org.apache.thrift.server.tnonblockingserver$framebuffer.read(tnonblockingserver.java:542) [read frame size of 1246907721, bigger maximum allowable buffer size connections.] [error 2015-07-10 20:13:05.597] [thread-60] org.apache.thrift.server.tnonblockingserver$framebuffer.read(tnonblockingserver.java:542) [read frame size of 1246907721, bigger maximum allowable buffer size connections.] [error 2015-07-10 20:20:01.609] [thread-60] org.apache.thrift.server.tnonblockingserver$framebuffer.read(tnonblockingserver.java:542) [read frame size of 1246907721, bigger maximum allowable buffer size connections.] [error 2015-07-10 20:30:01.971] [thread-60] org.apache.thrift.server.tnonblockingserver$framebuffer.read(tnonblockingserver.java:542) [read frame size of 1246907721, bigger maximum allowable buffer size connections.] [error 2015-07-10 20:40:02.481] [thread-60] org.apache.thrift.server.tnonblockingserver$framebuffer.read(tnonblockingserver.java:542) [read frame size of 1246907721, bigger maximum allowable buffer size connections.] [error 2015-07-10 20:50:02.425] [thread-60] org.apache.thrift.server.tnonblockingserver$framebuffer.read(tnonblockingserver.java:542) [read frame size of 1246907721, bigger maximum allowable buffer size connections.] an exception occer every ten minutes, in mulit service on mulit server; don't no request this.
then use tcpdump find request come. found below:
20:50:02.424728 ip localhost.32370 > localhost.9901: flags [s], seq 697614673, win 32768, options [mss 16396,sackok,ts val 3592557674 ecr 3592557167,nop,wscale 7], length 0 20:50:02.424744 ip localhost.9901 > localhost.32370: flags [s.], seq 1999432280, ack 697614674, win 32768, options [mss 16396,sackok,ts val 3592557674 ecr 3592557674,nop,wscale 7], length 0 20:50:02.425734 ip localhost.9901 > localhost.32370: flags [r.], seq 1, ack 8, win 256, options [nop,nop,ts val 3592557675 ecr 3592557674], length 0 the request context length 7 are: "jrmi..k".
because request gone fast, can't use lsof or netstat find out process send it.
so, there find out happing?
thanks lot.
Comments
Post a Comment