-
Notifications
You must be signed in to change notification settings - Fork 94
Home
UENISHI Kota edited this page Feb 12, 2016
·
80 revisions
Welcome to the Riak CS wiki!
This wiki contains information about the workflow and processes used for Riak CS development. Package downloads and documentation about installing, configuring, and using Riak CS are available here.
- [RFC]-Riak-CS-and-Stanchion-metrics-2.1
- Object Chunking and Garbage Collection
- Manifest Resolution
- Refactoring Guidelines
- Active-Deletion-of-Small-Objects
- Logging-Access-Stats, Logging-Storage-Stats
- Querying-Access-Stats, Querying-Storage-Stats
- Native-API
- Replication-Internals
See riak_test/README.md
in the code tree.
- Riak-Configuration
- Release-Verification
- 2.0-Testing
- 1.0-Testing-Checklist
- Configuration-Mapping-Table-between-1.5-and-2.0
- Large-Files, Large-file-fsm-checkpointing, Large-file-process-responsibilities, Garbage-Collection
- EC2 Performance Testing Quickstart
-
1.4 Testing: most of tests written here is included in automated
integration test (aka
riak_test
), except 5TB object upload test. - DTrace Scripts: dev team has been bad maintaining probes in CS
- Automated performance testing: currently the team is not using this performance testing.
- Migrating from other Providers
-
Running the automated tests is not all-valid anymore, as all
these tests are integrated as
riak_test
. -
Running the ceph s3-tests still valid, but
this is fully automated in
riak_test
. For latest state,client_tests/python/ceph_tests
in the code tree. - Refactorings
- Code repository reorganization