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:
   
![image](https://user-images.githubusercontent.com/7240743/104113501-44f1c700-5335-11eb-9759-df1127308ea7.png)
   
   Client log:
   
![image](https://user-images.githubusercontent.com/7240743/104113510-6357c280-5335-11eb-8cec-802bdad316cf.png)
   
   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]


Reply via email to