1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2024-05-24 04:10:40 +02:00
This commit is contained in:
chrislu 2022-08-07 00:55:49 -07:00
parent 0e9478488d
commit 02b38f894b

View file

@ -52,3 +52,7 @@ debug_filer_remote_sync_buckets:
debug_master_follower:
go build -gcflags="all=-N -l"
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- -v=4 master.follower
debug_filer_sync:
go build -gcflags="all=-N -l"
dlv --listen=:2345 --headless=true --api-version=2 --accept-multiclient exec weed -- -v=4 filer.sync -a 192.168.2.7:8888 -b 192.168.2.7:8889 -isActivePassive -b.debug