-
Notifications
You must be signed in to change notification settings - Fork 95
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
Ku/merge 2.0 #1275
Ku/merge 2.0 #1275
Conversation
Add latency stats items to S3 API and velvet calls [JIRA: RCS-220] Reviewed-by: kuenishi
…issing Add default riak_cs_wm_common's multiple_choices callback [JIRA: RCS-221] Reviewed-by: kuenishi
Stack error reasons on block retrieving failure [JIRA: RCS-223] Reviewed-by: shino
…fline-gc-tool Filter out meta dir in offline gc tool [JIRA: RCS-238] Reviewed-by: kuenishi
2i for listing MP uploads should use equal query but the function riakc_pb_socket:get_range/5 was used which is for range query. But, so luckily, this bug did not manifests for user facing response. The reason was two-fold, 1. only 2i key is important and value is always <<"1">> for MP 2i, and 2. Timeout value 60000 (integer) is larger than <<"1">> after converted to binary. So this commit fixes a bug that has not became reality ever.
Add latency stats for riak pb client operations Reviewed-by: kuenishi
Add status around PB pools, memory, system and mochiweb [RCS-244] Reviewed-by: kuenishi
The bug was introduced at commit a07eb28. This commit is a partial revert ot it. True fix
Fix two lines of wrong rtcs:pass() usage in access_stats_test Reviewed-by: kuenishi
change default value to 50
Velvet have been including many duplicate code. There are still many duplicates, but so far this will be kept as it is.
Updated the date to reflect the new release date. Also updated some of the notes per Kota's feedback. :)
Because it will results in notfound error, almost, in vein.
Remove a section not fully implemented in this release and update link to documentation.
Update release notes for 2.1.0 Reviewed-by: kuenishi
Bugfix/still rt is failing oh my bad Reviewed-by: kuenishi
Rebased "fall back on /etc/riak-cs/app.config when no generated one is found" Reviewed-by: shino
Add release notes for last-minute fixes Reviewed-by: kuenishi
Japanese translation of Releasenote 2.1.0
Resp?LORESP.is_truncated] ++ | ||
[make_external_node('MaxKeys', Resp?LORESP.max_keys), | ||
make_external_node('Delimiter', Resp?LORESP.delimiter), | ||
make_external_node('IsTruncated', Resp?LORESP.is_truncated)] ++ |
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.
Sorry for stepping in... this line may be necessary, it was added for bug fix at 45387fd?w=1
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.
Ugh, commented on wrong line...
5bd176b
to
691b95a
Compare
It might be strange that I do +1 to my pull request, but according to my test on inspector it has worked fine. |
Ku/merge 2.0 Reviewed-by: kuenishi
@borshop merge |
To include #1255 and #1272 in 2.1.