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/07/14 04:22:06 UTC

[GitHub] [flink] Myracle opened a new pull request, #20269: [FLINK-28548][Connectors / FileSystem] Fix the exception FileNotFoundException when the commit partition base path is not created

Myracle opened a new pull request, #20269:
URL: https://github.com/apache/flink/pull/20269

   ## What is the purpose of the change
   
   *The commit partition base path is not created when no data is sent which may cause FileNotFoundException. Just fix it.*
   
   
   ## Brief change log
   
     - *Check whether the base path exists before listStatus for the path.*
   
   
   ## Verifying this change
   
   This change added tests and can be verified as follows:
   
     - *Added test testPartitionPathNotExist in FileSystemCommitterTest*
   
   ## 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)
   


-- 
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] wuchong merged pull request #20269: [FLINK-28548][Connectors / FileSystem] Fix the exception FileNotFoundException when the commit partition base path is not created

Posted by GitBox <gi...@apache.org>.
wuchong merged PR #20269:
URL: https://github.com/apache/flink/pull/20269


-- 
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] Myracle commented on pull request #20269: [FLINK-28548][Connectors / FileSystem] Fix the exception FileNotFoundException when the commit partition base path is not created

Posted by GitBox <gi...@apache.org>.
Myracle commented on PR #20269:
URL: https://github.com/apache/flink/pull/20269#issuecomment-1210072884

   @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] Myracle commented on pull request #20269: [FLINK-28548][Connectors / FileSystem] Fix the exception FileNotFoundException when the commit partition base path is not created

Posted by GitBox <gi...@apache.org>.
Myracle commented on PR #20269:
URL: https://github.com/apache/flink/pull/20269#issuecomment-1193955643

   @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] Myracle commented on pull request #20269: [FLINK-28548][Connectors / FileSystem] Fix the exception FileNotFoundException when the commit partition base path is not created

Posted by GitBox <gi...@apache.org>.
Myracle commented on PR #20269:
URL: https://github.com/apache/flink/pull/20269#issuecomment-1212618911

   @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 commented on pull request #20269: [FLINK-28548][Connectors / FileSystem] Fix the exception FileNotFoundException when the commit partition base path is not created

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

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