You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/10/28 08:14:33 UTC

[GitHub] [dubbo-go] Threadalive opened a new pull request #1546: remove black list module

Threadalive opened a new pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546


   <!--  Thanks for sending a pull request!
   Read https://github.com/apache/dubbo-go/blob/master/CONTRIBUTING.md before commit pull request.
   -->
   
   **What this PR does**:
   
   **Which issue(s) this PR fixes**:
   <!--
   *Automatically closes linked issue when PR is merged.
   Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
   _If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
   -->
   Fixes #
   
   **Special notes for your reviewer**:
   
   **Does this PR introduce a user-facing change?**:
   <!--
   If no, just write "NONE" in the release-note block below.
   If yes, a release note is required:
   Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
   -->
   ```1.5版本的黑名单机制中会将报错的服务端实例记录黑名单,即使服务恢复正常后,一段时间内调用仍会出现No provider is available because can't connect server.的错误,实际使用中不太合理.
   ```


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin commented on pull request #1546: [WIP] remove black list module

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546#issuecomment-957497462


   ping @Threadalive 
   Any feedback?


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin commented on pull request #1546: [WIP] remove black list module

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546#issuecomment-957497462


   ping @Threadalive 
   Any feedback?


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] AlexStocks commented on pull request #1546: remove black list module

Posted by GitBox <gi...@apache.org>.
AlexStocks commented on pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546#issuecomment-955139134


   why  are there so many conflictions?


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] Threadalive commented on pull request #1546: [WIP] remove black list module

Posted by GitBox <gi...@apache.org>.
Threadalive commented on pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546#issuecomment-974641979


   > why did you remove this module?
   
   This module causes when an exception occurs on the server side, the consumer will add the server ip to the blacklist, resulting in an error when calling the ip within a period of time: No provider is available because can't connect server. In fact, the server may just be Because some processing normally reports an error.


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin commented on pull request #1546: remove black list module

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546#issuecomment-954645490


   @Threadalive Please fix conflict.


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] Threadalive commented on pull request #1546: [WIP] remove black list module

Posted by GitBox <gi...@apache.org>.
Threadalive commented on pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546#issuecomment-974641979


   > why did you remove this module?
   
   This module causes when an exception occurs on the server side, the consumer will add the server ip to the blacklist, resulting in an error when calling the ip within a period of time: No provider is available because can't connect server. In fact, the server may just be Because some processing normally reports an error.


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] LaurenceLiZhixin commented on pull request #1546: [WIP] remove black list module

Posted by GitBox <gi...@apache.org>.
LaurenceLiZhixin commented on pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546#issuecomment-957497462


   ping @Threadalive 
   Any feedback?


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] Threadalive closed pull request #1546: [WIP] remove black list module

Posted by GitBox <gi...@apache.org>.
Threadalive closed pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546


   


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-go] Threadalive closed pull request #1546: [WIP] remove black list module

Posted by GitBox <gi...@apache.org>.
Threadalive closed pull request #1546:
URL: https://github.com/apache/dubbo-go/pull/1546


   


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

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org