fix locating data chunks

This commit is contained in:
Chris Lu
2021-08-15 23:07:58 -07:00
parent 72eb6d5b9d
commit 40dc283b2d
2 changed files with 18 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ debug_filer_copy:
debug_filer_remote_sync:
go build -gcflags="all=-N -l"
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- -v=4 filer.remote.sync -filer="localhost:8888" -dir=/buckets/b2 -timeAgo=10000h
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- -v=4 filer.remote.sync -filer="localhost:8888" -dir=/buckets/b2 -timeAgo=1h
debug_master_follower:
go build -gcflags="all=-N -l"