@codingwangqi I think your work was done before etcd metadata driver was added. since #1639 was merged, you need to consider adding the implementation for etcd as well. you can consider throwing `UnimplementedException` in this PR for etcd metadata driver and implement it in a subsequent change, you don't need to couple it in this PR though.
``` org.apache.bookkeeper.metadata.etcd.EtcdMetadataClientDriver is not abstract and does not override abstract method getAuditorSelector(java.lang.String) in org.apache.bookkeeper.meta.MetadataClientDriver ``` [ Full content available at: https://github.com/apache/bookkeeper/pull/1701 ] This message was relayed via gitbox.apache.org for [email protected]
