featurebase/ctl
Nia Weiss 779e27dcf6
fsync all directories after completing a backup
Previously the backup tool only fsync'ed the files.
Since the directories were not synced, it was possible for the references to be lost.
Now we sync the entire output directory tree and its parent.
2021-06-30 12:39:17 -04:00
..
backup.go fsync all directories after completing a backup 2021-06-30 12:39:17 -04:00
check.go v2.0.0 2019-10-08 14:56:17 -06:00
check_test.go use testhook to ensure temporary files and directories are cleaned up 2021-03-11 19:42:10 -06:00
chksum.go add chksum command for easier data validation 2021-06-23 16:10:52 -05:00
common.go Add log prefix levels 2021-04-12 20:33:39 -05:00
config.go v2.0.0 2019-10-08 14:56:17 -06:00
config_test.go v2.0.0 2019-10-08 14:56:17 -06:00
doc.go Apply Apache License 2.0 2017-04-28 14:22:03 -05:00
export.go v2.0.0 2019-10-08 14:56:17 -06:00
export_test.go testhook: leak auditing infrastructure 2020-08-24 11:26:39 -05:00
generate_config.go v2.0.0 2019-10-08 14:56:17 -06:00
generate_config_test.go so much lint 2019-04-16 12:07:18 -05:00
import.go remove remaining references to "coordinator" 2021-02-23 17:23:09 -06:00
import_test.go Add at least 3 nodes on test clusters. 2021-03-26 10:16:41 +01:00
inspect.go bitmap unmarshalling and testing bug fixes 2021-04-20 12:01:21 -05:00
inspect_test.go use testhook to ensure temporary files and directories are cleaned up 2021-03-11 19:42:10 -06:00
main_test.go add TestMain wrapper in ctl 2021-04-13 12:37:07 -05:00
rbf_check.go merge with the update to rbf to take a Config parameter 2020-10-27 15:11:45 +00:00
rbf_dump.go merge with the update to rbf to take a Config parameter 2020-10-27 15:11:45 +00:00
rbf_page.go rbf: keep ElemN and BitN up to date. 2020-11-13 21:18:09 +00:00
rbf_pages.go merge with the update to rbf to take a Config parameter 2020-10-27 15:11:45 +00:00
restore.go linter fix 2021-06-21 14:15:13 -05:00
server.go add duty cycle config flag 2021-06-14 10:48:52 -05:00
server_test.go remove instances of os.Getenv("PILOSA_TXSRC") 2021-01-21 21:18:46 -06:00