You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/12/05 18:45:29 UTC

[GitHub] [airflow] ashb opened a new pull request #12844: Add CAP_SYS_NICE to prevent confusing non-error error in Mysql logs

ashb opened a new pull request #12844:
URL: https://github.com/apache/airflow/pull/12844


   If a MySQL 8 test fails it will dump the logs, and we will see a lot of
   errors like this:
   
   ```
   mbind: Operation not permitted
   mbind: Operation not permitted
   mbind: Operation not permitted
   mbind: Operation not permitted
   mbind: Operation not permitted
   mbind: Operation not permitted
   ```
   
   From reading issues on docker this appears to not be an issue, but we
   can remove it by adding this capability.
   
   This should reduce time spent debugging a non-problem.
   
   
   <!--
   Thank you for contributing! Please make sure that your code changes
   are covered with tests. And in case of new features or big changes
   remember to adjust the documentation.
   
   Feel free to ping committers for the review!
   
   In case of existing issue, reference it using one of the following:
   
   closes: #ISSUE
   related: #ISSUE
   
   How to write a good git commit message:
   http://chris.beams.io/posts/git-commit/
   -->
   
   ---
   **^ Add meaningful description above**
   
   Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)** for more information.
   In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] github-actions[bot] commented on pull request #12844: Add CAP_SYS_NICE to prevent confusing non-error error in Mysql logs

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #12844:
URL: https://github.com/apache/airflow/pull/12844#issuecomment-739572985


   [The Workflow run](https://github.com/apache/airflow/actions/runs/402908928) is cancelling this PR. Building images for the PR has failed. Follow the the workflow link to check the reason.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb closed pull request #12844: Add CAP_SYS_NICE to prevent confusing non-error error in Mysql logs

Posted by GitBox <gi...@apache.org>.
ashb closed pull request #12844:
URL: https://github.com/apache/airflow/pull/12844


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb commented on pull request #12844: Add CAP_SYS_NICE to prevent confusing non-error error in Mysql logs

Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #12844:
URL: https://github.com/apache/airflow/pull/12844#issuecomment-739333474


   https://github.com/apache/airflow/runs/1504028479?check_suite_focus=true of an example
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] ashb commented on pull request #12844: Add CAP_SYS_NICE to prevent confusing non-error error in Mysql logs

Posted by GitBox <gi...@apache.org>.
ashb commented on pull request #12844:
URL: https://github.com/apache/airflow/pull/12844#issuecomment-739792579


   Oh lol what. Thanks Docker for taking what was supposed to be OS independent and making it depend on the host OS :(


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on pull request #12844: Add CAP_SYS_NICE to prevent confusing non-error error in Mysql logs

Posted by GitBox <gi...@apache.org>.
mik-laj commented on pull request #12844:
URL: https://github.com/apache/airflow/pull/12844#issuecomment-739777106


   Is this change supported by all operating systems? I have doubts whether this will not cause problems for Breeze users.
   https://github.com/docker/for-mac/issues/4987
   https://github.com/moby/moby/issues/38631


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org