Note that with FLINK-15925 we effectively broke the start-cluster.bat script in 1.10.

Overall, I would be fine with dropping the .bat scripts because they are a big maintenance problem for us. We don't have anyone using these scripts regularly on our end (even I don't). If there were a way to unify the unix/windows scripts I would be all ears, but this doesn't seem possible without lots and lots of branches.

However, we should definitely ensure that Flink continues to work in the IDE on windows for training/demo purposes.

As for CI, with the new Azure setup this may actually be feasible now from a CI budged perspective. But it would require a fair upfront time investment to fix failing tests or adding assumptions for failing tests. That said, this would have some nice benefits for finding resource leaks, particularly in the filesystem.

On 19/02/2020 16:46, Aljoscha Krettek wrote:
Hi,

the background is this series of Jira Issues and PRs around extending the .bat scripts for windows: https://issues.apache.org/jira/browse/FLINK-5333.

I would like to resolve this, by either closing the Jira Issues as "Won't Do" or finally merging these PRs. The questions I have are:

 - Should we add more full-featured (complicated?) windows scripts that are essentially re-implementations of our existing "unix" scripts?  - Would windows users use these or would they, by now, use the linux subsystem for windows or cygwin?
 - Should we even remove the existing .bat scripts that we have?

Maintaining the windows scripts is hard because we only have one (I think, Chesnay) developer on windows and no CI for windows.

What do you think?

Best,
Aljoscha


Reply via email to