qiaojialin opened a new issue #2462: URL: https://github.com/apache/iotdb/issues/2462
When doing a query, each fetched result is larger than the default rpc frame size 16M. Server log:  Client log:  This is fixed in 0.11.2, you could change the default frame size in iotdb-engine.properties: thrift_max_frame_size=67108864 Or reduce the fetchSize in each query. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
