[GitHub] [flink] flinkbot commented on issue #11191: [FLINK-16094][docs] Translate /dev/table/functions/udfs.zh.md

2020-02-22 Thread GitBox
flinkbot commented on issue #11191: [FLINK-16094][docs] Translate 
/dev/table/functions/udfs.zh.md
URL: https://github.com/apache/flink/pull/11191#issuecomment-590035505
 
 
   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 a8887c1f8f541a15fa2fe4b4a2467a495a42cfe2 (Sun Feb 23 
07:25:57 UTC 2020)
   
✅no warnings
   
   Mention the bot in a comment to re-run the automated checks.
   ## 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.
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 Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] libenchao opened a new pull request #11191: [FLINK-16094][docs] Translate /dev/table/functions/udfs.zh.md

2020-02-22 Thread GitBox
libenchao opened a new pull request #11191: [FLINK-16094][docs] Translate 
/dev/table/functions/udfs.zh.md
URL: https://github.com/apache/flink/pull/11191
 
 
   
   
   ## What is the purpose of the change
   
   Translate /dev/table/functions/udfs.zh.md
   
   ## Brief change log
   
   Translate /dev/table/functions/udfs.zh.md
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## 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, Kubernetes/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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Updated] (FLINK-16094) Translate "User-defined Functions" page of "Functions" into Chinese

2020-02-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16094?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-16094:
---
Labels: pull-request-available  (was: )

> Translate "User-defined Functions" page of "Functions" into Chinese 
> 
>
> Key: FLINK-16094
> URL: https://issues.apache.org/jira/browse/FLINK-16094
> Project: Flink
>  Issue Type: Sub-task
>  Components: chinese-translation, Documentation
>Reporter: Jark Wu
>Assignee: Benchao Li
>Priority: Major
>  Labels: pull-request-available
>
> The page url is 
> https://ci.apache.org/projects/flink/flink-docs-master/zh/dev/table/functions/udfs.html
> The markdown file is located in {{flink/docs/dev/table/functions/udfs.zh.md}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-16241) Remove the license and notice file in flink-ml-lib module on release-1.10 branch

2020-02-22 Thread Hequn Cheng (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-16241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042811#comment-17042811
 ] 

Hequn Cheng commented on FLINK-16241:
-

There are two options to solve this problem:
1. Bundle the dependencies in the flink-ml-lib jar.
2. Remove the license and notice file.

Since it seems not good to add dependencies in a hotfix version, maybe it's 
better to remove the license and notice file directly(option 2). 
What do you think?  [~chesnay] [~rongr]

> Remove the license and notice file in flink-ml-lib module on release-1.10 
> branch
> 
>
> Key: FLINK-16241
> URL: https://issues.apache.org/jira/browse/FLINK-16241
> Project: Flink
>  Issue Type: Bug
>  Components: Library / Machine Learning
>Affects Versions: 1.10.0
>Reporter: Hequn Cheng
>Assignee: Hequn Cheng
>Priority: Major
> Fix For: 1.10.1
>
>
> The jar of flink-ml-lib should not contain the license and notice file as it 
> actually does not bundle the related dependencies. We should remove these 
> file on branch release-1.10.
> BTW. The release-1.9 branch does not have this problem since the license and 
> notice are added in 1.10. And on master(1.11), we will bundle the 
> dependencies, so the license and notice file should be kept, see FLINK-15847.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [flink] flinkbot commented on issue #11190: [FLINK-16089][docs] Translate "Data Type" page of "Table API & SQL" into Chinese

2020-02-22 Thread GitBox
flinkbot commented on issue #11190: [FLINK-16089][docs] Translate "Data Type" 
page of "Table API & SQL" into Chinese
URL: https://github.com/apache/flink/pull/11190#issuecomment-590028903
 
 
   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 bd237945580c716a1dfef091d6283cc3df43d1df (Sun Feb 23 
05:25:09 UTC 2020)
   
✅no warnings
   
   Mention the bot in a comment to re-run the automated checks.
   ## 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.
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 Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Updated] (FLINK-16089) Translate "Data Types" page of "Table API & SQL" into Chinese

2020-02-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-16089:
---
Labels: pull-request-available  (was: )

> Translate "Data Types" page of "Table API & SQL" into Chinese
> -
>
> Key: FLINK-16089
> URL: https://issues.apache.org/jira/browse/FLINK-16089
> Project: Flink
>  Issue Type: Sub-task
>  Components: chinese-translation, Documentation
>Reporter: Jark Wu
>Assignee: Jiang Leilei
>Priority: Major
>  Labels: pull-request-available
>
> The page url is 
> https://ci.apache.org/projects/flink/flink-docs-master/zh/dev/table/types.html
> The markdown file is located in {{flink/docs/dev/table/types.zh.md}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [flink] gauss1314 opened a new pull request #11190: [FLINK-16089][docs] Translate "Data Type" page of "Table API & SQL" into Chinese

2020-02-22 Thread GitBox
gauss1314 opened a new pull request #11190: [FLINK-16089][docs] Translate "Data 
Type" page of "Table API & SQL" into Chinese
URL: https://github.com/apache/flink/pull/11190
 
 
   ## What is the purpose of the change
   
   This pull request translates "Data Type" page of "Table API & SQL"  into 
Chinese.
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Does this pull request potentially affect one of the following parts:
   
 - Dependencies (does it add or upgrade a dependency): (no)
 - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: (no)
 - The serializers: (no)
 - The runtime per-record code paths (performance sensitive): (no)
 - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (no)
 - The S3 file system connector: (no)
   
   ## Documentation
   
 - Does this pull request introduce a new feature? (no)
 - If yes, how is the feature documented? (not applicable)
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot commented on issue #11189: [FLINK-16236][yarn][hotfix] fix Yarn secure test not loding correct context factory

2020-02-22 Thread GitBox
flinkbot commented on issue #11189: [FLINK-16236][yarn][hotfix] fix Yarn secure 
test not loding correct context factory
URL: https://github.com/apache/flink/pull/11189#issuecomment-590026675
 
 
   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 21899c1dde35fb0bd66121b382f4fc1ea040 (Sun Feb 23 
04:50:26 UTC 2020)
   
   **Warnings:**
* No documentation files were touched! Remember to keep the Flink docs up 
to date!
   
   
   Mention the bot in a comment to re-run the automated checks.
   ## 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.
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 Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] walterddr commented on issue #10995: [FLINK-15847][ml] Include flink-ml-api and flink-ml-lib in opt

2020-02-22 Thread GitBox
walterddr commented on issue #10995: [FLINK-15847][ml] Include flink-ml-api and 
flink-ml-lib in opt
URL: https://github.com/apache/flink/pull/10995#issuecomment-590026589
 
 
   @hequn8128 yeah. I thought so too. the revert should only be on 1.10 branch 
IMO. thanks for the explanation and follow up.


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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Updated] (FLINK-16236) Fix YARNSessionFIFOSecuredITCase not loading the correct security context factory

2020-02-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-16236:
---
Labels: pull-request-available  (was: )

> Fix YARNSessionFIFOSecuredITCase not loading the correct security context 
> factory
> -
>
> Key: FLINK-16236
> URL: https://issues.apache.org/jira/browse/FLINK-16236
> Project: Flink
>  Issue Type: Sub-task
>  Components: Deployment / YARN
>Reporter: Rong Rong
>Assignee: Rong Rong
>Priority: Major
>  Labels: pull-request-available
>
> Follow up on FLINK-11589. Currently due to the override of the 
> TestHadoopModuleFactory, it is not loading the HadoopContextFactory due to 
> the compatibility checker.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [flink] walterddr opened a new pull request #11189: [FLINK-16236][yarn][hotfix] fix Yarn secure test not loding correct context factory

2020-02-22 Thread GitBox
walterddr opened a new pull request #11189: [FLINK-16236][yarn][hotfix] fix 
Yarn secure test not loding correct context factory
URL: https://github.com/apache/flink/pull/11189
 
 
   ## What is the purpose of the change
   
   YARNSessionFIFOSecuredITCase is currently no loading the right test factory 
and utilizes the NoOpSecurityContextFactory for instantiation. It needs to be 
fixed.
   
   ## Brief change log
   
 - Added TestHadoopSecurityContextFactory that works with the 
TestHadoopModuleFactory
 - Altered ITCase.
   
   ## Verifying this change
   
   This change is already covered by existing tests, such as *(please describe 
tests)*.
   
   
   ## Does this pull request potentially affect one of the following parts:
   
 - Dependencies (does it add or upgrade a dependency): no
 - The public API, i.e., is any changed class annotated with 
`@Public(Evolving)`: no
 - The serializers: no
 - The runtime per-record code paths (performance sensitive): no
 - Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: no
 - The S3 file system connector: no
   
   ## Documentation
   
 - Does this pull request introduce a new feature? no
 - If yes, how is the feature documented? not applicable
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] hequn8128 commented on a change in pull request #10995: [FLINK-15847][ml] Include flink-ml-api and flink-ml-lib in opt

2020-02-22 Thread GitBox
hequn8128 commented on a change in pull request #10995: [FLINK-15847][ml] 
Include flink-ml-api and flink-ml-lib in opt
URL: https://github.com/apache/flink/pull/10995#discussion_r382961514
 
 

 ##
 File path: flink-ml-parent/flink-ml-lib/pom.xml
 ##
 @@ -57,4 +57,30 @@ under the License.
