summaryrefslogtreecommitdiff
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash in merge_fetch when there's a logorder file.Linus Nordberg2016-12-021-5/+7
| | | | | The 'logorder' file keeps hashes hexencoded. When read into the logorder list they're decoded.
* Don't get new entries while we still have entries to fetch.Linus Nordberg2016-12-021-3/+4
|
* Drain pipe between fetch_send control process and worker processes.Linus Nordberg2016-12-011-32/+55
| | | | | The pipe is limited so send blocks. Drain after _every_ send in _both_ directions.
* Remove spurious message length checks.Linus Nordberg2016-12-011-9/+1
| | | | No only are they spurious but even harmful, by hiding errors.
* Don't crash when restarting merge_fetch worker process.Linus Nordberg2016-12-011-5/+7
| | | | Store storagenode object in procs as well.
* Documentation changes.Linus Nordberg2016-12-011-3/+4
|
* Separate two error cases when reading 'verified' file.Linus Nordberg2016-12-011-1/+6
|
* Increase merge timeouts.Linus Nordberg2016-11-301-3/+3
|
* Parallelise merge_dist.Linus Nordberg2016-11-303-60/+97
| | | | Also deduplicate some code.
* Clean up a bit.Linus Nordberg2016-11-281-17/+3
|
* If any backup process failed, try again.Linus Nordberg2016-11-281-3/+7
| | | | | | Try again without waiting for an update of the fetched file, which won't happen in the tests (but probably will happen in real life, masking this bug).
* Do remove process from procs dict when they fail too.Linus Nordberg2016-11-281-4/+4
|
* Don't pass 0 to multiprocessing.Pipe.poll().Linus Nordberg2016-11-281-2/+2
| | | | Documentation says to pass nothing for no blocking.
* Dedup log initialisation code.Linus Nordberg2016-11-285-27/+16
|
* Parallelise merge_backup.Linus Nordberg2016-11-271-45/+94
| | | | | We're still failing the tests when the merge secondary goes away, sometimes.
* Fix a crash bug; improve IPC; use cycle().Linus Nordberg2016-11-271-40/+40
| | | | | | | | | Workers: - Consume all messages each round, just as control process does. Control process: - Use itertools.cycle for the circular list. - Fix bug where an entry could be fetched multiple times, crashing when updating fetch_dict.
* Improve two comments.Linus Nordberg2016-11-261-2/+6
|
* Add back chunking for get_entries in parallelised merge_fetch.Linus Nordberg2016-11-261-10/+9
| | | | | Even if it's not important for parallelism on the merge node, it's not a bad idea to keep the requests from growing.
* Remove old assertion used for testing.Linus Nordberg2016-11-261-2/+0
|
* Bug fixes from map.Linus Nordberg2016-11-261-5/+4
|
* merge_fetch: Write to chainsdb in controlling process.Linus Nordberg2016-11-252-104/+74
| | | | | | | Multiple writers won't work when using permdb. Also, improve throughput by polling worker processes with timeout 0 and read all messages at once.
* Sleep less in tests.Linus Nordberg2016-11-251-14/+25
|
* Do import datetime even more.Linus Nordberg2016-11-253-5/+8
|
* Manual rebase onto master with map/robust-distribution.Linus Nordberg2016-11-258-179/+584
|
* Do import datetime.Linus Nordberg2016-11-251-1/+2
| | | | How did this ever work?
* Add a bit of documentation.Linus Nordberg2016-11-254-4/+16
|
* Add session capability to unauth web requestsMagnus Ahltorp2016-11-221-6/+9
|
* parsebench: change from table to div:sMagnus Ahltorp2016-11-221-4/+4
|
* Only allocate one color per stageMagnus Ahltorp2016-11-191-13/+36
|
* Use sessions in merge_fetchMagnus Ahltorp2016-11-182-16/+18
|
* Change algorithm for merge backup and merge distMagnus Ahltorp2016-11-024-149/+185
|
* Added performance testsMagnus Ahltorp2016-11-021-7/+12
|
* Send list of entries to frontendMagnus Ahltorp2016-11-023-30/+50
| | | | Handle connection error
* Remove unused code from test Makefile.Magnus Ahltorp2016-10-181-1/+1
| | | | Fix parsing bug in compileconfig.
* Test failing merge backupMagnus Ahltorp2016-10-141-0/+2
| | | | Refactor tests
* Make tests run independently from cwdMagnus Ahltorp2016-10-131-5/+6
|
* Move tests to shell scriptsMagnus Ahltorp2016-10-051-6/+11
|
* Allow permdb on non-merge nodes.Magnus Ahltorp2016-08-191-3/+9
| | | | Disallow permdb for multi-node configs.
* Use check-sth.py; Add missing testcerts/cert7.Linus Nordberg2016-07-121-0/+88
|\
| * Cert7Magnus Ahltorp2016-07-121-0/+88
| |
| * Added permdb support to mergeMagnus Ahltorp2016-07-084-11/+43
| |
| * Fix bugs in old tests. Add tests for merge takeover.Magnus Ahltorp2016-07-082-7/+17
| | | | | | | | | | submitcert.py was not exiting with error code when cert submission failed. compileconfig.py was generating duplicate node names when Erlang nodes have several servers
| * Implement CATLFISH-74Magnus Ahltorp2016-06-101-8/+13
| |
* | Added permdb support to mergeMagnus Ahltorp2016-07-114-11/+43
| |
* | Fix bugs in old tests. Add tests for merge takeover.Magnus Ahltorp2016-07-112-7/+17
| | | | | | | | | | submitcert.py was not exiting with error code when cert submission failed. compileconfig.py was generating duplicate node names when Erlang nodes have several servers
* | Merge remote-tracking branch 'refs/remotes/map/python-requests-chunked'Linus Nordberg2016-07-114-200/+205
|\ \ | |/
| * Limit HTTP chunk size to 900000 bytesMagnus Ahltorp2016-03-171-1/+8
| |
| * bugfix: re-added fetched_entriesMagnus Ahltorp2016-03-151-0/+2
| |
| * Do detection of where log ends before sending new hashesMagnus Ahltorp2016-03-152-35/+70
| | | | | | | | Try to send entries until missing entries is empty
| * Make http_request take optional session parameterMagnus Ahltorp2016-03-151-32/+38
| |