You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/01/13 15:43:04 UTC

[GitHub] [flink] AHeise opened a new pull request #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

AHeise opened a new pull request #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845
 
 
   <!--
   *Thank you very much for contributing to Apache Flink - we are happy that you want to help us improve Flink. To help the community review your contribution in the best possible way, please go through the checklist below, which will get the contribution into a shape in which it can be best reviewed.*
   
   *Please understand that we do not do this to make contributions to Flink a hassle. In order to uphold a high standard of quality for code contributions, while at the same time managing a large number of contributions, we need contributors to prepare the contributions well, and give reviewers enough contextual information for the review. Please also understand that contributions that do not follow this guide will take longer to review and thus typically be picked up with lower priority by the community.*
   
   ## Contribution Checklist
   
     - Make sure that the pull request corresponds to a [JIRA issue](https://issues.apache.org/jira/projects/FLINK/issues). Exceptions are made for typos in JavaDoc or documentation files, which need no JIRA issue.
     
     - Name the pull request in the form "[FLINK-XXXX] [component] Title of the pull request", where *FLINK-XXXX* should be replaced by the actual issue number. Skip *component* if you are unsure about which is the best component.
     Typo fixes that have no associated JIRA issue should be named following this pattern: `[hotfix] [docs] Fix typo in event time introduction` or `[hotfix] [javadocs] Expand JavaDoc for PuncuatedWatermarkGenerator`.
   
     - Fill out the template below to describe the changes contributed by the pull request. That will give reviewers the context they need to do the review.
     
     - Make sure that the change passes the automated tests, i.e., `mvn clean verify` passes. You can set up Travis CI to do that following [this guide](https://flink.apache.org/contributing/contribute-code.html#open-a-pull-request).
   
     - Each pull request should address only one issue, not mix up code from multiple issues.
     
     - Each commit in the pull request has a meaningful commit message (including the JIRA id)
   
     - Once all items of the checklist are addressed, remove the above text and this checklist, leaving only the filled out template below.
   
   
   **(The sections below can be removed for hotfixes of typos)**
   -->
   
   ## What is the purpose of the change
   
   Extends child-first class loader to a child-only classloader for service definitions.
   
   Plugins are considered self-contained such that all required services are contained within it. Thus, it would even be possible to use different versions of security providers for different classes.
   
   This behavior also avoids accidental loading of services outside of the plugin, especially for hadoop distributions in /lib. A service loader from the plugin would detect such services but cannot load them successfully because parts of the service' class hierarchy would have been loaded with the system class loader.
   
   ## Brief change log
   
   - Plugin classloader does not look into parent classloader for service definitions.
   
   ## Verifying this change
   
   - `Shaded Hadoop S3A with credentials provider end-to-end test`
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (**yes** / no / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   * d87188f93fc355553279ec5b0b9343ee09ac478b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] pnowojski merged pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
pnowojski merged pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
AHeise commented on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-574306038
 
 
   Two things, a) the first commit could be extended all the way to the configuration. b) it’s a bit cumbersome to extend the `ChildFirstClassLoader`, it could be a separate classloader, but we would replicate the parent lookup.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] pnowojski commented on a change in pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
pnowojski commented on a change in pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#discussion_r367279915
 
 

 ##########
 File path: flink-tests/src/test/java/org/apache/flink/test/plugin/PluginLoaderTest.java
 ##########
 @@ -21,6 +21,7 @@
 import org.apache.flink.core.plugin.PluginDescriptor;
 import org.apache.flink.core.plugin.PluginLoader;
 import org.apache.flink.test.plugin.jar.plugina.TestServiceA;
+import org.apache.flink.test.plugin.spi.TestSpi;
 
 Review comment:
   Why have all the tests changed in this commit?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144625842 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4393 TriggerType:PUSH TriggerID:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b
   Hash:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144705268 TriggerType:PUSH TriggerID:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   * d87188f93fc355553279ec5b0b9343ee09ac478b Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144625842) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380) 
   * 8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144705268) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4393) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144625842 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   * d87188f93fc355553279ec5b0b9343ee09ac478b Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144625842) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] pnowojski commented on a change in pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
pnowojski commented on a change in pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#discussion_r367279519
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/core/plugin/PluginLoader.java
 ##########
 @@ -100,4 +105,97 @@ public P next() {
 		}
 	}
 
