Hisoka-X commented on code in PR #7748:
URL: https://github.com/apache/seatunnel/pull/7748#discussion_r1776410534


##########
docs/en/connector-v2/sink/Doris.md:
##########
@@ -151,14 +151,13 @@ You can use the following placeholders
 The supported formats include CSV and JSON
 
 ## Tuning Guide
-
 Appropriately increasing the value of `sink.buffer-size` and 
`doris.batch.size` can increase the write performance.
 
 In stream mode, if the `doris.batch.size` and `checkpoint.interval` are both 
configured with a large value, The last data to arrive may have a large 
delay(The delay time is the checkpoint interval).
 
 This is because the total amount of data arriving at the end may not exceed 
the threshold specified by `doris.batch.size`. Therefore, commit can only be 
triggered by checkpoint before the volume of received data does not exceed this 
threshold. Therefore, you should select an appropriate `checkpoint.interval`.
 
-Otherwise, if you enable the 2pc by the property `sink.enable-2pc=true`.The 
`sink.buffer-size` will have no effect. So only the checkpoint can trigger the 
commit.
+Otherwise if you enable the 2pc by the property `sink.enable-2pc=true`.The 
`sink.buffer-size` will have no effect. So only the checkpoint can trigger the 
commit.

Review Comment:
   ```suggestion
   Otherwise, if you enable the 2pc by the property `sink.enable-2pc=true`.The 
`sink.buffer-size` will have no effect. So only the checkpoint can trigger the 
commit.
   ```



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