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 2021/10/03 21:02:14 UTC

[GitHub] [flink] YuriGusev opened a new pull request #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

YuriGusev opened a new pull request #17407:
URL: https://github.com/apache/flink/pull/17407


   
   ## What is the purpose of the change
   
   This pull requests adds a new DynamoDB connector (sink) that can write to DynamoDB in batch mode. There is a plan to add non-batch mode later (to support update operations).
   
   ## Brief change log
   
   A new module - flink-connectors --> flink-connector-dynamodb and end to end tests module. Connector only supports batch mode at the moment.
   
   ## Verifying this change
   
   This change added tests and verified as follows:
   
     * *End to end tests against DynamoDB (local container)*
     * *Unit and integration tests*
     * *Manually verified the change by running:*
     --  reading from s3 and writing to DynamoDB with low capacity (back pressure check), 
     --  reading from s3 and writing to DynamoDB when DynamoDB throttles and scales (backoff strategy check)
     --  long running job for 4 hours (to check if it is stable)
     --  writing a 4GB dataset and verifying no messages lost (by checking number of records in DynamoDB)
   
   ## 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 (only new classes annotated with @Public)
     - The serializers: no
     - The runtime per-record code paths (performance sensitive): no
     - Anything that affects deployment or recovery: no
     - The S3 file system connector: no
   
   ## Documentation
   
     - Does this pull request introduce a new feature? yes
     - If yes, how is the feature documented? JavaDocs, no other documentation yet
   


-- 
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] YuriGusev commented on pull request #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   Replaced by https://github.com/apache/flink/pull/18518


-- 
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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3aab847b61c8afa8de6880204d4db9a9d3e5d625 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759) 
   
   <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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3aab847b61c8afa8de6880204d4db9a9d3e5d625 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759) 
   * cc412eaf17b9a537dabf16c38dd5df9aaa852877 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770) 
   
   <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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] YuriGusev edited a comment on pull request #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   This pull request has been replaced by https://github.com/apache/flink/pull/18518 (https://issues.apache.org/jira/browse/FLINK-24229)


-- 
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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773",
       "triggerID" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f2f0ade66ae43a0a128d92ab33399c5905e667a5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773) 
   
   <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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773",
       "triggerID" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8787c343b615602c989fa793e0f4687ef40e530c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24787",
       "triggerID" : "8787c343b615602c989fa793e0f4687ef40e530c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8787c343b615602c989fa793e0f4687ef40e530c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24787) 
   
   <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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 77978dcda122768987b06f6178fd3195aa65891c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728) 
   * 3aab847b61c8afa8de6880204d4db9a9d3e5d625 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759) 
   
   <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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc412eaf17b9a537dabf16c38dd5df9aaa852877 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770) 
   * f2f0ade66ae43a0a128d92ab33399c5905e667a5 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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 77978dcda122768987b06f6178fd3195aa65891c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728) 
   
   <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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773",
       "triggerID" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * cc412eaf17b9a537dabf16c38dd5df9aaa852877 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770) 
   * f2f0ade66ae43a0a128d92ab33399c5905e667a5 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773) 
   
   <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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   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 77978dcda122768987b06f6178fd3195aa65891c (Sun Oct 03 21:06:20 UTC 2021)
   
   **Warnings:**
    * **5 pom.xml files were touched**: Check for build and licensing issues.
    * 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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 77978dcda122768987b06f6178fd3195aa65891c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728) 
   
   <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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 3aab847b61c8afa8de6880204d4db9a9d3e5d625 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759) 
   * cc412eaf17b9a537dabf16c38dd5df9aaa852877 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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 77978dcda122768987b06f6178fd3195aa65891c Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728) 
   * 3aab847b61c8afa8de6880204d4db9a9d3e5d625 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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773",
       "triggerID" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8787c343b615602c989fa793e0f4687ef40e530c",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24787",
       "triggerID" : "8787c343b615602c989fa793e0f4687ef40e530c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 8787c343b615602c989fa793e0f4687ef40e530c Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24787) 
   
   <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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 77978dcda122768987b06f6178fd3195aa65891c 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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773",
       "triggerID" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8787c343b615602c989fa793e0f4687ef40e530c",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24787",
       "triggerID" : "8787c343b615602c989fa793e0f4687ef40e530c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f2f0ade66ae43a0a128d92ab33399c5905e667a5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773) 
   * 8787c343b615602c989fa793e0f4687ef40e530c Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24787) 
   
   <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.

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 #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "77978dcda122768987b06f6178fd3195aa65891c",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24728",
       "triggerID" : "77978dcda122768987b06f6178fd3195aa65891c",
       "triggerType" : "PUSH"
     }, {
       "hash" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24759",
       "triggerID" : "3aab847b61c8afa8de6880204d4db9a9d3e5d625",
       "triggerType" : "PUSH"
     }, {
       "hash" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24770",
       "triggerID" : "cc412eaf17b9a537dabf16c38dd5df9aaa852877",
       "triggerType" : "PUSH"
     }, {
       "hash" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773",
       "triggerID" : "f2f0ade66ae43a0a128d92ab33399c5905e667a5",
       "triggerType" : "PUSH"
     }, {
       "hash" : "8787c343b615602c989fa793e0f4687ef40e530c",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "8787c343b615602c989fa793e0f4687ef40e530c",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * f2f0ade66ae43a0a128d92ab33399c5905e667a5 Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=24773) 
   * 8787c343b615602c989fa793e0f4687ef40e530c 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.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

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



[GitHub] [flink] YuriGusev closed pull request #17407: [FLINK-16504][dynamodb connector] DynamoDB batch connector

Posted by GitBox <gi...@apache.org>.
YuriGusev closed pull request #17407:
URL: https://github.com/apache/flink/pull/17407


   


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