You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/31 09:49:05 UTC

[GitHub] [flink] hehuiyuan opened a new pull request #19297: support to write data when disable flush-interval and max-rows

hehuiyuan opened a new pull request #19297:
URL: https://github.com/apache/flink/pull/19297


   ## What is the purpose of the change
   
   
   
   
   sink.buffer-flush.interval | The flush interval mills, over this time, asynchronous threads will flush data. Can be set to '0' to disable it. Note, 'sink.buffer-flush.max-rows' can be set to '0' with the flush interval set allowing for complete async processing of buffered actions.
   -- | --
   sink.buffer-flush.max-rows | The max size of buffered records before flush. Can be set to zero to disable it.
   
   
   `Asynchronous thread flush` is disabled&nbsp; when set `sink.buffer-flush.interval` = 0,&nbsp; then disable `sink.buffer-flush.max-rows`, which causes the data is not written out.
   
   The data are not written when disable `flush.interval` and `max-rows`. I think it should write out when the data arrive.
   
   
   ![image](https://user-images.githubusercontent.com/18002496/160043534-ff106f8e-d37a-4020-b598-2bfe639a50c8.png)
   
   


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot commented on pull request #19297: [FLINK-26848][JDBC]Support to write data when disable flush-interval and max-rows

Posted by GitBox <gi...@apache.org>.
flinkbot commented on pull request #19297:
URL: https://github.com/apache/flink/pull/19297#issuecomment-1084349180


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5ba00e0020fdfbc2d33eff411b0ed79986b4e28a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "5ba00e0020fdfbc2d33eff411b0ed79986b4e28a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5ba00e0020fdfbc2d33eff411b0ed79986b4e28a UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #19297: [FLINK-26848][JDBC]Support to write data when disable flush-interval and max-rows

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #19297:
URL: https://github.com/apache/flink/pull/19297#issuecomment-1084349180


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5ba00e0020fdfbc2d33eff411b0ed79986b4e28a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34032",
       "triggerID" : "5ba00e0020fdfbc2d33eff411b0ed79986b4e28a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5ba00e0020fdfbc2d33eff411b0ed79986b4e28a Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34032) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] flinkbot edited a comment on pull request #19297: [FLINK-26848][JDBC]Support to write data when disable flush-interval and max-rows

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on pull request #19297:
URL: https://github.com/apache/flink/pull/19297#issuecomment-1084349180


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "5ba00e0020fdfbc2d33eff411b0ed79986b4e28a",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34032",
       "triggerID" : "5ba00e0020fdfbc2d33eff411b0ed79986b4e28a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 5ba00e0020fdfbc2d33eff411b0ed79986b4e28a Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=34032) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org