1.1.2


+
+   
+   
+   
+   
+   org.apache.maven.plugins
+   maven-shade-plugin
+   
+   
+   shade-flink
+   package
+   
+   shade
+   
+   
+   
+   
+   
com.github.fommil.netlib:core
 
 Review comment:
   @walterddr Hi, flink-ml-* are released by jar artifacts and the flink-ml-lib 
jar should not contain the license and notice file as it actually does not 
bundle the related dependencies. I have fired another 
issue([FLINK-16241](https://issues.apache.org/jira/browse/FLINK-16241)) and 
will open a corresponding PR to address the problem on release-1.10. :-)


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] hequn8128 commented on issue #10995: [FLINK-15847][ml] Include flink-ml-api and flink-ml-lib in opt

2020-02-22 Thread GitBox
hequn8128 commented on issue #10995: [FLINK-15847][ml] Include flink-ml-api and 
flink-ml-lib in opt
URL: https://github.com/apache/flink/pull/10995#issuecomment-590023573
 
 
   @walterddr Hi, flink-ml-* are released by jar artifacts and the flink-ml-lib 
jar should not contain the license and notice file as it actually does not 
bundle the related dependencies. I have fired another 
issue([FLINK-16241](https://issues.apache.org/jira/browse/FLINK-16241)) and 
will open a corresponding PR to address the problem on release-1.10. :-)


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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Updated] (FLINK-16241) Remove the license and notice file in flink-ml-lib module on release-1.10 branch

2020-02-22 Thread Hequn Cheng (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16241?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hequn Cheng updated FLINK-16241:

Description: 
The jar of flink-ml-lib should not contain the license and notice file as it 
actually does not bundle the related dependencies. We should remove these file 
on branch release-1.10.

BTW. The release-1.9 branch does not have this problem since the license and 
notice are added in 1.10. And on master(1.11), we will bundle the dependencies, 
so the license and notice file should be kept, see FLINK-15847.

  was:
The jar of flink-ml-lib should not contain the license and notice file as it 
actually does not bundle the related dependencies. We should remove these file 
on branch release-1.10.

BTW. The release-1.9 branch does not have this problem since the license and 
notice are added in 1.10. On master(1.11), we will bundle the dependencies, so 
the license and notice file should be kept, see FLINK-15847.


> Remove the license and notice file in flink-ml-lib module on release-1.10 
> branch
> 
>
> Key: FLINK-16241
> URL: https://issues.apache.org/jira/browse/FLINK-16241
> Project: Flink
>  Issue Type: Bug
>  Components: Library / Machine Learning
>Affects Versions: 1.10.0
>Reporter: Hequn Cheng
>Assignee: Hequn Cheng
>Priority: Major
> Fix For: 1.10.1
>
>
> The jar of flink-ml-lib should not contain the license and notice file as it 
> actually does not bundle the related dependencies. We should remove these 
> file on branch release-1.10.
> BTW. The release-1.9 branch does not have this problem since the license and 
> notice are added in 1.10. And on master(1.11), we will bundle the 
> dependencies, so the license and notice file should be kept, see FLINK-15847.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FLINK-16241) Remove the license and notice file in flink-ml-lib module on release-1.10 branch

2020-02-22 Thread Hequn Cheng (Jira)
Hequn Cheng created FLINK-16241:
---

 Summary: Remove the license and notice file in flink-ml-lib module 
on release-1.10 branch
 Key: FLINK-16241
 URL: https://issues.apache.org/jira/browse/FLINK-16241
 Project: Flink
  Issue Type: Bug
  Components: Library / Machine Learning
Affects Versions: 1.10.0
Reporter: Hequn Cheng
Assignee: Hequn Cheng
 Fix For: 1.10.1


The jar of flink-ml-lib should not contain the license and notice file as it 
actually does not bundle the related dependencies. We should remove these file 
on branch release-1.10.

BTW. The release-1.9 branch does not have this problem since the license and 
notice are added in 1.10. On master(1.11), we will bundle the dependencies, so 
the license and notice file should be kept, see FLINK-15847.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [flink] flinkbot edited a comment on issue #10572: [FLINK-15249] Improve PipelinedRegions calculation performance

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10572: [FLINK-15249] Improve 
PipelinedRegions calculation performance
URL: https://github.com/apache/flink/pull/10572#issuecomment-565476705
 
 
   
   ## CI report:
   
   * d42e975c447f30b11799293255dde585f4b7b48f Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/140969297) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3570)
 
   * 1ecfa142fbe3f50cacb0f27d293be27cd88a1407 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/141372449) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3663)
 
   * c56db629c201901854012a3593bb41c859c0fe9b Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/141542845) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3720)
 
   * b385db15fcef6d1680db657d5694e2e23f4387e8 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/145157692) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4494)
 
   * 12896979abdc121749a73e82427c090298452b9f Travis: 
[PENDING](https://travis-ci.com/flink-ci/flink/builds/150180903) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10572: [FLINK-15249] Improve PipelinedRegions calculation performance

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10572: [FLINK-15249] Improve 
PipelinedRegions calculation performance
URL: https://github.com/apache/flink/pull/10572#issuecomment-565476705
 
 
   
   ## CI report:
   
   * d42e975c447f30b11799293255dde585f4b7b48f Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/140969297) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3570)
 
   * 1ecfa142fbe3f50cacb0f27d293be27cd88a1407 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/141372449) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3663)
 
   * c56db629c201901854012a3593bb41c859c0fe9b Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/141542845) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3720)
 
   * b385db15fcef6d1680db657d5694e2e23f4387e8 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/145157692) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4494)
 
   * 12896979abdc121749a73e82427c090298452b9f UNKNOWN
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11188: [FLINK-16202][sql] Support JSON_QUERY for blink planner

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11188: [FLINK-16202][sql] Support 
JSON_QUERY for blink planner
URL: https://github.com/apache/flink/pull/11188#issuecomment-590021480
 
 
   
   ## CI report:
   
   * f2e076bd4a4019fc794f6a7af3f3ab36616b2d83 Travis: 
[PENDING](https://travis-ci.com/flink-ci/flink/builds/150180453) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot commented on issue #11188: [FLINK-16202][sql] Support JSON_QUERY for blink planner

2020-02-22 Thread GitBox
flinkbot commented on issue #11188: [FLINK-16202][sql] Support JSON_QUERY for 
blink planner
URL: https://github.com/apache/flink/pull/11188#issuecomment-590021480
 
 
   
   ## CI report:
   
   * f2e076bd4a4019fc794f6a7af3f3ab36616b2d83 UNKNOWN
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot commented on issue #11188: [FLINK-16202][sql] Support JSON_QUERY for blink planner

2020-02-22 Thread GitBox
flinkbot commented on issue #11188: [FLINK-16202][sql] Support JSON_QUERY for 
blink planner
URL: https://github.com/apache/flink/pull/11188#issuecomment-590021125
 
 
   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 f2e076bd4a4019fc794f6a7af3f3ab36616b2d83 (Sun Feb 23 
03:03:14 UTC 2020)
   
   **Warnings:**
* No documentation files were touched! Remember to keep the Flink docs up 
to date!
   
   
   Mention the bot in a comment to re-run the automated checks.
   ## 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.
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 Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Updated] (FLINK-16202) Support JSON_QUERY for blink planner

