bhasudha commented on code in PR #10087:
URL: https://github.com/apache/hudi/pull/10087#discussion_r1393237084


##########
website/docs/concurrency_control.md:
##########
@@ -61,6 +68,18 @@ With multiple writers using OCC, these are the write 
guarantees to expect:
 - *INCREMENTAL PULL Guarantee*: Data consumption and checkpoints are NEVER out 
of order. If there are inflight commits 
   (due to multi-writing), incremental queries will not expose the completed 
commits following the inflight commits. 
 
+#### Multi Writer Guarantees with Non-Blocking Concurrency Control Mode

Review Comment:
   Should we mark this experimental as well int eh heading ?



##########
website/docs/concurrency_control.md:
##########
@@ -61,6 +68,18 @@ With multiple writers using OCC, these are the write 
guarantees to expect:
 - *INCREMENTAL PULL Guarantee*: Data consumption and checkpoints are NEVER out 
of order. If there are inflight commits 
   (due to multi-writing), incremental queries will not expose the completed 
commits following the inflight commits. 
 
+#### Multi Writer Guarantees with Non-Blocking Concurrency Control Mode

Review Comment:
   Should we mark this experimental as well in the heading ?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to