apache / distributedlog

Apache DistributedLog
Apache License 2.0
185 stars 74 forks source link

Issue 233: DistributionSchedule.WriteSet cannot be converted to List #235

Closed zhaijack closed 7 years ago

zhaijack commented 7 years ago

Descriptions of the changes in this PR:

apache/bookkeeper#657 changed the WriteSet structure and apache/bookkeeper#667 hides KeeperException after providing registration interface. so the current master can't compile with the latest bookkeeper version.

This change fixes the compilation issue.