2020-02-22 Thread ASF GitHub Bot (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

ASF GitHub Bot updated FLINK-16202:
---
Labels: pull-request-available  (was: )

> Support JSON_QUERY for blink planner
> 
>
> Key: FLINK-16202
> URL: https://issues.apache.org/jira/browse/FLINK-16202
> Project: Flink
>  Issue Type: Sub-task
>  Components: Table SQL / Planner
>Reporter: Zili Chen
>Assignee: Forward Xu
>Priority: Major
>  Labels: pull-request-available
> Fix For: 1.11.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [flink] XuQianJin-Stars opened a new pull request #11188: [FLINK-16202][sql] Support JSON_QUERY for blink planner

2020-02-22 Thread GitBox
XuQianJin-Stars opened a new pull request #11188: [FLINK-16202][sql] Support 
JSON_QUERY for blink planner
URL: https://github.com/apache/flink/pull/11188
 
 
   ## What is the purpose of the change
   
   Support `JSON_QUERY` function for blink planner
   
   ## Brief change log
   
   *(for example:)*
   
   - Introduce `JSON_QUERY` to `FlinkSqlOperatorTable`
   - Add corresponding test cases
   
   ## Verifying this change
   
   *(Please pick either of the following options)*
   
   This change added tests in `ScalarFunctionsTest.scala` 
   
   *(example:)*
   
   - *Added integration tests for end-to-end deployment with large payloads 
(100MB)*
   - *Extended integration test for recovery after master (JobManager) failure*
   - *Added test that validates that TaskInfo is transferred only once across 
recoveries*
   - *Manually verified the change by running a 4 node cluser with 2 
JobManagers and 4 TaskManagers, a stateful streaming program, and killing one 
JobManager and two TaskManagers during the execution, verifying that recovery 
happens correctly.*
   
   ## 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:
us...@infra.apache.org


With regards,
Apache Git Services


[jira] [Created] (FLINK-16240) Port KubernetesUtilsTest to the right package

2020-02-22 Thread Canbin Zheng (Jira)
Canbin Zheng created FLINK-16240:


 Summary: Port KubernetesUtilsTest to the right package
 Key: FLINK-16240
 URL: https://issues.apache.org/jira/browse/FLINK-16240
 Project: Flink
  Issue Type: Improvement
  Components: Deployment / Kubernetes
Affects Versions: 1.10.0
Reporter: Canbin Zheng
 Fix For: 1.11.0


Port {{KubernetesUtilsTest}} from {{org.apache.flink.kubernetes}} to  
{{org.apache.flink.kubernetes.utils.}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FLINK-16239) Port KubernetesSessionCliTest to the right package

2020-02-22 Thread Canbin Zheng (Jira)
Canbin Zheng created FLINK-16239:


 Summary: Port KubernetesSessionCliTest to the right package
 Key: FLINK-16239
 URL: https://issues.apache.org/jira/browse/FLINK-16239
 Project: Flink
  Issue Type: Improvement
  Components: Deployment / Kubernetes
Affects Versions: 1.10.0
Reporter: Canbin Zheng
 Fix For: 1.11.0


Port KubernetesSessionCliTest from {{org.apache.flink.kubernetes}} to  
{{org.apache.flink.kubernetes.cli}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-16238) Rename Fabric8ClientTest to Fabric8FlinkKubeClient

2020-02-22 Thread Canbin Zheng (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Canbin Zheng updated FLINK-16238:
-
Description: It's a minor change to alignment the test class name of 
org.apache.flink.kubernetes.kubeclient.Fabric8FlinkKubeClient  (was: It's a 
minor change to alignment the test class name of 
\{{org.apache.flink.kubernetes.kubeclient.Fabric8FlinkKubeClient}})

> Rename Fabric8ClientTest to Fabric8FlinkKubeClient
> --
>
> Key: FLINK-16238
> URL: https://issues.apache.org/jira/browse/FLINK-16238
> Project: Flink
>  Issue Type: Improvement
>  Components: Deployment / Kubernetes
>Affects Versions: 1.10.0
>Reporter: Canbin Zheng
>Priority: Minor
> Fix For: 1.11.0
>
>
> It's a minor change to alignment the test class name of 
> org.apache.flink.kubernetes.kubeclient.Fabric8FlinkKubeClient



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-16238) Rename Fabric8ClientTest to Fabric8FlinkKubeClient

2020-02-22 Thread Canbin Zheng (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Canbin Zheng updated FLINK-16238:
-
Summary: Rename Fabric8ClientTest to Fabric8FlinkKubeClient  (was: Rename 
class name of Fabric8ClientTest to Fabric8FlinkKubeClient)

> Rename Fabric8ClientTest to Fabric8FlinkKubeClient
> --
>
> Key: FLINK-16238
> URL: https://issues.apache.org/jira/browse/FLINK-16238
> Project: Flink
>  Issue Type: Improvement
>  Components: Deployment / Kubernetes
>Affects Versions: 1.10.0
>Reporter: Canbin Zheng
>Priority: Minor
> Fix For: 1.11.0
>
>
> It's a minor change to alignment the test class name of 
> \{{org.apache.flink.kubernetes.kubeclient.Fabric8FlinkKubeClient}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FLINK-16238) Rename class name of Fabric8ClientTest to Fabric8FlinkKubeClient

2020-02-22 Thread Canbin Zheng (Jira)
Canbin Zheng created FLINK-16238:


 Summary: Rename class name of Fabric8ClientTest to 
Fabric8FlinkKubeClient
 Key: FLINK-16238
 URL: https://issues.apache.org/jira/browse/FLINK-16238
 Project: Flink
  Issue Type: Improvement
  Components: Deployment / Kubernetes
Affects Versions: 1.10.0
Reporter: Canbin Zheng
 Fix For: 1.11.0


It's a minor change to alignment the test class name of 
\{{org.apache.flink.kubernetes.kubeclient.Fabric8FlinkKubeClient}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-16237) Wordcount on Docker test (custom fs plugin) fails.

2020-02-22 Thread Yangze Guo (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-16237?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042766#comment-17042766
 ] 

Yangze Guo commented on FLINK-16237:


It seems related to FLINK-15672. cc: [~chesnay]

> Wordcount on Docker test (custom fs plugin) fails.
> --
>
> Key: FLINK-16237
> URL: https://issues.apache.org/jira/browse/FLINK-16237
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Reporter: Yangze Guo
>Priority: Major
>  Labels: test-stability
>
> Wordcount on Docker test (custom fs plugin) fails on Travis. 
> [https://travis-ci.org/KarmaGYZ/flink/builds/653829954]
> {code:bash}
> pass WordCount
> Checking for errors...
> Found error in log files:
> Attaching to docker_job-cluster_1
> job-cluster_1  | Starting the job-cluster
> job-cluster_1  | Starting standalonejob as a console application on host 
> 042c3c490edc.
> job-cluster_1  | ERROR StatusLogger No Log4j 2 configuration file found. 
> Using default configuration (logging only errors to the console), or user 
> programmatically provided configurations. Set system property 'log4j2.debug' 
> to show Log4j 2 internal initialization logging. See 
> https://logging.apache.org/log4j/2.x/manual/configuration.html for 
> instructions on how to configure Log4j 2
> Attaching to docker_taskmanager_1
> taskmanager_1  | Starting the task-manager
> taskmanager_1  | Starting taskexecutor as a console application on host 
> 059bd37e4232.
> taskmanager_1  | ERROR StatusLogger No Log4j 2 configuration file found. 
> Using default configuration (logging only errors to the console), or user 
> programmatically provided configurations. Set system property 'log4j2.debug' 
> to show Log4j 2 internal initialization logging. See 
> https://logging.apache.org/log4j/2.x/manual/configuration.html for 
> instructions on how to configure Log4j 2
> Checking for exceptions...
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-16237) Wordcount on Docker test (custom fs plugin) fails.

2020-02-22 Thread Yangze Guo (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-16237?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yangze Guo updated FLINK-16237:
---
Description: 
Wordcount on Docker test (custom fs plugin) fails on Travis. 
[https://travis-ci.org/KarmaGYZ/flink/builds/653829954]
{code:bash}
pass WordCount
Checking for errors...
Found error in log files:
Attaching to docker_job-cluster_1
job-cluster_1  | Starting the job-cluster
job-cluster_1  | Starting standalonejob as a console application on host 
042c3c490edc.
job-cluster_1  | ERROR StatusLogger No Log4j 2 configuration file found. Using 
default configuration (logging only errors to the console), or user 
programmatically provided configurations. Set system property 'log4j2.debug' to 
show Log4j 2 internal initialization logging. See 
https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions 
on how to configure Log4j 2
Attaching to docker_taskmanager_1
taskmanager_1  | Starting the task-manager
taskmanager_1  | Starting taskexecutor as a console application on host 
059bd37e4232.
taskmanager_1  | ERROR StatusLogger No Log4j 2 configuration file found. Using 
default configuration (logging only errors to the console), or user 
programmatically provided configurations. Set system property 'log4j2.debug' to 
show Log4j 2 internal initialization logging. See 
https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions 
on how to configure Log4j 2
Checking for exceptions...
{code}

  was:
Wordcount on Docker test (custom fs plugin) fails on Travis.
{code:bash}
pass WordCount
Checking for errors...
Found error in log files:
Attaching to docker_job-cluster_1
job-cluster_1  | Starting the job-cluster
job-cluster_1  | Starting standalonejob as a console application on host 
042c3c490edc.
job-cluster_1  | ERROR StatusLogger No Log4j 2 configuration file found. Using 
default configuration (logging only errors to the console), or user 
programmatically provided configurations. Set system property 'log4j2.debug' to 
show Log4j 2 internal initialization logging. See 
https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions 
on how to configure Log4j 2
Attaching to docker_taskmanager_1
taskmanager_1  | Starting the task-manager
taskmanager_1  | Starting taskexecutor as a console application on host 
059bd37e4232.
taskmanager_1  | ERROR StatusLogger No Log4j 2 configuration file found. Using 
default configuration (logging only errors to the console), or user 
programmatically provided configurations. Set system property 'log4j2.debug' to 
show Log4j 2 internal initialization logging. See 
https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions 
on how to configure Log4j 2
Checking for exceptions...
{code}


> Wordcount on Docker test (custom fs plugin) fails.
> --
>
> Key: FLINK-16237
> URL: https://issues.apache.org/jira/browse/FLINK-16237
> Project: Flink
>  Issue Type: Bug
>  Components: Tests
>Reporter: Yangze Guo
>Priority: Major
>  Labels: test-stability
>
> Wordcount on Docker test (custom fs plugin) fails on Travis. 
> [https://travis-ci.org/KarmaGYZ/flink/builds/653829954]
> {code:bash}
> pass WordCount
> Checking for errors...
> Found error in log files:
> Attaching to docker_job-cluster_1
> job-cluster_1  | Starting the job-cluster
> job-cluster_1  | Starting standalonejob as a console application on host 
> 042c3c490edc.
> job-cluster_1  | ERROR StatusLogger No Log4j 2 configuration file found. 
> Using default configuration (logging only errors to the console), or user 
> programmatically provided configurations. Set system property 'log4j2.debug' 
> to show Log4j 2 internal initialization logging. See 
> https://logging.apache.org/log4j/2.x/manual/configuration.html for 
> instructions on how to configure Log4j 2
> Attaching to docker_taskmanager_1
> taskmanager_1  | Starting the task-manager
> taskmanager_1  | Starting taskexecutor as a console application on host 
> 059bd37e4232.
> taskmanager_1  | ERROR StatusLogger No Log4j 2 configuration file found. 
> Using default configuration (logging only errors to the console), or user 
> programmatically provided configurations. Set system property 'log4j2.debug' 
> to show Log4j 2 internal initialization logging. See 
> https://logging.apache.org/log4j/2.x/manual/configuration.html for 
> instructions on how to configure Log4j 2
> Checking for exceptions...
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FLINK-16237) Wordcount on Docker test (custom fs plugin) fails.

2020-02-22 Thread Yangze Guo (Jira)
Yangze Guo created FLINK-16237:
--

 Summary: Wordcount on Docker test (custom fs plugin) fails.
 Key: FLINK-16237
 URL: https://issues.apache.org/jira/browse/FLINK-16237
 Project: Flink
  Issue Type: Bug
  Components: Tests
Reporter: Yangze Guo


Wordcount on Docker test (custom fs plugin) fails on Travis.
{code:bash}
pass WordCount
Checking for errors...
Found error in log files:
Attaching to docker_job-cluster_1
job-cluster_1  | Starting the job-cluster
job-cluster_1  | Starting standalonejob as a console application on host 
042c3c490edc.
job-cluster_1  | ERROR StatusLogger No Log4j 2 configuration file found. Using 
default configuration (logging only errors to the console), or user 
programmatically provided configurations. Set system property 'log4j2.debug' to 
show Log4j 2 internal initialization logging. See 
https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions 
on how to configure Log4j 2
Attaching to docker_taskmanager_1
taskmanager_1  | Starting the task-manager
taskmanager_1  | Starting taskexecutor as a console application on host 
059bd37e4232.
taskmanager_1  | ERROR StatusLogger No Log4j 2 configuration file found. Using 
default configuration (logging only errors to the console), or user 
programmatically provided configurations. Set system property 'log4j2.debug' to 
show Log4j 2 internal initialization logging. See 
https://logging.apache.org/log4j/2.x/manual/configuration.html for instructions 
on how to configure Log4j 2
Checking for exceptions...
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FLINK-16228) test_mesos_wordcount.sh fails

2020-02-22 Thread Yangze Guo (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-16228?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17042591#comment-17042591
 ] 

Yangze Guo edited comment on FLINK-16228 at 2/23/20 12:26 AM:
--

Currently, the Flink's Mesos integration is not hadoop-free, see FLINK-8247. 
The error message shows there is something wrong with hadoop classpath.

 

My gut feeling is that this is related to FLINK-15785.
{code:java}
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 
-Pe2e-travis1,e2e-hadoop""{code}
The double-quote at the end of this line seems to be redundant. I'm not sure 
whether it is the root cause at the moment. However, I'll verify it and give a 
PR asap.

 

Update: Travis gives green light to this test after removing the redundant 
double-quote. [https://travis-ci.org/KarmaGYZ/flink/builds/653943626]

[~rmetzger] Could you assign this to me?


was (Author: karmagyz):
Currently, the Flink's Mesos integration is not hadoop-free, see FLINK-8247. 
The error message shows there is something wrong with hadoop classpath.

 

My gut feeling is that this is related to FLINK-15785.
{code:java}
env: PROFILE="-Dinclude-hadoop -Dhadoop.version=2.8.3 -Dscala-2.12 
-Pe2e-travis1,e2e-hadoop""{code}
The double-quote at the end of this line seems to be redundant. I'm not sure 
whether it is the root cause at the moment. However, I'll verify it and give a 
PR asap.

> test_mesos_wordcount.sh fails
> -
>
> Key: FLINK-16228
> URL: https://issues.apache.org/jira/browse/FLINK-16228
> Project: Flink
>  Issue Type: Bug
>  Components: Deployment / Mesos, Tests
>Affects Versions: 1.11.0
>Reporter: Robert Metzger
>Priority: Major
>  Labels: test-stability
>
> In a recent cron build, the mesos wordcount test failed: 
> https://travis-ci.org/apache/flink/jobs/653454544
> {code}
> 2020-02-21 20:37:44,334 INFO  
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint - Shutting 
> MesosSessionClusterEntrypoint down with application status FAILED. 
> Diagnostics java.lang.NoClassDefFoundError: 
> org/apache/hadoop/security/UserGroupInformation
>   at 
> org.apache.flink.runtime.clusterframework.overlays.HadoopUserOverlay$Builder.fromEnvironment(HadoopUserOverlay.java:74)
>   at 
> org.apache.flink.mesos.util.MesosUtils.applyOverlays(MesosUtils.java:152)
>   at 
> org.apache.flink.mesos.util.MesosUtils.createContainerSpec(MesosUtils.java:131)
>   at 
> org.apache.flink.mesos.runtime.clusterframework.MesosResourceManagerFactory.createActiveResourceManager(MesosResourceManagerFactory.java:81)
>   at 
> org.apache.flink.runtime.resourcemanager.ActiveResourceManagerFactory.createResourceManager(ActiveResourceManagerFactory.java:57)
>   at 
> org.apache.flink.runtime.entrypoint.component.DefaultDispatcherResourceManagerComponentFactory.create(DefaultDispatcherResourceManagerComponentFactory.java:170)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runCluster(ClusterEntrypoint.java:215)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.lambda$startCluster$0(ClusterEntrypoint.java:169)
>   at 
> org.apache.flink.runtime.security.contexts.NoOpSecurityContext.runSecured(NoOpSecurityContext.java:30)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.startCluster(ClusterEntrypoint.java:168)
>   at 
> org.apache.flink.runtime.entrypoint.ClusterEntrypoint.runClusterEntrypoint(ClusterEntrypoint.java:518)
>   at 
> org.apache.flink.mesos.entrypoint.MesosSessionClusterEntrypoint.main(MesosSessionClusterEntrypoint.java:126)
> Caused by: java.lang.ClassNotFoundException: 
> org.apache.hadoop.security.UserGroupInformation
>   at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:419)
>   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
>   at java.lang.ClassLoader.loadClass(ClassLoader.java:352)
>   ... 12 more
> .
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[GitHub] [flink] flinkbot edited a comment on issue #11186: [FLINK-16200][sql] Support JSON_EXISTS for blink planner

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11186: [FLINK-16200][sql] Support 
JSON_EXISTS for blink planner
URL: https://github.com/apache/flink/pull/11186#issuecomment-589950295
 
 
   
   ## CI report:
   
   * 10030ba9942f214290e8c4dd45e7e6de480ef6d3 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150140709) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5461)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11180: [FLINK-16220][json] Fix JsonRowSerializationSchema cast exception due…

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11180: [FLINK-16220][json] Fix 
JsonRowSerializationSchema cast exception due…
URL: https://github.com/apache/flink/pull/11180#issuecomment-589914664
 
 
   
   ## CI report:
   
   * 56c928ea39dc0c1b9de3e2669d8e48994b208010 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/150126022) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11183: [FLINK-16231][hive][build] Add missing jdk.tools exclusion

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11183: [FLINK-16231][hive][build] Add 
missing jdk.tools exclusion
URL: https://github.com/apache/flink/pull/11183#issuecomment-589943023
 
 
   
   ## CI report:
   
   * c0ee12a21a86517b7d65cf5118dbc0cb03077e3f Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150138381) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5457)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #7144: [FLINK-10932] [ResourceManager] Initial flink-kubernetes module with empty implementation

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #7144: [FLINK-10932] [ResourceManager] 
Initial flink-kubernetes module with empty implementation
URL: https://github.com/apache/flink/pull/7144#issuecomment-562523758
 
 
   
   ## CI report:
   
   * f3ba641c50d11192efcb2bd5681187fd049b7085 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/139677811) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #8693: [FLINK-8871] Support to cancel checkpoing via notification

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #8693: [FLINK-8871] Support to cancel 
checkpoing via notification
URL: https://github.com/apache/flink/pull/8693#issuecomment-542518065
 
 
   
   ## CI report:
   
   * b470751fa4c472828269e9b94c3bdb82e587908f Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/132086267) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11187: [FLINK-16234]Use LinkedHashSet for a deterministic iteration order

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11187: [FLINK-16234]Use LinkedHashSet for a 
deterministic iteration order
URL: https://github.com/apache/flink/pull/11187#issuecomment-589965444
 
 
   
   ## CI report:
   
   * 7f887f58c7bd62dbc531b5e554555d1f409b3981 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150152750) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10705: [FLINK-15346][connectors / filesystem] Support treat empty column as null option in CsvTableSourceFactory

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10705: [FLINK-15346][connectors / 
filesystem] Support treat empty column as null option in CsvTableSourceFactory
URL: https://github.com/apache/flink/pull/10705#issuecomment-569245359
 
 
   
   ## CI report:
   
   * 825a2c9773fca40aeb85d056aec0e177a2ba9319 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142446415) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3955)
 
   * 16c3f1999a6f1e9bab234622905f946b98def353 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142452534) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3956)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #9688: [FLINK-13056][runtime] Introduce FastRestartPipelinedRegionStrategy

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #9688: [FLINK-13056][runtime] Introduce 
FastRestartPipelinedRegionStrategy
URL: https://github.com/apache/flink/pull/9688#issuecomment-531737820
 
 
   
   ## CI report:
   
   * 23278b65f27154ae066841334f0d0b06885e713a Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/127786107) 
   * 5831d972c3f2a68398438015352e5a5e0a8de9da Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/129102026) 
   * 5c1518ef1f35d14862d371c16dab863c26f22fd8 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/129227917) 
   * ef600d0ba1e6144def12001f086a784b810b62a0 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/133934484) 
   * bea922da7880fb3e882f680f5fc9e0124c0add4f Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/133938989) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #8649: [FLINK-12770] [elasticsearch] Make number of bulk concurrentRequests configurable

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #8649: [FLINK-12770] [elasticsearch] Make 
number of bulk concurrentRequests configurable
URL: https://github.com/apache/flink/pull/8649#issuecomment-563247514
 
 
   
   ## CI report:
   
   * dfeebf6c4160f17143ecc67e21322b6ed00bf438 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/140238440) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #8679: [FLINK-9465] Specify a separate savepoint timeout option via CLI

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #8679: [FLINK-9465] Specify a separate 
savepoint timeout option via CLI
URL: https://github.com/apache/flink/pull/8679#issuecomment-515882872
 
 
   
   ## CI report:
   
   * ea6ead342d82d234d48f822b7919d93a7807b04b Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/121020323) 
   * d9b9a1e8ddeaab893e9fc94653c49130858decaf Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/121028467) 
   * e60a7cda7bf1298ecccfe21a8be2db9a9f995fb1 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/129428335) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10734: [FLINK-15386] Fix logic error in SingleJobSubmittedJobGraphStore.putJobGraph and add unit tests

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10734: [FLINK-15386] Fix logic error in 
SingleJobSubmittedJobGraphStore.putJobGraph and add unit tests
URL: https://github.com/apache/flink/pull/10734#issuecomment-569977123
 
 
   
   ## CI report:
   
   * 396aa2c7073c2cc4cf644eed43bda5f8436fda8d Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142769087) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10709: [FLINK-13437][test] Add Hive SQL E2E test

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10709: [FLINK-13437][test] Add Hive SQL E2E 
test
URL: https://github.com/apache/flink/pull/10709#issuecomment-569310266
 
 
   
   ## CI report:
   
   * 31cc4b771858ddf31a5cc19f2d3257b38f944825 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142473285) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3962)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11179: [FLINK-16178][FLINK-16192][checkpointing] Clean up checkpoint metadata code and remove remaining bits of "legacy state"

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11179: 
[FLINK-16178][FLINK-16192][checkpointing] Clean up checkpoint metadata code and 
remove remaining bits of "legacy state"
URL: https://github.com/apache/flink/pull/11179#issuecomment-589793675
 
 
   
   ## CI report:
   
   * 247bd519b8609610c80704bb4a7c0e5a8375494a Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150081947) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5440)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10228: [FLINK-14816] Add thread dump feature for taskmanager

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10228: [FLINK-14816] Add thread dump 
feature for taskmanager
URL: https://github.com/apache/flink/pull/10228#issuecomment-554599522
 
 
   
   ## CI report:
   
   * 8c07f8927fcbb96ae2e6f7b155ebc89287e2dbe9 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136797904) 
   * 32f7901560ffd6635e5cdc4463327906574eceda Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/136883965) 
   * 57b530f5e6228e59c3899f475c212c4dcf52d56a Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/137310623) 
   * 551b4df0f88a31a0989e3428ac4e89423514d4f9 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/137496433) 
   * 53cbeb683f8fb71b2eed0eb1e0833fdfbe00379e Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/140014987) 
   * 1a3ab9eeaaccbc5cc8381fa697437ae9ad9106b6 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/143112933) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4096)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10193: [FLINK-13938][yarn] Use pre-uploaded flink binary to accelerate flink submission

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10193: [FLINK-13938][yarn] Use pre-uploaded 
flink binary to accelerate flink submission
URL: https://github.com/apache/flink/pull/10193#issuecomment-553881527
 
 
   
   ## CI report:
   
   * e3ac83fe02a7583159184772ff4b4341fa65f827 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136517817) 
   * eefbec6756be60a27698d275a1b94bef7cd0c1e2 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136636043) 
   * 19a83ead105c951505dbafb0280fa2d25132c9a0 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136645898) 
   * dd2b911c850a56e3d6aa4a3c7e16b30431977bf5 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136651764) 
   * 06b368d9fbd88eabf71391fc1662b4d8a626d43c Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137165694) 
   * d4b77c8aab32cdeb11806fdd45ea88141051a157 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137317107) 
   * 53b86608c1d008c53112b34c634ccf96419cd921 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137343147) 
   * 2969fb4fb3afc8c331415c1ca478b05f3cb47b47 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137394777) 
   * edccba4a6db80772f9494f5631e1bc6a340d6586 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137697818) 
   * a109168bc5582fad8bbd3dade6f30990931583b5 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/138010243) 
   * 6600e07db82467eb3ce41e6d1c8032c9bcdd9751 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/138072264) 
   * b3155b18b290b31df0fc5e6bdf29ef421bf68373 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/138160080) 
   * 5350fff0d5479bd2015de2e61895a4da06aece47 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/138181974) 
   * 3f24f8ce1b43bb832ca1987323be3717ed7bc6bd Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/138197839) 
   * ef0a6430c6e026f134905b40e9c79915ffc87ee3 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/138387359) 
   * 74d293dad137877a8a6966f8d9ceb8a72da79898 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/138591690) 
   * 29ff6192e49efafe70f835aca6230035ca17455b Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/138606137) 
   * 337ae22623b46aff87bbbe26becac1633e16a468 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/13876) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10686: [FLINK-15378][flink-core]support_different_filesystem_plugin between user code and flink default

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10686: 
[FLINK-15378][flink-core]support_different_filesystem_plugin between user code 
and flink default
URL: https://github.com/apache/flink/pull/10686#issuecomment-568876747
 
 
   
   ## CI report:
   
   * 66e6be57631386b42ab74402220afaa125d37618 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142311725) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3910)
 
   * e8d16bb57c9876dde8857f26a43225602dece754 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142346387) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3921)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #9682: [FLINK-14041][tests] Refactor LeaderRetrievalServiceHostnameResolutionTest and remove StandaloneUtils

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #9682: [FLINK-14041][tests] Refactor 
LeaderRetrievalServiceHostnameResolutionTest and remove StandaloneUtils
URL: https://github.com/apache/flink/pull/9682#issuecomment-531697742
 
 
   
   ## CI report:
   
   * 1513bd9a28bd35cc176554c957a61329fb0cabf4 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/127766936) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10174: [FLINK-14625][table-planner-blink] Add a rule to eliminate cross join as much as possible without statistics

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10174: [FLINK-14625][table-planner-blink] 
Add a rule to eliminate cross join as much as possible without statistics
URL: https://github.com/apache/flink/pull/10174#issuecomment-553372516
 
 
   
   ## CI report:
   
   * 0877da16f10eef830aafb9d6b3328df1c1b461a0 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136315998) 
   * 98d1e8ecd1c2139e618d63b9c3f6e07a296cf44e Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/136443898) 
   * f28c1b5fbeb985c7ab14ff1d164bafd35957ee65 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136946829) 
   * efd7d20dbca09c5694b8a617db800df4afc83903 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136952686) 
   * f94b95235ae60163588ece31e89ebdd129e3fa61 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/136980432) 
   * d2597be62a2bb29c5f999fcc2886f29ec0522a3c Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/138010220) 
   * d7c9256a76d3e9cf954703c548a765a20434e61a Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/139639477) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added flushInterval support for JDBCOutputFormat

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10740: [FLINK-15432][jdbc] Added 
flushInterval support for JDBCOutputFormat
URL: https://github.com/apache/flink/pull/10740#issuecomment-570113597
 
 
   
   ## CI report:
   
   * 0d69d547cbdb24d74d0a43653bdc43e7ee0c9c4e Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142833898) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4033)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11181: [FLINK-16230][tests]Use LinkedHashSet instead of HashSet

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11181: [FLINK-16230][tests]Use 
LinkedHashSet instead of HashSet
URL: https://github.com/apache/flink/pull/11181#issuecomment-589919323
 
 
   
   ## CI report:
   
   * 1adaf381144df070b76f311652607fe295842863 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150128180) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #7598: [FLINK-11333][protobuf] First-class serializer support for Protobuf types

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #7598: [FLINK-11333][protobuf] First-class 
serializer support for Protobuf types
URL: https://github.com/apache/flink/pull/7598#issuecomment-538572354
 
 
   
   ## CI report:
   
   * 35cb722954d3f608e5b4b0ad02f4e3570ad858cd Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/130486386) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10739: [FLINK-15452]fix error nested udf type missing

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10739: [FLINK-15452]fix error nested udf 
type missing
URL: https://github.com/apache/flink/pull/10739#issuecomment-570110426
 
 
   
   ## CI report:
   
   * c3944d647f614c097030526f8cb04fc6b04615b8 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142831092) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4030)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #9716: [FLINK-14116][docs] Translate changes on Getting Started Overview to …

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #9716: [FLINK-14116][docs] Translate changes 
on Getting Started Overview to …
URL: https://github.com/apache/flink/pull/9716#issuecomment-533056428
 
 
   
   ## CI report:
   
   * 0a2f103d2a997afc60424688b87f8aa3fa0d30b1 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/128310766) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11182: [FLINK-16130] [docs] Translate /ops/filesystems/common.zh.md into Chinese

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11182: [FLINK-16130] [docs] Translate 
/ops/filesystems/common.zh.md into Chinese
URL: https://github.com/apache/flink/pull/11182#issuecomment-589932435
 
 
   
   ## CI report:
   
   * d504c3f34f2763ed9ceafed47975aa6570f65d8b Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150134827) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5454)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #9158: [FLINK-10052][coordination] Tolerate temporarily suspended ZooKeeper connections

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #9158: [FLINK-10052][coordination] Tolerate 
temporarily suspended ZooKeeper connections
URL: https://github.com/apache/flink/pull/9158#issuecomment-512691988
 
 
   
   ## CI report:
   
   * 6c5df1ff80d0b5c7a5b39867733c8e1c9740d5cf Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/119585208) 
   * 408ebea57b460c2ce6a40ae924eb8f7e89694c2a Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/119591295) 
   * c1b73eb5d61aee00b79e961799b3a0fc928a565d Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/119766216) 
   * af2379f40a051eff633245bb3bb02485bad35f26 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/119874091) 
   * bd146ddcd1d9e0501f7e792875f5887edb8b7299 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/125310114) 
   * 6c84fac30958dcd20cf0478782ba99edecb69551 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/141875953) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3802)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #6613: [FLINK-9940] [API/DataStream][File source] out-of-order files were missed in continuous monitoring

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #6613: [FLINK-9940] [API/DataStream][File 
source] out-of-order files were missed in continuous monitoring
URL: https://github.com/apache/flink/pull/6613#issuecomment-526964862
 
 
   
   ## CI report:
   
   * 85434111363874caddb161d5f49f22711397ba55 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/125372744) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #9648: [FLINK-13872] [docs-zh] Translate Operations Playground to Chinese

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #9648: [FLINK-13872] [docs-zh] Translate 
Operations Playground to Chinese
URL: https://github.com/apache/flink/pull/9648#issuecomment-529346361
 
 
   
   ## CI report:
   
   * 6def0e035c5e7f442e45a00f1f7628726aef42eb Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/126406386) 
   * 333097ea0e09e61f359eac193e94fb8b1ee588ef Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/126544954) 
   * 97eb081dbc374c19066b87406ed654c8f3b7665a Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/126546917) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10687: [FLINK-15364] Introduce streaming task using heap backend e2e tests for Mesos

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10687: [FLINK-15364] Introduce streaming 
task using heap backend e2e tests for Mesos
URL: https://github.com/apache/flink/pull/10687#issuecomment-568881372
 
 
   
   ## CI report:
   
   * 016f5e1ce6dffdbe7dd69e63fae99895520a6f5c Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142313148) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3912)
 
   * d4c4910fcf29e762fbb6e27a0de9fd3529014670 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142444248) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3953)
 
   * d7a4237329fccbd820c01c7688df5a5822409d42 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148304690) Azure: 
[PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5036)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10710: [hotfix][doc] Fix temporal_tables correlate with a changing dimension table section

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10710: [hotfix][doc] Fix temporal_tables 
correlate with a changing dimension table section
URL: https://github.com/apache/flink/pull/10710#issuecomment-569382162
 
 
   
   ## CI report:
   
   * 2515369f9f288d23e53ff933b698a998aebd9a42 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/142509131) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3963)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10155: [FLINK-14596][table] Update MapView and ListView interface to new type system

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10155: [FLINK-14596][table] Update MapView 
and ListView interface to new type system
URL: https://github.com/apache/flink/pull/10155#issuecomment-552734095
 
 
   
   ## CI report:
   
   * de48b2b764d089ee987c1fb12d0831715ebf02ca Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136058857) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10191: [FLINK-14749] Migrate duration and memory size ConfigOptions in JobManagerOptions

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10191: [FLINK-14749] Migrate duration and 
memory size ConfigOptions in JobManagerOptions
URL: https://github.com/apache/flink/pull/10191#issuecomment-553859899
 
 
   
   ## CI report:
   
   * a7c0344315ca25af405f9ec5d82121c1d454755d Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136505980) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11177: [FLINK-16219][runtime] Made AsyncWaitOperator chainable to non-sources.

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11177: [FLINK-16219][runtime] Made 
AsyncWaitOperator chainable to non-sources.
URL: https://github.com/apache/flink/pull/11177#issuecomment-589720432
 
 
   
   ## CI report:
   
   * 61b28a39aa682892a746495931949ab20dd1979c Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/150047217) 
   * 3d36bd3136fd8b56ee367ee29dc9c92beaf4542a Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/150094881) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5441)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11184: [FLINK-16232][hive][build] Remove log4j2 exclusions

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11184: [FLINK-16232][hive][build] Remove 
log4j2 exclusions
URL: https://github.com/apache/flink/pull/11184#issuecomment-589943033
 
 
   
   ## CI report:
   
   * ca6f62c83856ef95953118cd6c7bae7111c1795b Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150138384) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5458)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #6075: [FLINK-9407] [hdfs connector] Support orc rolling sink writer

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #6075: [FLINK-9407] [hdfs connector] Support 
orc rolling sink writer
URL: https://github.com/apache/flink/pull/6075#issuecomment-551549608
 
 
   
   ## CI report:
   
   * 3f5021b5d8c701f4ab35080ac71fcc8c347c Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/135617454) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11139: [FLINK-16015][filesystems]Throw an error when a plugin for a known scheme is missing.

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11139:  [FLINK-16015][filesystems]Throw an 
error when a plugin for a known scheme is missing.
URL: https://github.com/apache/flink/pull/11139#issuecomment-588228416
 
 
   
   ## CI report:
   
   * c550a19361c90006b335dc954b7ae0c3b176e7a1 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149633747) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10651: [FLINK-15343][API/DataStream] Add Watermarks options for TwoInputStreamOpe…

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10651: [FLINK-15343][API/DataStream] Add 
Watermarks options for TwoInputStreamOpe…
URL: https://github.com/apache/flink/pull/10651#issuecomment-567927075
 
 
   
   ## CI report:
   
   * 5945e5e8f373215b0dfe051c7f91f7b91e6b0928 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/141917314) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3825)
 
   * 2393b32572b49bf430ddb0e001de1b79501894b9 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142345451) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3918)
 
   * d58e89c10722afd2626fbc0b864bf6545479ae30 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142423087) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3946)
 
   * 5f7d5b1038646012781f8a2cbcd9c256eef7e79a Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142426426) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3947)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11148: [FLINK-16180][runtime] Replace the nullable vertexExecution in ScheduledUnit with a non-null executionVertexId

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11148: [FLINK-16180][runtime] Replace the 
nullable vertexExecution in ScheduledUnit with a non-null executionVertexId
URL: https://github.com/apache/flink/pull/11148#issuecomment-588710480
 
 
   
   ## CI report:
   
   * 9cf340d95807d82066316548ca6e503f8fd731e8 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/149771425) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5339)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11153: [FLINK-15958][table-common] Introduce unresolved data types in API

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11153: [FLINK-15958][table-common] 
Introduce unresolved data types in API
URL: https://github.com/apache/flink/pull/11153#issuecomment-588815440
 
 
   
   ## CI report:
   
   * bedd2940605a78541fc327086cf9f696ad3fe031 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149779051) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11173: [FLINK-13417][build] Bundle Zookeeper 3.5 in opt

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11173: [FLINK-13417][build] Bundle 
Zookeeper 3.5 in opt 
URL: https://github.com/apache/flink/pull/11173#issuecomment-589629527
 
 
   
   ## CI report:
   
   * 80755e8c69c712ebc1a2216f4b38bf23939deeea Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/150002330) 
   * e4bef951ad8869425ce4afcfa8bfb19980de030d Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/150026334) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11156: [FLINK-16183][table-api] Make identifier parsing in Table API more lenient

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11156: [FLINK-16183][table-api] Make 
identifier parsing in Table API more lenient
URL: https://github.com/apache/flink/pull/11156#issuecomment-588965591
 
 
   
   ## CI report:
   
   * 3cae2fb28b6a66eaabe2e99eceead4b077f0264a Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149795792) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5360)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11168: [FLINK-16140] [docs-zh] Translate Event Processing (CEP) page into Chinese

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11168: [FLINK-16140] [docs-zh] Translate 
Event Processing (CEP) page into Chinese
URL: https://github.com/apache/flink/pull/11168#issuecomment-589576910
 
 
   
   ## CI report:
   
   * 8e08bdefc8f3a02ffdba8591620b4fea59889cc2 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149965664) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11142: [FLINK-16167][python][doc] update python_shell document execution

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11142: [FLINK-16167][python][doc] update 
python_shell document execution
URL: https://github.com/apache/flink/pull/11142#issuecomment-588249138
 
 
   
   ## CI report:
   
   * 04fbc2dcd76c47ce9fe126469d6b7d96da58651a Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/149639684) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11175: [FLINK-16197][hive] Failed to query partitioned table when partition …

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11175: [FLINK-16197][hive] Failed to query 
partitioned table when partition …
URL: https://github.com/apache/flink/pull/11175#issuecomment-589671100
 
 
   
   ## CI report:
   
   * 53fda3bf9cc936fee8c1925c76730df8d9ee6381 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150017255) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11159: [FLINK-16188][e2e] AutoClosableProcess constructor now private

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11159: [FLINK-16188][e2e] 
AutoClosableProcess constructor now private
URL: https://github.com/apache/flink/pull/11159#issuecomment-589070207
 
 
   
   ## CI report:
   
   * 273e92d7b571cccf3220e48e1bbf6da24d40828f Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/149821994) 
   * f5c6a11bb9af6af83b39559240355ef9585ab29c Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/149851329) 
   * 20a56e7c55f419fc111c57d53e62d08a28c30427 Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/150026288) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5427)
 
   * 6576a8786fa6f159b0ba05034ecb17e4c52444ad Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/150075488) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5438)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11170: [FLINK-16033][table-api] Expose catalog lookup function calls in Scala's expression dsl.

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11170:  [FLINK-16033][table-api] Expose 
catalog lookup function calls in Scala's expression dsl.
URL: https://github.com/apache/flink/pull/11170#issuecomment-589590759
 
 
   
   ## CI report:
   
   * 2c85988d5f5074372ff5363164ebfe0244d0dc57 UNKNOWN
   * e13785504108e6e6373e30df43d245a6b47bb1ce Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149970692) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5405)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11171: [FLINK-15722] Update TypeSerializerSnapshotMigrationITCase to restore from 1.10 savepoint

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11171: [FLINK-15722] Update 
TypeSerializerSnapshotMigrationITCase to restore from 1.10 savepoint
URL: https://github.com/apache/flink/pull/11171#issuecomment-589604347
 
 
   
   ## CI report:
   
   * 29acf2322ddd57b6309ae87bfa9fc1747886449d Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149981132) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5410)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #7579: [FLINK-9142] Lower the minimum number of buffers for incoming channels to 1

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #7579: [FLINK-9142] Lower the minimum number 
of buffers for incoming channels to 1
URL: https://github.com/apache/flink/pull/7579#issuecomment-583947053
 
 
   
   ## CI report:
   
   * d737dfd230d36adf1a5c5c2c0c960d3fd3c5a30e Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/148132181) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11162: [FLINK-11720][connectors] Bump ElasticSearch5 to 5.3.3

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11162: [FLINK-11720][connectors] Bump 
ElasticSearch5 to 5.3.3
URL: https://github.com/apache/flink/pull/11162#issuecomment-589159373
 
 
   
   ## CI report:
   
   * 60e92ee0c012f278d1820b0c9f5061864afdf15c Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/149842908) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #5521: [FLINK-8599] Improve the failure behavior of the FileInputFormat for …

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #5521: [FLINK-8599] Improve the failure 
behavior of the FileInputFormat for …
URL: https://github.com/apache/flink/pull/5521#issuecomment-547463841
 
 
   
   ## CI report:
   
   * 498611c0cd8678dfd4f3e772826081f83260bb28 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/134018823) 
   * 53a83524654e21eec69e97291b9b80273950617a Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/134782509) 
   * ea1c93de4f52d348584df5f5d271c7d5ff547695 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/134785613) 
   * 05aa2f2f17963b14b623c60452ebc728438d70bb Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/134790622) 
   * 96d507befa69e1eca8e2deb4bce6a74567e5ce5b Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/134792795) 
   * 21634daeb420124410ba7b320caf596b5d67aa21 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/134958500) 
   * 1c1e5a5dc15ecaa24853574b13472d1d218515ae Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/135034111) 
   * 4935b837a5d6caa4377f8d5aacd1e2f7bebf4b9a Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/135110562) 
   * 0784f386c7613ea5e47cf295cd22cf5380ffa5aa Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/135135040) 
   * 18723cc4a20c372f5c86b9158eaa24522ba2a439 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/135164000) 
   * 46958e1921226508e62a90e0ef2e6ad19b245a37 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/135337853) 
   * 8e75ee5df82c7575623a40d6aa0c055e3b892a5e Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/136738787) 
   * 2393ef6b619258fc58c58a141e2bd896042512e8 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/136773994) 
   * 8ece2a4fa8560f0885af0d78e338ef5fb155040a Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136788572) 
   * 7403cf0643e2dff636ca412c1dd0c11b9678714c Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136827979) 
   * a4a40dadaa8b69187cc7186f17c69f7397268a53 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136842899) 
   * 7e197d79650a22f897154228c3875fe482376629 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136848784) 
   * 610a49b70465dc9a5b9b78b3b43ae54c025b52f2 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136852712) 
   * 41a22b8a32c8dd78f62d702a21b288ca27fd245c Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136879085) 
   * d774997071a56ac27c5e0b55d9b58ba5eba1f257 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136887799) 
   * a99e3095a78791ca9df9e6b7c5e8930bc623640d Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136896513) 
   * a3ddf546e267a068773474586ccb8b6062b5557e Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136910623) 
   * 373f17447a2bf8cfd57b1b9e53417eeb2064b4d6 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/136916250) 
   * a0156e51f9d318515c88fc21130e05a5ad9f0839 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/136921447) 
   * 17bb4e7e2a734ee07b60f3b5f30342832fd8e79c Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137063047) 
   * d37985a0bc7bddd888fb3d68e88e6ce4aaeff847 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137078284) 
   * 709a84c824472f7ce1529dcaa595c0bacf3176dd Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137105535) 
   * 77c9889138e84aaa7d8e2899ea8668dae3b424d8 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137199766) 
   * b955276d7bf0085812cbd9fd9e607454b607307b Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/137295623) 
   * ae129a0b802f2490ccb7328b3882081a3a486638 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/137310601) 
   * 95cc078fa52d8fbfa95eb7e8d00062c0ab2b6a67 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/137388823) 
   * 31f2d1bb9b55b156b6d6abc41013d0e1e788930c Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/137472137) 
   * 496f082d4826a65a9542aa24c24aaa06b13c4735 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/137677063) 
   * 7efd558cb74cf68f1d69da64f39e5e305ba4f950 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/137699527) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10655: [FLINK-15356][metric] Add applicationId to flink metrics running on yarn

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10655: [FLINK-15356][metric] Add 
applicationId to flink metrics running on yarn
URL: https://github.com/apache/flink/pull/10655#issuecomment-568172387
 
 
   
   ## CI report:
   
   * 21a9da4826fee2cbf8e79168e854a605ea0a5ef3 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142005364) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3842)
 
   * 4c18b1fcec87cefa647a011b9c78d7791d89b372 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142079726) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3851)
 
   * ae4d5b34f19b18fdc5696444f60bc0e342c0153b UNKNOWN
   * dc0a50ffd0c588e82a96cd7a60f2bce7a5b9fe36 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142193196) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3877)
 
   * 03ee4fa1f29c549803559df77ab6d9321192beed Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142194892) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3879)
 
   * 15b98cbb71ccf72aa36febb4d3392fb8537308aa Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142225735) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3892)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10654: [FLINK-14081][table-planner-blink] Support precision of TimeType

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10654: [FLINK-14081][table-planner-blink] 
Support precision of TimeType
URL: https://github.com/apache/flink/pull/10654#issuecomment-568150600
 
 
   
   ## CI report:
   
   * 210649f07986a5c815bd39bb532a86f06ee412b8 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/141996849) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3838)
 
   * 817a1efa635ff3201c943fbf579432b4ef5b8c7b Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142075142) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3849)
 
   * a942e8e4a3b9f458b4f903280ccef3ccf2364770 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/142375460) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3937)
 
   * 383d6c9e55ecc74580f998b20ac60cf7990779d1 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/143376910) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4161)
 
   * a04621c54d57075fd9f747642b071c1d6a68767b Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/143499280) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4173)
 
   * cfa0072c7b98c2ffcc1aced9fbc148cc12755bad Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/143509092) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4177)
 
   * 3bf4ff084432ced2e7da115aea1eb17cf925096b Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/143519873) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4183)
 
   * 140543d71dbc8456479ead209ef74fddb12bbd92 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/143537752) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4189)
 
   * 7d598d298b67ce6807d61f4bdbbab8781d9399ee Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/143661842) Azure: 
