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 2020/01/02 03:22:21 UTC

[GitHub] [flink] paul8263 opened a new pull request #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

paul8263 opened a new pull request #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740
 
 
   ## What is the purpose of the change
   
   Added flushInterval support for JDBCOutputFormat and its builder, which enabled periodically flush action for JDBCAppendTableSink
   
   ## Brief change log
   
   * Added scheduler for JDBCOutputFormat, which is used to perform periodical flush. Therefore the batch will be executed with the interval of _flushIntervalMills_
   * Added flushIntervalMills parameter support for its builder.
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as *testAppendTableSink*.
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): no
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: no
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? no
     - If yes, how is the feature documented? not applicable
   

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


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   Hash:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/142833898 TriggerType:PUSH TriggerID:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e
   Hash:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033 TriggerType:PUSH TriggerID:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e
   -->
   ## CI report:
   
   * 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/142833898) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/142833898",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153864375",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8dce7307dc64e435425503134c647309b67b0eac Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/153864375) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345) 
   * 4243c26affcba6a939acc8d45a09147ae8379ac6 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/142833898",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153864375",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6353",
       "triggerID" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153874704",
       "triggerID" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4243c26affcba6a939acc8d45a09147ae8379ac6 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/153874704) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6353) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   Hash:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/142833898 TriggerType:PUSH TriggerID:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e
   Hash:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033 TriggerType:PUSH TriggerID:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e
   -->
   ## CI report:
   
   * 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/142833898) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/142833898",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153864375",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6353",
       "triggerID" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153874704",
       "triggerID" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 4243c26affcba6a939acc8d45a09147ae8379ac6 Travis: [SUCCESS](https://travis-ci.com/github/flink-ci/flink/builds/153874704) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6353) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/142833898",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142833898) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/142833898",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153864375",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8dce7307dc64e435425503134c647309b67b0eac Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/153864375) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570110469
 
 
   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e (Thu Jan 02 03:25:25 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/142833898",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142833898) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033) 
   * 8dce7307dc64e435425503134c647309b67b0eac UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/142833898",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "FAILURE",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153864375",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6353",
       "triggerID" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "triggerType" : "PUSH"
     }, {
       "hash" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153874704",
       "triggerID" : "4243c26affcba6a939acc8d45a09147ae8379ac6",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8dce7307dc64e435425503134c647309b67b0eac Travis: [FAILURE](https://travis-ci.com/github/flink-ci/flink/builds/153864375) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345) 
   * 4243c26affcba6a939acc8d45a09147ae8379ac6 Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/153874704) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6353) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   Hash:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/142833898 TriggerType:PUSH TriggerID:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e
   Hash:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033 TriggerType:PUSH TriggerID:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e
   -->
   ## CI report:
   
   * 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142833898) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "SUCCESS",
       "url" : "https://travis-ci.com/flink-ci/flink/builds/142833898",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033",
       "triggerID" : "0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "PENDING",
       "url" : "https://travis-ci.com/github/flink-ci/flink/builds/153864375",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8dce7307dc64e435425503134c647309b67b0eac",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345",
       "triggerID" : "8dce7307dc64e435425503134c647309b67b0eac",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142833898) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033) 
   * 8dce7307dc64e435425503134c647309b67b0eac Travis: [PENDING](https://travis-ci.com/github/flink-ci/flink/builds/153864375) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=6345) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   <!--
   Meta data
   Hash:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e
   -->
   ## CI report:
   
   * 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services