You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by GitBox <gi...@apache.org> on 2022/06/16 05:05:19 UTC

[GitHub] [incubator-shenyu] qixiaobo commented on issue #3567: [BUG] Curator need upgrade to new version to avoid endless 'ConnectionState.LOST' log

qixiaobo commented on issue #3567:
URL: https://github.com/apache/incubator-shenyu/issues/3567#issuecomment-1157236032

   > Curator 5.0 Breaking Changes
   > Curator 5.0 contains a few non-backward compatible/breaking changes from previous versions.
   > 
   > ZooKeeper 3.4.x is no longer supported (the associated Compatibility classes/methods have been removed). If you still need to use Curator with ZooKeeper 3.4.x you will need to use a previous version. [Click here for details](https://curator.apache.org/zk-compatibility-34.html).
   > The old ListenerContainer classes have been removed so as not to leak Guava classes into Curator APIs. Instead use the new StandardListenerManager.
   > Exhibitor support has been removed.
   > ConnectionHandlingPolicy and related classes have been removed.
   > The Reaper and ChildReaper classes/recipes have been removed. You should use ZooKeeper container nodes instead.
   > newPersistentEphemeralNode() and newPathChildrenCache() were removed from GroupMember.
   > ServiceCacheBuilder<T> executorService(CloseableExecutorService executorService) was removed from ServiceCacheBuilder.
   > ServiceProviderBuilder<T> executorService(CloseableExecutorService executorService) was removed from ServiceProviderBuilder.
   > static boolean shouldRetry(int rc) was removed from RetryLoop.
   > static boolean isRetryException(Throwable exception) was removed from RetryLoop
   
   https://curator.apache.org/breaking-changes.html
   So maybe we should upgrade to 4.3.0
   https://mvnrepository.com/artifact/org.apache.curator/curator-client/4.3.0
   


-- 
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@shenyu.apache.org

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