-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement GetTag and ListTags in MetaServer #249
Conversation
Can one of the admins verify this patch? |
please hold this pr, this depends #225 |
jenkins go |
Unit testing passed. |
code rebased . please review. |
Ready to review. Come on please . |
jenkins go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work!
The PR generally looks good to me, except a few minor comments
Unit testing passed. |
All conversions resolved. |
Jenkins go |
Besides the interfaces about tag, i think we need another interface "AlterTag" with which we could generate a new version for the existed tag. Of course, we could use another pr for it. |
I agreed your plan. we also need to implement the sentences for tag at later. |
Unit testing passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* getTag and listTags * rebase master and unify code * address comments.
Tag's storage structure has been change from
value = schema
to
value = int32_t(tag name size) + tag_name + schema