mesos / mr-redis

Redis on Apache Mesos
Apache License 2.0
127 stars 32 forks source link

Getting a znodes children should not have a trailing slash #58

Closed eastlondoner closed 7 years ago

eastlondoner commented 7 years ago

Without this Zookeeper will return Node not found. With this Zookeeper works correctly. ListSections is not used much so it is easy to miss.

This seemed the easiest way to keep the interface consistent with etcd

dhilipkumars commented 7 years ago

Thanks for the Contribution