You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/02/14 07:50:59 UTC

[GitHub] [pulsar] Chaunceyan opened a new issue #14266: [2.8.1] Geo-Replication Broker sometimes cannot sync the updated clusters set.

Chaunceyan opened a new issue #14266:
URL: https://github.com/apache/pulsar/issues/14266


   **Describe the bug**
   I am using geo-replication on namespace level with version 2.8.1. Some time ago we changed the DNS record so the geo-replication failed. But there were already some topics created. 
   When I try to update the geo-replication config with the following command:  
   _bin/pulsar-admin clusters update ..._ 
   _bin/pulsar-admin namespaces set-clusters_ 
   
   The replication process does not recover as expected. I noticed in the log that the replicator still tries to connect to the outdated cluster URL.
   ![image](https://user-images.githubusercontent.com/8214895/153821510-12149af0-adfb-4c62-bbc7-c6e38394f532.png)
   
   While I managed to solve this by find the relevant broker and restart it, It seems there is some issue with config cache update?
   
   **To Reproduce**
   Well I definitely failed to reproduce this, after broker restart, they could sync the update just fine.
   Probably try first with a failed replication config and then update with the right info.
   
   **Expected behavior**
   Expect the change of replication clusters URL taken effect without need for server restart
   
   **Screenshots**
   ![image](https://user-images.githubusercontent.com/8214895/153821510-12149af0-adfb-4c62-bbc7-c6e38394f532.png)
   
   **Desktop (please complete the following information):**
    - OS: [e.g. iOS]
    - centOS 
   **Additional context**
   Add any other context about the problem here.
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] Technoboy- commented on issue #14266: [2.8.1] Geo-Replication Broker sometimes cannot sync the updated clusters set.

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #14266:
URL: https://github.com/apache/pulsar/issues/14266#issuecomment-1079943461


   Hi @Chaunceyan , I have pushed #14850 to log for updating namespace. You can cherry-pick to your branch and try to reproduce and paste the broker log here to help troubleshoot the problem.


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] Chaunceyan commented on issue #14266: [2.8.1] Geo-Replication Broker sometimes cannot sync the updated clusters set.

Posted by GitBox <gi...@apache.org>.
Chaunceyan commented on issue #14266:
URL: https://github.com/apache/pulsar/issues/14266#issuecomment-1081414324


   > Hi @Chaunceyan , I have pushed #14850 to log for updating namespace. You can cherry-pick to your branch and try to reproduce and paste the broker log here to help troubleshoot the problem.
   
   Ok, will try to reproduce the issue


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] tjiuming commented on issue #14266: [2.8.1] Geo-Replication Broker sometimes cannot sync the updated clusters set.

Posted by GitBox <gi...@apache.org>.
tjiuming commented on issue #14266:
URL: https://github.com/apache/pulsar/issues/14266#issuecomment-1056740196


   @codelipenghui  do we need to fix it? If needed, please assign to me
   


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] codelipenghui commented on issue #14266: [2.8.1] Geo-Replication Broker sometimes cannot sync the updated clusters set.

Posted by GitBox <gi...@apache.org>.
codelipenghui commented on issue #14266:
URL: https://github.com/apache/pulsar/issues/14266#issuecomment-1067806620


   @tjiuming I think @Technoboy- already pushed out a PR https://github.com/apache/pulsar/pull/14570 for fixing the problem, please help review.


-- 
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: commits-unsubscribe@pulsar.apache.org

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



[GitHub] [pulsar] Technoboy- commented on issue #14266: [2.8.1] Geo-Replication Broker sometimes cannot sync the updated clusters set.

Posted by GitBox <gi...@apache.org>.
Technoboy- commented on issue #14266:
URL: https://github.com/apache/pulsar/issues/14266#issuecomment-1077528247


   Hi, @codelipenghui , #14570 is fixing for the topic lvel replicator issue.  This issue seems to be the namespace level.


-- 
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: commits-unsubscribe@pulsar.apache.org

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