[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-25 Thread StefanRRichter
Github user StefanRRichter closed the pull request at: https://github.com/apache/flink/pull/4639 ---

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-22 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r140516796 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractCloseableRegistry.java --- @@ -61,13 +75,14 @@ public final void registerClosable(C

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-22 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r140455425 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractCloseableRegistry.java --- @@ -61,13 +75,14 @@ public final void registerClosable(C

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-22 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r140455067 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractCloseableRegistry.java --- @@ -61,13 +75,14 @@ public final void registerClosable(C

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-22 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r140454362 --- Diff: flink-core/src/main/java/org/apache/flink/util/WrappingProxyUtil.java --- @@ -27,10 +27,16 @@ private WrappingProxyUtil() {

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-22 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r140448606 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractCloseableRegistry.java --- @@ -61,13 +75,14 @@ public final void registerClosable(C

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-22 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r140452104 --- Diff: flink-core/src/test/java/org/apache/flink/core/fs/AbstractCloseableRegistryTest.java --- @@ -0,0 +1,230 @@ +/* + * Licensed to the

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-22 Thread aljoscha
Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r140449401 --- Diff: flink-core/src/main/java/org/apache/flink/util/WrappingProxyUtil.java --- @@ -27,10 +27,16 @@ private WrappingProxyUtil() { throw

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-04 Thread bowenli86
Github user bowenli86 commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r136879648 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractCloseableRegistry.java --- @@ -61,13 +75,14 @@ public final void registerClosable(C

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-04 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r136877817 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractCloseableRegistry.java --- @@ -61,13 +75,14 @@ public final void registerClosable(C

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-04 Thread StefanRRichter
Github user StefanRRichter commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r136877616 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractCloseableRegistry.java --- @@ -61,13 +75,14 @@ public final void registerClosable(C

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-04 Thread bowenli86
Github user bowenli86 commented on a diff in the pull request: https://github.com/apache/flink/pull/4639#discussion_r136877433 --- Diff: flink-core/src/main/java/org/apache/flink/util/AbstractCloseableRegistry.java --- @@ -61,13 +75,14 @@ public final void registerClosable(C

[GitHub] flink pull request #4639: [FLINK-7524] Remove potentially blocking behaviour...

2017-09-04 Thread StefanRRichter
GitHub user StefanRRichter opened a pull request: https://github.com/apache/flink/pull/4639 [FLINK-7524] Remove potentially blocking behaviour from AbstractClose… …ableRegistry ## What is the purpose of the change This PR removes potential for blocking