[PENDING](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4201)
 
   * 5940c3b61e19290cc990a9889dcbc7c5b1d78b91 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/143671422) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4205)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11176: [FLINK-15948][yarn] Enrich the warning log for YARN minimum allocation memory

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11176: [FLINK-15948][yarn] Enrich the 
warning log for YARN minimum allocation memory
URL: https://github.com/apache/flink/pull/11176#issuecomment-589671142
 
 
   
   ## CI report:
   
   * adb2e9e62190ba505ee86554a97452984fbc2de4 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/150018467) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5423)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11144: [FLINK-15715] Update ContinuousFileProcessingMigrationTest to restore from 1.10 savepoint

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11144: [FLINK-15715] Update 
ContinuousFileProcessingMigrationTest to restore from 1.10 savepoint
URL: https://github.com/apache/flink/pull/11144#issuecomment-588270086
 
 
   
   ## CI report:
   
   * bafa0b96be75a242a6465becc11e82a1afa1de61 Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/149646329) 
   * 66e240be3d3886212b32373a975e6f005a817d39 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149745729) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5336)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11154: [FLINK-15720] Update StatefulJobWBroadcastStateMigrationITCase.scala to restore from 1.10 savepoint

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11154: [FLINK-15720] Update 
StatefulJobWBroadcastStateMigrationITCase.scala to restore from 1.10 savepoint
URL: https://github.com/apache/flink/pull/11154#issuecomment-588867174
 
 
   
   ## CI report:
   
   * 26e15df808a1f77e2d94dc6b8617202ebfb1eb01 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149784009) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5349)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11167: [FLINK-16129] [docs] Translate /ops/filesystems/index.zh.md

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11167: [FLINK-16129] [docs] Translate 
/ops/filesystems/index.zh.md
URL: https://github.com/apache/flink/pull/11167#issuecomment-589539473
 
 
   
   ## CI report:
   
   * e210c1aad1a84a8b2baabb019a895b677c358ebf Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/149949418) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5401)
 
   * c4945debebb4ebf82e1b3cda04cba841dcb642c8 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149961828) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5403)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11133: [FLINK-15716] Update WindowOperatorMigrationTest to restore from 1.10 savepoint

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11133: [FLINK-15716] Update 
WindowOperatorMigrationTest to restore from 1.10  savepoint
URL: https://github.com/apache/flink/pull/11133#issuecomment-588160633
 
 
   
   ## CI report:
   
   * 1f683ffa3d28b0d367dafe4ad3ebac4c3582e378 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149608426) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11161: [FLINK-16181][table-planner-blink] Fix IfCallGen throw NPE when opera…

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11161: [FLINK-16181][table-planner-blink] 
Fix IfCallGen throw NPE when opera…
URL: https://github.com/apache/flink/pull/11161#issuecomment-589090804
 
 
   
   ## CI report:
   
   * 9da9eafa1127c10ed00e5eb8c8a704061a13dc95 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149828510) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5374)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11140: [FLINK-16172][build] Add baseline set of allowed unused dependencies

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11140: [FLINK-16172][build] Add baseline 
set of allowed unused dependencies
URL: https://github.com/apache/flink/pull/11140#issuecomment-588228486
 
 
   
   ## CI report:
   
   * 7d7126525a80f03746bdee2b96b7341fbb55c6f1 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149633775) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10142: [FLINK-13095][state-processor-api] Provide an easy way to read / bootstrap window state using the State Processor API

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10142: [FLINK-13095][state-processor-api] 
Provide an easy way to read / bootstrap window state using the State Processor 
API 
URL: https://github.com/apache/flink/pull/10142#issuecomment-552144134
 
 
   
   ## CI report:
   
   * 557ad0d4a96cba59e6710f2fca3246e211d12ced Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/135793046) 
   * cb9b51784402d5b89fd89b95c2e5b3332eddfd25 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/135829519) 
   * 77f50edccc5a9f27b4da1027d6b0e79faa14113e Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/136018851) 
   * c39bafc44c0258dff5d66094089426ade792fc21 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/139175989) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11151: [FLINK-16128][docs]Translate "Google Cloud PubSub" page into Chinese

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11151: [FLINK-16128][docs]Translate "Google 
Cloud PubSub" page into Chinese
URL: https://github.com/apache/flink/pull/11151#issuecomment-588760864
 
 
   
   ## CI report:
   
   * 89d26f578174d90ce9979f076346376bf3597a5b Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149774919) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5342)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11147: [FLINK-15717] Update StatefulJobSavepointMigrationITCase.scala to restore from 1.10 savepoint

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11147: [FLINK-15717] Update 
StatefulJobSavepointMigrationITCase.scala to restore from 1.10 savepoint
URL: https://github.com/apache/flink/pull/11147#issuecomment-588710322
 
 
   
   ## CI report:
   
   * 8127feb053c5d657b8453a7ef02c65da627d037c Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149771375) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5338)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10630: [FLINK-15329][runtime]fix incorrect comment for MemoryManager#availab…

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10630: [FLINK-15329][runtime]fix incorrect 
comment for MemoryManager#availab…
URL: https://github.com/apache/flink/pull/10630#issuecomment-567459796
 
 
   
   ## CI report:
   
   * a89a9a0788c62a5be839fd6e58f9ee44b6887745 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/141745665) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3760)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11172: [FLINK-16067][table] Forward Calcite exception when parsing a sql query

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11172: [FLINK-16067][table] Forward Calcite 
exception when parsing a sql query
URL: https://github.com/apache/flink/pull/11172#issuecomment-589618638
 
 
   
   ## CI report:
   
   * 7031e428e2c08f96a7e9ef69afd6680c91cdd2bc Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/149998196) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5415)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11146: [FLINK-15718] Update StatefulJobSavepointMigrationITCase to restore from 1.10 savepoint

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11146: [FLINK-15718] Update 
StatefulJobSavepointMigrationITCase to restore from 1.10 savepoint
URL: https://github.com/apache/flink/pull/11146#issuecomment-588660647
 
 
   
   ## CI report:
   
   * 6d0d8f47466cf61ec549d85627e0349550e2433d Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149768484) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5337)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11169: [FLINK-16196][hive] FlinkStandaloneHiveRunner leaks HMS process

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11169: [FLINK-16196][hive] 
FlinkStandaloneHiveRunner leaks HMS process
URL: https://github.com/apache/flink/pull/11169#issuecomment-589576991
 
 
   
   ## CI report:
   
   * 6187e51e301c2c81d6e2fb9446747a2e5265e99a Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149965717) 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11155: [FLINK-14818][benchmark] Fix receiving InputGate setup of StreamNetworkBenchmarkEnvironment.

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11155: [FLINK-14818][benchmark] Fix 
receiving InputGate setup of StreamNetworkBenchmarkEnvironment.
URL: https://github.com/apache/flink/pull/11155#issuecomment-588965557
 
 
   
   ## CI report:
   
   * fee93cecf80cb73fcdf082f47fe0b9bd727a3002 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/149795742) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5359)
 
   * 2d7b20f97e41151ed741a3f6d93756b776b30dc9 Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/149835681) 
   * cfc691c781ae54d63ecaa7c282e6cb34f73425d8 Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/149842861) 
   * 21b36d4fadd73af33edb4fabc7da9d93c2f2d55c Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149851288) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5381)
 
   * 090a72bd3101d7111490832526937d3973c75795 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/149946832) 
   * 8fe5e3d33d372b15e15cc52171ea8c3844c02ef9 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149949398) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5400)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10656: [FLINK-15221][Table SQL / API]supporting exactly_once semantic for kafka table api

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10656: [FLINK-15221][Table SQL / 
API]supporting exactly_once semantic for kafka table api
URL: https://github.com/apache/flink/pull/10656#issuecomment-568185614
 
 
   
   ## CI report:
   
   * ebe3e36222541c86c47c4ae74e211d14b7e16548 Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/142010397) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3843)
 
   * 62ab0131a34b30e1bd6a1e9a56935978d560c329 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/143194756) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=4109)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #10622: [FLINK-14364] [flink-formats] Add validation when format.allow-comments is used with format.ignore-parse-errors in CsvValidator

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #10622: [FLINK-14364] [flink-formats] Add 
validation when format.allow-comments is used with format.ignore-parse-errors 
in CsvValidator
URL: https://github.com/apache/flink/pull/10622#issuecomment-567106606
 
 
   
   ## CI report:
   
   * 6292447ad822b83196409881704f987e5e033b32 Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/141618814) Azure: 
[FAILURE](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3740)
 
   * 22f2430ce07337080834b0e1d8184a99f9e558df Travis: 
[FAILURE](https://travis-ci.com/flink-ci/flink/builds/141774903) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=3774)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [flink] flinkbot edited a comment on issue #11160: [FLINK-15094] Use Unsafe to instantiate and construct DirectByteBuffer

2020-02-22 Thread GitBox
flinkbot edited a comment on issue #11160: [FLINK-15094] Use Unsafe to 
instantiate and construct DirectByteBuffer
URL: https://github.com/apache/flink/pull/11160#issuecomment-589090746
 
 
   
   ## CI report:
   
   * 6d106f671d59bbf63b071d48001e40d724796747 Travis: 
[CANCELED](https://travis-ci.com/flink-ci/flink/builds/149828412) 
   * 9d19f3425c2f4c3b523681e463ef32a95a44f7e5 Travis: 
[SUCCESS](https://travis-ci.com/flink-ci/flink/builds/149851383) Azure: 
[SUCCESS](https://dev.azure.com/rmetzger/5bd3ef0a-4359-41af-abca-811b04098d2e/_build/results?buildId=5383)
 
   
   
   Bot commands
 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
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


  1   2   3   4   >