+	/**
+	 * Loads all classes from the plugin jar except for explicitly white-listed packages (org.apache.flink, logging).
+	 *
+	 * <p>No class/resource in the system class loader (everything in lib/) can be seen in the plugin except those
+	 * starting with a whitelist prefix.
+	 */
+	private static final class PluginClassLoader extends URLClassLoader {
+		private final ClassLoader flinkClassLoader;
+
+		private final String[] allowedFlinkPackages;
+
+		private final String[] allowedResourcePrefixes;
+
+		PluginClassLoader(URL[] pluginResourceURLs, ClassLoader flinkClassLoader, String[] allowedFlinkPackages) {
+			super(pluginResourceURLs, null);
+			this.flinkClassLoader = flinkClassLoader;
+			this.allowedFlinkPackages = allowedFlinkPackages;
+			allowedResourcePrefixes = Arrays.stream(allowedFlinkPackages)
+				.map(packageName -> packageName.replace('.', '/'))
+				.toArray(String[]::new);
+		}
+
+		@Override
+		protected Class<?> loadClass(final String name, final boolean resolve) throws ClassNotFoundException {
+			synchronized (getClassLoadingLock(name)) {
+				final Class<?> loadedClass = findLoadedClass(name);
+				if (loadedClass != null) {
+					return resolveIfNeeded(resolve, loadedClass);
+				}
+
+				if (isAllowedFlinkClass(name)) {
+					try {
+						return resolveIfNeeded(resolve, flinkClassLoader.loadClass(name));
+					} catch (ClassNotFoundException e) {
+						// fallback to resolving it in this classloader
+						// for cases where the plugin uses org.apache.flink namespace
+					}
+				}
+
+				return super.loadClass(name, resolve);
+			}
+		}
+
+		private Class<?> resolveIfNeeded(final boolean resolve, final Class<?> loadedClass) {
+			if (resolve) {
+				resolveClass(loadedClass);
+			}
+			return loadedClass;
+		}
+
+		@Override
+		public URL getResource(final String name) {
+			if (isAllowedFlinkResource(name)) {
+				return flinkClassLoader.getResource(name);
+			}
+
+			URL urlClassLoaderResource = findResource(name);
+
+			if (urlClassLoaderResource != null) {
+				return urlClassLoaderResource;
+			}
+
+			return null;
 
 Review comment:
   ```
   return super.getResource(name);
   ```
   ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573728399
 
 
   Thanks a lot for your contribution to the Apache Flink project. I'm the @flinkbot. I help the community
   to review your pull request. We will use this comment to track the progress of the review.
   
   
   ## Automated Checks
   Last check on commit 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c (Mon Jan 13 15:46:33 UTC 2020)
   
   **Warnings:**
    * No documentation files were touched! Remember to keep the Flink docs up to date!
   
   
   <sub>Mention the bot in a comment to re-run the automated checks.</sub>
   ## Review Progress
   
   * ❓ 1. The [description] looks good.
   * ❓ 2. There is [consensus] that the contribution should go into to Flink.
   * ❓ 3. Needs [attention] from.
   * ❓ 4. The change fits into the overall [architecture].
   * ❓ 5. Overall code [quality] is good.
   
   Please see the [Pull Request Review Guide](https://flink.apache.org/contributing/reviewing-prs.html) for a full explanation of the review process.<details>
    The Bot is tracking the review progress through labels. Labels are applied according to the order of the review items. For consensus, approval by a Flink committer of PMC member is required <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot approve description` to approve one or more aspects (aspects: `description`, `consensus`, `architecture` and `quality`)
    - `@flinkbot approve all` to approve all aspects
    - `@flinkbot approve-until architecture` to approve everything until `architecture`
    - `@flinkbot attention @username1 [@username2 ..]` to require somebody's attention
    - `@flinkbot disapprove architecture` to remove an approval you gave earlier
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144625842 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   * d87188f93fc355553279ec5b0b9343ee09ac478b Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144625842) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144625842 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   * d87188f93fc355553279ec5b0b9343ee09ac478b Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144625842) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144625842 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4393 TriggerType:PUSH TriggerID:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b
   Hash:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144705268 TriggerType:PUSH TriggerID:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   * d87188f93fc355553279ec5b0b9343ee09ac478b Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144625842) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380) 
   * 8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144705268) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4393) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] pnowojski commented on a change in pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
pnowojski commented on a change in pull request #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#discussion_r367276414
 
 

 ##########
 File path: flink-core/src/main/java/org/apache/flink/configuration/CoreOptions.java
 ##########
 @@ -121,7 +121,7 @@
 	public static final ConfigOption<String> PLUGIN_ALWAYS_PARENT_FIRST_LOADER_PATTERNS = ConfigOptions
 		.key("plugin.classloader.parent-first-patterns.default")
 		.stringType()
-		.defaultValue("java.;scala.;org.apache.flink.;javax.annotation.;org.slf4j;org.apache.log4j;org.apache" +
+		.defaultValue("java.;javax.;scala.;org.apache.flink.;org.slf4j;org.apache.log4j;org.apache" +
 
 Review comment:
   revert?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
AHeise commented on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-574032079
 
 
   @flinkbot run azure

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:PENDING URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [PENDING](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:8cf994af7e606da2c92da33d4003293e96ba4c16 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144572782 TriggerType:PUSH TriggerID:8cf994af7e606da2c92da33d4003293e96ba4c16
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144625842 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:d87188f93fc355553279ec5b0b9343ee09ac478b Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380 TriggerType:PUSH TriggerID:d87188f93fc355553279ec5b0b9343ee09ac478b
   Hash:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   * 8cf994af7e606da2c92da33d4003293e96ba4c16 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144572782) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4379) 
   * d87188f93fc355553279ec5b0b9343ee09ac478b Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144625842) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4380) 
   * 8cfc8526790aeb1adf7bcb8ca39b4bd33dd6098b UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot commented on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot commented on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] AHeise commented on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
AHeise commented on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-574032048
 
 
   @flinkbot run travis

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins] Classloader avoids loading unrelated services.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [flink] flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.

Posted by GitBox <gi...@apache.org>.
flinkbot edited a comment on issue #10845: [FLINK-15355][plugins]Classloader restricts access to parent to whitelist.
URL: https://github.com/apache/flink/pull/10845#issuecomment-573736294
 
 
   <!--
   Meta data
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144178023 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303 TriggerType:PUSH TriggerID:0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:PUSH TriggerID:ce62e6539d1394a5d27d8ef51db010104852e433
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:SUCCESS URL:https://travis-ci.com/flink-ci/flink/builds/144207965 TriggerType:MANUAL TriggerID:574032048
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032079
   Hash:ce62e6539d1394a5d27d8ef51db010104852e433 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304 TriggerType:MANUAL TriggerID:574032048
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144384071 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:76bd16a406b4bbbee5d4189b66f1fdd36f98798f Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339 TriggerType:PUSH TriggerID:76bd16a406b4bbbee5d4189b66f1fdd36f98798f
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144404404 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:726f81492a05cc47657a9c30caf2e397e8c1bd02 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343 TriggerType:PUSH TriggerID:726f81492a05cc47657a9c30caf2e397e8c1bd02
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144422228 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:18934ef582e5ba278289541d8602b081c4f63367 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345 TriggerType:PUSH TriggerID:18934ef582e5ba278289541d8602b081c4f63367
   Hash:ebd3076a0b24751eca2dce1d3faf646b56fe6426 Status:UNKNOWN URL:TBD TriggerType:PUSH TriggerID:ebd3076a0b24751eca2dce1d3faf646b56fe6426
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:ac9c94daa036cec2cb2bb2d53890e67594046479 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144479827 TriggerType:PUSH TriggerID:ac9c94daa036cec2cb2bb2d53890e67594046479
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144505152 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:82749633c593106d881301f9ffe59d28e96d4d38 Status:SUCCESS URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369 TriggerType:PUSH TriggerID:82749633c593106d881301f9ffe59d28e96d4d38
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144549212 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:1034dba580372caff0bb82196ff9cfb4dde746bd Status:FAILURE URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376 TriggerType:PUSH TriggerID:1034dba580372caff0bb82196ff9cfb4dde746bd
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:PENDING URL:https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   Hash:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Status:FAILURE URL:https://travis-ci.com/flink-ci/flink/builds/144559387 TriggerType:PUSH TriggerID:50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d
   -->
   ## CI report:
   
   * 0942cb8b913ba50ecf8d7ca28832c4c92bf78e6c Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144178023) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4303) 
   * ce62e6539d1394a5d27d8ef51db010104852e433 Travis: [SUCCESS](https://travis-ci.com/flink-ci/flink/builds/144207965) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4304) 
   * 76bd16a406b4bbbee5d4189b66f1fdd36f98798f Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144384071) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4339) 
   * 726f81492a05cc47657a9c30caf2e397e8c1bd02 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144404404) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4343) 
   * 18934ef582e5ba278289541d8602b081c4f63367 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144422228) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4345) 
   * ebd3076a0b24751eca2dce1d3faf646b56fe6426 UNKNOWN
   * ac9c94daa036cec2cb2bb2d53890e67594046479 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144479827) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4360) 
   * 82749633c593106d881301f9ffe59d28e96d4d38 Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144505152) Azure: [SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4369) 
   * 1034dba580372caff0bb82196ff9cfb4dde746bd Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144549212) Azure: [FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4376) 
   * 50b191d8a123d0e6277bbd6f60bd0c0b4e1db09d Travis: [FAILURE](https://travis-ci.com/flink-ci/flink/builds/144559387) Azure: [PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4378) 
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run travis` re-run the last Travis build
    - `@flinkbot run azure` re-run the last Azure build
   </details>

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services