neuyilan opened a new pull request #1380:
URL: https://github.com/apache/incubator-iotdb/pull/1380


   This pr is going to support three consistency levels strong, mid and weak. 
Strong consistency means the server will first try to synchronize with the 
leader to get the newest meta data, if failed(timeout), directly report an 
error to the user; While mid consistency means the server will first try to 
synchronize with the leader, but if failed(timeout), it will give up and just 
use current data it has cached before; Weak consistency do not synchronize with 
the leader and simply use the local data.


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to