summaryrefslogtreecommitdiff
path: root/tools/merge_fetch.py
Commit message (Collapse)AuthorAgeFilesLines
* Only allow optional reading of optional configuration keysMagnus Ahltorp2017-07-261-1/+1
| | | | | Add storage-sign-quorum-size configuration key. Add default for dbbackend configuration key.
* Remove erroneous 'filedb' db name from python mergeMagnus Ahltorp2017-07-261-1/+1
|
* Change paths/mergedb to paths/db in local configdocgen2Magnus Ahltorp2017-07-251-2/+2
| | | | Remove unused config variable paths/publickeys
* Added benchmark reporting.Magnus Ahltorp2017-07-061-2/+44
| | | | Change timing_point to time.time interface.
* Added heartbeat service. Add source.Magnus Ahltorp2017-03-151-4/+5
|
* Rename to statusserverMagnus Ahltorp2017-03-151-7/+7
|
* StatusserverMagnus Ahltorp2017-03-151-3/+41
|
* Handle unreachable storage nodesMagnus Ahltorp2017-03-021-8/+15
|
* Parallelised merge, distribution phase.Linus Nordberg2017-02-011-1/+1
|
* Update copyright headers.Linus Nordberg2017-01-121-1/+1
|
* Add a bit of documentation.Linus Nordberg2016-11-251-1/+4
|
* Use sessions in merge_fetchMagnus Ahltorp2016-11-181-14/+16
|
* Added permdb support to mergeMagnus Ahltorp2016-07-111-4/+5
|
* Remove debug printouts from merge programs.Linus Nordberg2015-11-201-1/+1
|
* Fix _args -> args since we now use it.Linus Nordberg2015-11-101-1/+1
|
* Print the string "timing" and the name of the program in merge timing info.Linus Nordberg2015-11-101-1/+1
|
* Print timing information in merge_fetch too.Linus Nordberg2015-11-101-0/+4
|
* Merge is now run by shell script tools/merge.Linus Nordberg2015-11-101-12/+36
| | | | | | | tools/merge run merge_fetch.py, merge_backup.py, merge_sth.py and merge_dist.py sequentially. TODO: test backupquorum != 0
* Split merge.py into three pieces.Linus Nordberg2015-11-101-0/+97