[ https://issues.apache.org/jira/browse/BOOKKEEPER-922?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317446#comment-15317446 ]
ASF GitHub Bot commented on BOOKKEEPER-922: ------------------------------------------- GitHub user rithin-shetty opened a pull request: https://github.com/apache/bookkeeper/pull/46 BOOKKEEPER-922 CreaterId in ledger metadata Introduces a generic Map<String, byte[]> customMetadata to be stored as part of ledger metadata on the metadata server(zk). Author: Rithin Shetty <rit...@gmail.com> You can merge this pull request into a Git repository by running: $ git pull https://github.com/rithin-shetty/bookkeeper JIRA-922-ledgerCustomMetadata Alternatively you can review and apply these changes as the patch at: https://github.com/apache/bookkeeper/pull/46.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #46 ---- commit b5c0be3a6a79b74ccbe9f1f0e12423da25dd9b36 Author: Rithin <rithin.she...@salesforce.com> Date: 2016-06-03T22:58:58Z BOOKKEEPER-922 CreaterId in ledger metadata Introduces a generic Map<String, byte[]> customMetadata to be stored as part of ledger metadata on the metadata server(zk). Author: Rithin Shetty <rit...@gmail.com> ---- > CreaterId in ledger metadata > ---------------------------- > > Key: BOOKKEEPER-922 > URL: https://issues.apache.org/jira/browse/BOOKKEEPER-922 > Project: Bookkeeper > Issue Type: Improvement > Components: bookkeeper-client > Affects Versions: 4.3.2 > Reporter: Venkateswararao Jujjuri (JV) > Assignee: Venkateswararao Jujjuri (JV) > Fix For: 4.5.0 > > > We have introduced ctime into ledger metadata through > https://issues.apache.org/jira/browse/BOOKKEEPER-879. > In the same token we would like to introduce createrId also. This can be a > 128 bit UUID. Caller can write tools to group ledgers by createrId, in the > future we can even enhance this to run queries based on createrId. > -- This message was sent by Atlassian JIRA (v6.3.4#6332)