SteNicholas commented on code in PR #291: URL: https://github.com/apache/flink-table-store/pull/291#discussion_r969312035
########## docs/content/docs/development/write-table.md: ########## @@ -191,7 +191,8 @@ The following parameters determine when to stop writing: There are three main places in the Table Store's sink writer that take up memory: - MemTable's write buffer, shared and preempted by all writers of a single task. - This memory value can be adjusted by the `write-buffer-size` option. + This memory value can be adjusted by the `write-buffer-size` option. You need + to ensure that the number of pages is at least greater than the number of writers. Review Comment: ```suggestion to ensure that the number of pages(`write-buffer-size`/`page-size`) is at least greater than the number of writers(the parallelism of the execution environment). ``` -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org