This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 9bce1bf BP-30: BookKeeper Table Service
9bce1bf is described below
commit 9bce1bf6831698d11c13b035ce92e3fb098f9ee2
Author: Sijie Guo <[email protected]>
AuthorDate: Mon Feb 26 00:56:44 2018 -0800
BP-30: BookKeeper Table Service
Descriptions of the changes in this PR:
This BP is proposing adding a table (aka key/value) service component as a
contrib module to the bookkeeper, which can later be used for metadata storage.
This BP together with other BPs forms the ideas of improving metadata
management in bookkeeper.
BP Details:
https://docs.google.com/document/d/155xAwWv5IdOitHh1NVMEwCMGgB28M3FyMiQSxEpjE-Y/edit#heading=h.56rbh52koe3f
Related BPs:
- BP-29: Metadata API Module #1123
- BP-28: Etcd Metadata Store #1113
Author: Sijie Guo <[email protected]>
Author: Sijie Guo <[email protected]>
Reviewers: Ivan Kelly <[email protected]>, Enrico Olivelli
<[email protected]>, Jia Zhai <None>, Venkateswararao Jujjuri (JV) <None>
This closes #1185 from sijie/bp_30_table_service
---
site/community/bookkeeper_proposals.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/site/community/bookkeeper_proposals.md
b/site/community/bookkeeper_proposals.md
index 69966ce..9b04499 100644
--- a/site/community/bookkeeper_proposals.md
+++ b/site/community/bookkeeper_proposals.md
@@ -98,9 +98,10 @@ Proposal | State
[BP-16: Thin Client - Remove direct metadata storage access from
clients](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BP-16%3A+Thin+Client+-+Remove+direct+metadata+storage+access+from+clients)
| Draft
[BP-18: LedgerType, Flags and
StorageHints](https://cwiki.apache.org/confluence/display/BOOKKEEPER/BP-18%3A+LedgerType%2C+Flags+and+StorageHints)
| Accepted
[BP-26: Move distributedlog library as part of
bookkeeper](../../bps/BP-26-move-distributedlog-core-library) | Accepted
-[BP-27: New BookKeeper CLI](../../bps/BP-27-new-bookkeeper-cli) | Draft
+[BP-27: New BookKeeper CLI](../../bps/BP-27-new-bookkeeper-cli) | Accepted
[BP-28: use etcd as metadata store](../../bps/BP-28-etcd-as-metadata-store) |
Accepted
[BP-29: Metadata API module](../../bps/BP-29-metadata-store-api-module) |
Accepted
+[BP-30: BookKeeper Table
Service](https://docs.google.com/document/d/155xAwWv5IdOitHh1NVMEwCMGgB28M3FyMiQSxEpjE-Y/edit#heading=h.56rbh52koe3f)
| Accepted
[BP-31: BookKeeper Durability Anchor](../../bps/BP-31-durability) | Accepted
### Adopted
--
To stop receiving notification emails like this one, please contact
[email protected].