You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/19 02:44:00 UTC

[jira] [Updated] (FLINK-10441) Don't log warning when creating upload directory

     [ https://issues.apache.org/jira/browse/FLINK-10441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated FLINK-10441:
-----------------------------------
    Labels: pull-request-available  (was: )

> Don't log warning when creating upload directory
> ------------------------------------------------
>
>                 Key: FLINK-10441
>                 URL: https://issues.apache.org/jira/browse/FLINK-10441
>             Project: Flink
>          Issue Type: Improvement
>          Components: Runtime / REST
>            Reporter: Ufuk Celebi
>            Assignee: Ji Liu
>            Priority: Minor
>              Labels: pull-request-available
>
> {{RestServerEndpoint.createUploadDir(Path, Logger)}} logs a warning if the upload directory does not exist.
> {code}
> 2018-09-26 15:32:31,732 WARN  org.apache.flink.runtime.dispatcher.DispatcherRestEndpoint    - Upload directory /var/folders/hr/cxn1_2y52qxf5nzyfq9h2scw0000gn/T/flink-web-2218b898-f245-4edf-b181-8f3bdc6014f3/flink-web-upload does not exist, or has been deleted externally. Previously uploaded files are no longer available.
> {code}
> I found this warning confusing as it is always logged when relying on the default configuration (via {{WebOptions}}) that picks a random directory.
> Ideally, our default configurations should not result in warnings to be logged.
> Therefore, I propose to log the creation of the web directory on {{INFO}} instead of the warning.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)