You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@zookeeper.apache.org by GitBox <gi...@apache.org> on 2021/04/07 09:02:58 UTC

[GitHub] [zookeeper] qwedsazzcc opened a new pull request #1673: Solve Poll timeout failure caused by POLLNVAL

qwedsazzcc opened a new pull request #1673:
URL: https://github.com/apache/zookeeper/pull/1673


    Zookeeper c client request server by dns , when the zookeeper server and dns server down at the same time , c client poll will  set  revent to POLLNVAL .  At this time The parameter timeout of poll  is not valid. it cause very frequent requests and high cpu use


-- 
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] [zookeeper] qwedsazzcc closed pull request #1673: Solve Poll timeout failure caused by POLLNVAL

Posted by GitBox <gi...@apache.org>.
qwedsazzcc closed pull request #1673:
URL: https://github.com/apache/zookeeper/pull/1673


   


-- 
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] [zookeeper] qwedsazzcc commented on pull request #1673: Solve Poll timeout failure caused by POLLNVAL

Posted by GitBox <gi...@apache.org>.
qwedsazzcc commented on pull request #1673:
URL: https://github.com/apache/zookeeper/pull/1673#issuecomment-817422146


   https://github.com/apache/zookeeper/pull/1679


-- 
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] [zookeeper] maoling commented on pull request #1673: Solve Poll timeout failure caused by POLLNVAL

Posted by GitBox <gi...@apache.org>.
maoling commented on pull request #1673:
URL: https://github.com/apache/zookeeper/pull/1673#issuecomment-817078786


   @qwedsazzcc 
   - It's better to create a [JIRA](https://issues.apache.org/jira/projects/ZOOKEEPER/) issues (sign up JIRA if you don't have an account) to bind this PR to a JIRA-ID.
   - The contributor guide is [here](https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToContribute])


-- 
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] [zookeeper] qwedsazzcc edited a comment on pull request #1673: Solve Poll timeout failure caused by POLLNVAL

Posted by GitBox <gi...@apache.org>.
qwedsazzcc edited a comment on pull request #1673:
URL: https://github.com/apache/zookeeper/pull/1673#issuecomment-817422146


   https://github.com/apache/zookeeper/pull/1680


-- 
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