ut-osa / assise

GNU General Public License v2.0
57 stars 30 forks source link

about zookeeper #10

Open zqz-net opened 3 years ago

zqz-net commented 3 years ago

When running assise, do I need to configure zookeeper first?

simpeter commented 3 years ago

There shouldn't be a need to configure Zookeeper to run Assise.

On Sun, Oct 10, 2021 at 9:30 PM zqz @.***> wrote:

When running assise, do I need to configure zookeeper first?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ut-osa/assise/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHQBMU5MQCBW5MTDPYBDH3UGJD4PANCNFSM5FXFSISQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

zqz-net commented 3 years ago

Why Zookeeper is mentioned in this paper.?

simpeter commented 3 years ago

It is necessary to provide membership and configuration services. Without it, Assise would not be completely fault tolerant.

On Sun, Oct 10, 2021 at 9:53 PM zqz @.***> wrote:

Why Zookeeper is mentioned in this paper.?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ut-osa/assise/issues/10#issuecomment-939634947, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHQBMVOTPE52PHIZPHNRMTUGJGQRANCNFSM5FXFSISQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

zqz-net commented 3 years ago

Does this repo contain the interface to interact with zookeeper? If I want to use zookeeper, how should I configure?

simpeter commented 3 years ago

Our prototype implementation currently does not have a stable interface to Zookeeper and I don't believe it is included in the repo. Additional implementation is required to properly interface with Zookeeper.

On Sun, Oct 10, 2021 at 9:59 PM zqz @.***> wrote:

Does this repo contain the interface to interact with zookeeper? If I want to use zookeeper, how should I configure?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/ut-osa/assise/issues/10#issuecomment-939636760, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABHQBMVKI46AFIMCF7FKLTDUGJHIJANCNFSM5FXFSISQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

zqz-net commented 3 years ago

thanks, professor!