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/11 03:25:14 UTC

[GitHub] [flink] pltbkd opened a new pull request #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

pltbkd opened a new pull request #19052:
URL: https://github.com/apache/flink/pull/19052


   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Azure Pipelines CI to do that following [this guide](https://cwiki.apache.org/confluence/display/FLINK/Azure+Pipelines#AzurePipelines-Tutorial:SettingupAzurePipelinesforaforkoftheFlinkrepository).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   This pull request fixes the bug that FileSink Compactor is not properly processing in-progress files, including CompactorOperatorStateHandler and CompactCoordinator.
   
   ## Brief change log
   
     - CompactorOperatorStateHandler can accept multiple remaining in-progress files from different buckets.
     - Fix the bug that FileSink CompactCoordinator adds in-progress committable as toCompacted.
   
   
   ## Verifying this change
   
   This change is already covered by existing tests.
   
   ## 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, Kubernetes/Yarn, 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.

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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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 commented on pull request #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32951",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2992ccc80f00d4fe20fcd05859ae779ebe91fbf8",
       "status" : "SUCCESS",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32955",
       "triggerID" : "2992ccc80f00d4fe20fcd05859ae779ebe91fbf8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 2992ccc80f00d4fe20fcd05859ae779ebe91fbf8 Azure: [SUCCESS](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32955) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32951",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2992ccc80f00d4fe20fcd05859ae779ebe91fbf8",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32955",
       "triggerID" : "2992ccc80f00d4fe20fcd05859ae779ebe91fbf8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c0d46182cddc810486f7c60baa189073b0397e1a Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32951) 
   * 2992ccc80f00d4fe20fcd05859ae779ebe91fbf8 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32955) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   
   <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] gaoyunhaii closed pull request #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   


-- 
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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32951",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32951) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32951",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     }, {
       "hash" : "2992ccc80f00d4fe20fcd05859ae779ebe91fbf8",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "2992ccc80f00d4fe20fcd05859ae779ebe91fbf8",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32951) 
   * 2992ccc80f00d4fe20fcd05859ae779ebe91fbf8 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fa874e5d8f48d444e7a33d6666e55ab931ef5a2b Azure: [FAILURE](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * fa874e5d8f48d444e7a33d6666e55ab931ef5a2b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2 Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882) 
   * fa874e5d8f48d444e7a33d6666e55ab931ef5a2b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "FAILURE",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     } ]
   }-->
   ## CI report:
   
   * fa874e5d8f48d444e7a33d6666e55ab931ef5a2b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885) 
   
   <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] gaoyunhaii commented on a change in pull request #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

Posted by GitBox <gi...@apache.org>.
gaoyunhaii commented on a change in pull request #19052:
URL: https://github.com/apache/flink/pull/19052#discussion_r825246703



##########
File path: flink-connectors/flink-connector-files/src/test/java/org/apache/flink/connector/file/sink/utils/PartSizeOnlyRollingPolicy.java
##########
@@ -0,0 +1,51 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package org.apache.flink.connector.file.sink.utils;
+
+import org.apache.flink.streaming.api.functions.sink.filesystem.PartFileInfo;
+import org.apache.flink.streaming.api.functions.sink.filesystem.RollingPolicy;
+
+import java.io.IOException;
+
+/** A testing rolling policy to ensure in-progress file exists. */
+public class PartSizeOnlyRollingPolicy<IN, BucketID> implements RollingPolicy<IN, BucketID> {

Review comment:
       I think this could be merged with PartSizeAndCheckpointRollingPolicy by passing shouldRollOnCheckpoint as parameter.




-- 
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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fc25bf608689248a0f33913c0b37bf4b8725afe5",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fc25bf608689248a0f33913c0b37bf4b8725afe5",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fa874e5d8f48d444e7a33d6666e55ab931ef5a2b Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885) 
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * fc25bf608689248a0f33913c0b37bf4b8725afe5 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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] gaoyunhaii commented on pull request #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   @flinkbot run azure


-- 
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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2 Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882) 
   * fa874e5d8f48d444e7a33d6666e55ab931ef5a2b 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "PENDING",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * fa874e5d8f48d444e7a33d6666e55ab931ef5a2b Azure: [PENDING](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885) 
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef 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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   
   <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 #19052: [FLINK-26580] FileSink Compactor is not properly processing in-progress files.

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


   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32882",
       "triggerID" : "70d65bdc39f7d1ac4dfe1d8a8823b7b9a9ee6db2",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "triggerType" : "PUSH"
     }, {
       "hash" : "fa874e5d8f48d444e7a33d6666e55ab931ef5a2b",
       "status" : "DELETED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32885",
       "triggerID" : "1065804214",
       "triggerType" : "MANUAL"
     }, {
       "hash" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "status" : "CANCELED",
       "url" : "https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949",
       "triggerID" : "c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef",
       "triggerType" : "PUSH"
     }, {
       "hash" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "c0d46182cddc810486f7c60baa189073b0397e1a",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * c54dcadb4e91c8c3a3ce593fdeec6a7cef83b8ef Azure: [CANCELED](https://dev.azure.com/apache-flink/98463496-1af2-4620-8eab-a2ecc1a2e6fe/_build/results?buildId=32949) 
   * c0d46182cddc810486f7c60baa189073b0397e1a 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