Summary: Making tablemaster very unhappy
Reviewed By: dweatherford
Test Plan: tablemaster on synampse tier
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665135
13f79535-47bb-0310-9956-
ffa450edef68
TServer(processor),
serverSocket_(0),
port_(port),
- frameResponses_(true) {}
+ frameResponses_(true),
+ threadPoolProcessing_(false) {}
TNonblockingServer(boost::shared_ptr<TProcessor> processor,
boost::shared_ptr<TProtocolFactory> protocolFactory,