Re: Creating a public fork of ZooKeeper

2020-08-16 Thread Michael Han
Have you considered a private fork? That might be a better option here as it provides additional flexibilities on what to develop (e.g. patented or company specific tech), when and what to upstream and so on. The downside of private fork I experienced was losing the incentive to upstream which crea

??????no response for get children

2020-08-16 Thread happen
  Hi,       I found a strange thing in zk 3.5.6 that sometimes observers ignored one get children req (local session). thougth other watch events could still be sent to the involved c++ client. Then the involved client waited the get children reponse for totally session timeout time and no

no response for get children

2020-08-16 Thread happen
  Hi,        I found a strange thing in zk 3.5.6 that sometimes observers ignored one get children req (local session). thougth watch events still was sent to the c++ client. Then the client waited the get children reponse for totally session timeout time and no ping could be sent to server