Scott Lystig Fritchie
b8c5d21876
cp_mode repair warning fix
2015-10-21 18:37:31 +09:00
Scott Lystig Fritchie
5008cbd2d0
Add filter for known pattern in machi_chain_manger1.erl
2015-10-21 18:37:31 +09:00
Scott Lystig Fritchie
9c31139b62
Whitespace
2015-10-21 18:37:31 +09:00
Scott Lystig Fritchie
b3b24b1178
Type corrections & remove dead code
2015-10-21 18:37:31 +09:00
Scott Lystig Fritchie
5122ee00a9
Bugfixes
2015-10-21 18:37:30 +09:00
Scott Lystig Fritchie
0c4c42cc52
Bugfixes
2015-10-21 18:37:30 +09:00
Scott Lystig Fritchie
d2ac5b0583
Bugfix: arg type to machi_util:parse_filename()
2015-10-21 18:37:30 +09:00
Scott Lystig Fritchie
028ddc79ff
Data type cleanups, other
2015-10-21 18:37:30 +09:00
Scott Lystig Fritchie
edce9d6463
Remove -Wunderspecs, the pickiness level is too high IMO for maturity level now
2015-10-21 18:37:30 +09:00
Scott Lystig Fritchie
bd91167093
Changes to filter & make target
2015-10-21 18:37:30 +09:00
Scott Lystig Fritchie
595f9a463e
Unexported funcs
2015-10-21 18:37:30 +09:00
Scott Lystig Fritchie
177aca0a68
Merge pull request #22 from basho/ss-flu1-init-sync
...
Make flu1 initialization synchronous
2015-10-21 18:36:12 +09:00
Shunichi Shinohara
478107915b
Make flu1 initialization synchronous
2015-10-21 16:16:03 +09:00
Scott Lystig Fritchie
30d7e592a3
Merge pull request #20 from basho/ku/read-all-chunks
...
Allow reading multiple chunks at once
2015-10-21 15:28:10 +09:00
UENISHI Kota
79e0ae9fe5
Merge pull request #21 from basho/slf/eunit-fixes1
...
Slf/eunit fixes1
2015-10-21 15:08:08 +09:00
Scott Lystig Fritchie
1c8e436a64
Fix race #3
2015-10-21 15:01:11 +09:00
Scott Lystig Fritchie
9d177c6b54
Fix race #2
2015-10-21 14:45:21 +09:00
Scott Lystig Fritchie
976a701e0c
Fix timeout problem in test/machi_proxy_flu1_client_test.erl
2015-10-21 14:31:58 +09:00
Scott Lystig Fritchie
981b55c070
Fix race #1
2015-10-21 14:31:41 +09:00
UENISHI Kota
a43397a7b8
Update to review comments
2015-10-21 10:58:00 +09:00
Scott Lystig Fritchie
84f9ccc4f5
markdown fix
2015-10-21 10:44:52 +09:00
UENISHI Kota
ebb9bc3f5a
Allow reading multiple chunks at once
...
* When repairing multiple chunks at once and any of its repair
failed, the whole read request and repair work will fail
* Rename read_repair3 and read_repair4 to do_repair_chunks and
do_repair chunk in machi_file_proxy
* This pull request changes return semantics of read_chunk(), that
returns any chunk included in requested range
* First and last chunk may be cut to fit the requested range
* In machi_file_proxy, unwritten_bytes are removed and replaced by
machi_csum_table
2015-10-20 17:59:09 +09:00
Scott Lystig Fritchie
a369f0666a
Update README.me for mid-Oct 2015
2015-10-20 14:50:54 +09:00
Scott Lystig Fritchie
1193fb8510
Merge branch 'slf/doc-name-game'
2015-10-19 16:46:17 +09:00
Scott Lystig Fritchie
6f9814ffb4
Merge ss/deps-for-debugging (with rebar.config conflict fix)
2015-10-19 16:41:03 +09:00
Scott Lystig Fritchie
bf61b2900b
Merge branch 'master' of github.com:basho/machi
2015-10-19 16:38:10 +09:00
Scott Lystig Fritchie
ecd7eb195a
Merge pull request #18 from basho/ku/read-all-valid-chunks
...
Allow read_chunk() to return partial chunks
2015-10-19 16:25:43 +09:00
Scott Lystig Fritchie
980d646d64
Merge branch 'ku/read-all-valid-chunks'
2015-10-19 16:24:12 +09:00
UENISHI Kota
3e975f53b8
Allow read_chunk() to return partial chunks
...
This is simply a change of read_chunk() protocol, where a response of
read_chunk() becomes list of written bytes along with checksum. All
related code including repair is changed as such. This is to pass all
tests and not actually supporting partial chunks.
2015-10-19 15:37:17 +09:00
Shunichi Shinohara
208c02853f
Add cluster_info to deps and small callback module
...
For debuging from shell, some functions in machi_cinfo are exported:
- public_projection/1
- private_projection/1
- fitness/1
- chain_manager/1
- flu1/1
2015-10-19 15:36:05 +09:00
Scott Lystig Fritchie
c407ee23f2
Add section '9. Other considerations for FLU/sequencer implementations'
2015-10-19 14:47:13 +09:00
Scott Lystig Fritchie
96c037e799
Notation change
2015-10-19 12:49:33 +09:00
UENISHI Kota
6961930b0f
Update eper
2015-10-19 09:40:05 +09:00
Scott Lystig Fritchie
8ab9d3ee50
Name consistency: CoC 'locator', variable name = L
2015-10-17 16:47:00 +09:00
Scott Lystig Fritchie
1485fa416f
Clarifications...
2015-10-17 14:28:16 +09:00
Scott Lystig Fritchie
39774bc70f
Simplify (I hope!), add CoC namespace
2015-10-17 14:14:27 +09:00
Scott Lystig Fritchie
19d935051f
WIP: 1st round of name-game-sketch.org revision done
...
Also, add diagram source for 'xfig' app, migration-3to4.fig
2015-10-16 22:06:05 +09:00
Scott Lystig Fritchie
f04e7f7132
Merge pull request #16 from basho/slf/travis-ci2
...
Add priv/test-for-gh-pr.sh, change TravisCI 'script' to use it
2015-10-16 18:33:08 +09:00
Scott Lystig Fritchie
ae7eba9dcf
Excuse to re-push
2015-10-16 18:30:46 +09:00
Scott Lystig Fritchie
5f953bc5dd
Grr, comma
2015-10-16 18:25:23 +09:00
Scott Lystig Fritchie
cf9d56e9bf
Add priv/test-for-gh-pr.sh, change TravisCI 'script' to use it
2015-10-16 18:23:24 +09:00
UENISHI Kota
cb67764273
Merge pull request #12 from basho/slf/packaging1
...
Slf/packaging1
2015-10-16 17:56:27 +09:00
Scott Lystig Fritchie
aac302a289
Fix cut-and-paste-o in machi-admin script
2015-10-16 17:50:34 +09:00
Scott Lystig Fritchie
de364d3a99
Merge pull request #15 from basho/slf/eunit-verbose-cleanup
...
Reduce compiler warnings and verbose output that clutters eunit test output
2015-10-16 17:45:24 +09:00
Scott Lystig Fritchie
00ac0f4cd3
Reduce compiler warnings and verbose output that clutters eunit test output
2015-10-16 17:41:01 +09:00
Scott Lystig Fritchie
29eccd5bee
Merge pull request #13 from basho/slf/travis-ci
...
Add TravisCI integration glue
2015-10-16 17:20:30 +09:00
Scott Lystig Fritchie
de68973e46
TravisCI badge thingie in README.md
2015-10-16 17:17:28 +09:00
Scott Lystig Fritchie
bc3c08cf37
Add .travis.yml
2015-10-16 17:11:14 +09:00
Scott Lystig Fritchie
a6a49ca0fb
Merge pull request #11 from basho/ku/cut-out-checksum-file
...
Move checksum file related code to machi_csum_table
2015-10-16 17:04:58 +09:00
Scott Lystig Fritchie
c48513d131
Change runner_wait_process so 'start' works
2015-10-16 16:54:57 +09:00