You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/06/16 07:05:24 UTC

[GitHub] [incubator-iotdb] neuyilan opened a new pull request #1371: [IOTDB-722] support three consistency levels: strong, mid and weak

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


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



[GitHub] [incubator-iotdb] neuyilan closed pull request #1371: [IOTDB-722] support three consistency levels: strong, mid and weak

Posted by GitBox <gi...@apache.org>.
neuyilan closed pull request #1371:
URL: https://github.com/apache/incubator-iotdb/pull/1371


   


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