[GitHub] flink issue #4748: [hotfix][tests] Use G1GC for tests

2017-11-27 Thread pnowojski
Github user pnowojski commented on the issue: https://github.com/apache/flink/pull/4748 Thanks for merging! ---

[GitHub] flink issue #4748: [hotfix][tests] Use G1GC for tests

2017-10-07 Thread haohui
Github user haohui commented on the issue: https://github.com/apache/flink/pull/4748 +1 It's very rare to see people using SerialGC in production environment. Running the tests using SerialGC seems bringing in little values. ---

[GitHub] flink issue #4748: [hotfix][tests] Use G1GC for tests

2017-10-04 Thread pnowojski
Github user pnowojski commented on the issue: https://github.com/apache/flink/pull/4748 Mostly for consistency, however using Serial GC on it's own doesn't seem like a better idea compared t G1GC (avoiding long pauses) ---

[GitHub] flink issue #4748: [hotfix][tests] Use G1GC for tests

2017-10-03 Thread greghogan
Github user greghogan commented on the issue: https://github.com/apache/flink/pull/4748 For speed or consistency? ---