[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-28 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-717725432 Merging ... This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-28 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-717723501 The Flink CI has passed as well: https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=8382=results

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-27 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-717332311 The CI for your latest push has failed because of some transient network error in our build environment. This stuff sometimes happens. I manually triggered a re-start of the

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-27 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-717209168 Yes, this comment is tracking the build results: https://github.com/apache/flink/pull/13457#issuecomment-697012704

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-27 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-717148013 Thanks. The CI system should pick up your changes and verify them. Let's wait and see. This is an automated

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-26 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-716746473 I guess you can set the env value here: https://github.com/apache/flink/blob/master/flink-yarn-tests/src/test/java/org/apache/flink/yarn/YarnTestBase.java#L689 Let me

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-22 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-714562274 Thanks for the push. It seems that the YARN test is failing because of environment variable is not available in the tests. It's probably easy to add to the YarnTestBase.

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-21 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-713381865 For some reason, the environment variable was set when I tested it, not sure what was going on (I'm on macos with bash 5.0.17), maybe different behavior? I agree to all

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-20 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-713102468 So I'd say, let's re-introduce the config param, add it to the log4j.properties and then we'll finally merge this change. I quite like this now, as it does the rotation

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-20 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-713101853 (Sry, hit the wrong button -- it's too late 洛 ) This is an automated message from the Apache Git Service. To

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-20 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-713101595 I'm really sorry that I'm only responding to you every 5 days. I'd actually like to keep a certain momentum going with this change. I'll try to get back faster! I had

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-14 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-708604644 If we are going to remove the config param: There are a few more usages of it in `config.sh`. But let's wait for Zentol first.

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-14 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-708603602 > The log4j-cli.properties logs to a file and doesn't use a rolling policy, I can change that to rolling. Let's leave that as-is. The logfile is overwritten on every cli

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-10-05 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-703604630 That sounds like a good plan. The more complexity we can remove from the bash scripts, the better. This is an

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-09-28 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-700010022 I believe you also need to adopt the `config.sh#rotateLogFile` function, as it rotates existing logs. (basically when you run start-cluster, stop-cluster, start-cluster, the

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-09-28 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-76536 The change works with the web UI ✅ The rolling works (tested it with 1MB instead of 100MB  ) ✅ In my opinion, we should add the rolling also to

[GitHub] [flink] rmetzger commented on pull request #13457: [FLINK-8357] Use rolling logs as default

2020-09-28 Thread GitBox
rmetzger commented on pull request #13457: URL: https://github.com/apache/flink/pull/13457#issuecomment-69985 Thanks a lot for your pull request. I'll soon take a look! This is an automated message from the Apache Git