Skip to content
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

Feature/ bag support #853

Closed
wants to merge 25 commits into from
Closed

Feature/ bag support #853

wants to merge 25 commits into from

Commits on May 20, 2014

  1. Configuration menu
    Copy the full SHA
    1510dde View commit details
    Browse the repository at this point in the history
  2. Add Bag ID to bucket object

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    2dee446 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0a2941 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2328801 View commit details
    Browse the repository at this point in the history
  5. Refactor riak_test

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    f0d78de View commit details
    Browse the repository at this point in the history
  6. WIP: GC of multiple pools

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    cf4e960 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fad6c7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4cb9fd5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c20f155 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f1e40a0 View commit details
    Browse the repository at this point in the history
  11. Garbage collection in multibag

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    e2268d7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a99f5cb View commit details
    Browse the repository at this point in the history
  13. Fix typo

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    a226c2e View commit details
    Browse the repository at this point in the history
  14. Revert addition of rcs_bucket_v2 record, use moss_bucket_v1 (as 1.4)

    Because bucket records are used in user recoreds stored in Riak,
    introducing its new version requires rolling upgrade of all riak-cs
    nodes with cs_version trick.
    
    rcs_bucket_v2 had the additional field "manifest_bag", which is used
    only in storage calculation. In storage calculation, bucket objects
    fetch are added and bag_id's are now extracted from them.  This adds
    some GET calls to Riak but they are much less costly compared to
    map-reduce.
    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    1403b63 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b915545 View commit details
    Browse the repository at this point in the history
  16. Refactor riak_test related code

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    599b411 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8c265ff View commit details
    Browse the repository at this point in the history
  18. Fix types and typos

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    2cbc0a3 View commit details
    Browse the repository at this point in the history
  19. Update tools.mk

    tools.mk.git at commit e631fca1fd366461022e108315dac6032d1c36fb
    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    a39db7c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c472f75 View commit details
    Browse the repository at this point in the history
  21. Fix merge bug

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    bbe965b View commit details
    Browse the repository at this point in the history
  22. Remove debug print

    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    9528821 View commit details
    Browse the repository at this point in the history
  23. Adjust riakc connection in creating/deleting bucket to multibag envir…

    …onment
    
    - confirming no active manifests and
    - deleting MP-initiated manifests
    shino committed May 20, 2014
    Configuration menu
    Copy the full SHA
    2f2be25 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    54dc6ee View commit details
    Browse the repository at this point in the history

Commits on May 21, 2014

  1. Configuration menu
    Copy the full SHA
    c4524aa View commit details
    Browse the repository at this point in the history