[jira] [Created] (FLINK-2881) WebRuntimeMonitor overly restrictive file patterns

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-2881) WebRuntimeMonitor overly restrictive file patterns

Shang Yuanchun (Jira)
Greg Hogan created FLINK-2881:
---------------------------------

             Summary: WebRuntimeMonitor overly restrictive file patterns
                 Key: FLINK-2881
                 URL: https://issues.apache.org/jira/browse/FLINK-2881
             Project: Flink
          Issue Type: Bug
          Components: Webfrontend
    Affects Versions: 0.10
            Reporter: Greg Hogan
            Priority: Blocker


{{WebRuntimeMonitor}} verifies the log and stdout directory by checking that files matching the patterns {noformat}.*jobmanager[^\\.]*\\.log{noformat} and {noformat}.*jobmanager[^\\.]*\\.out{noformat} were created. The filenames use the system hostname which can contain periods, which are excluded by the file pattern and prevent the web monitor from starting.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)