diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-24 13:50:08 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-24 13:50:08 -0800 |
| commit | 95717d10069d2f01620858570635c41f59513b98 (patch) | |
| tree | 4bda03c2f769e0080f74d61d12181c902fe42a95 | |
| parent | b05962b90e8491794ce25a74ba01b56b9a34c1a9 (diff) | |
| download | seaweedfs-95717d10069d2f01620858570635c41f59513b98.tar.xz seaweedfs-95717d10069d2f01620858570635c41f59513b98.zip | |
simpler output
| -rw-r--r-- | weed/shell/command_ec_encode_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/shell/command_ec_encode_test.go b/weed/shell/command_ec_encode_test.go index d5e341e5b..940c64266 100644 --- a/weed/shell/command_ec_encode_test.go +++ b/weed/shell/command_ec_encode_test.go @@ -24,7 +24,8 @@ func TestEcDistribution(t *testing.T) { } for _, dn := range allocatedDataNodes { - fmt.Printf("info %+v %+v\n", dn.info, dn) + // fmt.Printf("info %+v %+v\n", dn.info, dn) + fmt.Printf("=> %+v %+v\n", dn.info.Id, dn.freeEcSlot) } } |
