Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

timeouts from volume-server while doing GC #1108

Closed
roflmao opened this issue Nov 8, 2019 · 25 comments
Closed

timeouts from volume-server while doing GC #1108

roflmao opened this issue Nov 8, 2019 · 25 comments

Comments

@roflmao
Copy link

roflmao commented Nov 8, 2019

Describe the bug
Getting timeout over 10 seconds from volumeserver while doing GC

System Setup

/usr/local/bin/weed -logtostderr master -mdir=/mnt/data01/meta -ip=10.1.21.17 -defaultReplication=010 -volumePreallocate -volumeSizeLimitMB 30000 -pulseSeconds 10 -peers=10.1.21.17:9333,10.1.21.18:9333,10.1.21.19:9333
/usr/local/bin/weed -logtostderr -v=1 volume -port=8080 -mserver=10.1.21.17:9333,10.1.21.18:9333,10.1.21.19:9333 -dir=/mnt/data01/data,/mnt/data02/data -index leveldb -max 3866,3866 -ip 10.1.21.17 -rack photol-107
  • OS version: Ubuntu 16.04
  • output of weed version: version 30GB 1.44 linux amd64

Expected behavior
Do not get highly reduced performance while doing GC

Screenshots
https://www.jottacloud.com/s/006d6b606b06d544986b1cdd288d7a3524d

Logs
Logs from the volume server shows alot of log and a broken pipe in the periods of timeout:
https://gist.github.com/roflmao/5f27a6944c8ab25deb521e65bde675b2

Additional context
GC by:

$ curl "http://localhost:9333/vol/vacuum?garbageThreshold=0.05"
@chrislusf
Copy link
Collaborator

chrislusf commented Nov 8, 2019

Is the timeout only about getting the status or for all requests?

The log showed when trying to write a large json map to the client, it has a broken pipe.
status 200: write tcp 10.1.21.17:8080->10.0.51.1:37874: write: broken pipe

@roflmao
Copy link
Author

roflmao commented Nov 9, 2019

Both. Running curl locally for status/vid,fid:

12:18:18 [rolf@photol-107:~] $ while true;do curl -sf -m 10 'photol-107:8080/2648,12a602450fe2b04d' --ou
tput /dev/null ; if test $? -eq 28; then echo THAIMAT && date;fi && sleep 1s;done                       
THAIMAT
Sat Nov  9 12:23:15 CET 2019
12:18:41 [rolf@photol-107:~] $ while true;do curl -sf -m 10 'photol-107:8080/status' --output /dev/null 
; if test $? -eq 28; then echo THAIMAT && date;fi && sleep 1s;done                                      
THAIMAT
Sat Nov  9 12:18:55 CET 2019
THAIMAT
Sat Nov  9 12:23:10 CET 2019
THAIMAT
Sat Nov  9 12:23:21 CET 2019

Logs from timespan:

-- Logs begin at Sun 2019-03-17 21:17:29 CET, end at Sat 2019-11-09 12:33:16 CET. --
Nov 08 12:18:09 photol-107 weed[34370]: I1108 12:18:09 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:18:16 photol-107 weed[34370]: I1108 12:18:16 34370 volume_vacuum.go:56] Committing volume 3948 vacuuming...
Nov 08 12:18:24 photol-107 weed[34370]: I1108 12:18:24 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:18:31 photol-107 weed[34370]: I1108 12:18:31 34370 volume_loading.go:75] open to write file /mnt/data02/data/photo-large-prod-004_3948.idx
Nov 08 12:18:31 photol-107 weed[34370]: I1108 12:18:31 34370 volume_loading.go:91] loading leveldb /mnt/data02/data/photo-large-prod-004_3948.ldb
Nov 08 12:18:31 photol-107 weed[34370]: I1108 12:18:31 34370 needle_map_leveldb.go:28] Start to Generate /mnt/data02/data/photo-large-prod-004_3948.ldb from /mnt/data02/data/photo-large-prod-004_3948.idx
Nov 08 12:18:31 photol-107 weed[34370]: I1108 12:18:31 34370 needle_map_leveldb.go:30] Finished Generating /mnt/data02/data/photo-large-prod-004_3948.ldb from /mnt/data02/data/photo-large-prod-004_3948.idx
Nov 08 12:18:31 photol-107 weed[34370]: I1108 12:18:31 34370 needle_map_leveldb.go:32] Opening /mnt/data02/data/photo-large-prod-004_3948.ldb...
Nov 08 12:18:32 photol-107 weed[34370]: I1108 12:18:32 34370 needle_map_leveldb.go:37] Loading /mnt/data02/data/photo-large-prod-004_3948.idx...
Nov 08 12:18:32 photol-107 weed[34370]: I1108 12:18:32 34370 volume_grpc_vacuum.go:52] commit volume 3948
Nov 08 12:18:39 photol-107 weed[34370]: I1108 12:18:39 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:18:54 photol-107 weed[34370]: I1108 12:18:54 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:19:09 photol-107 weed[34370]: I1108 12:19:09 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:19:24 photol-107 weed[34370]: I1108 12:19:24 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:19:39 photol-107 weed[34370]: I1108 12:19:39 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:19:54 photol-107 weed[34370]: I1108 12:19:54 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:20:06 photol-107 weed[34370]: I1108 12:20:06 34370 volume_grpc_vacuum.go:36] compact volume 6289
Nov 08 12:20:09 photol-107 weed[34370]: I1108 12:20:09 34370 volume_vacuum.go:56] Committing volume 6289 vacuuming...
Nov 08 12:20:09 photol-107 weed[34370]: I1108 12:20:09 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:20:10 photol-107 weed[34370]: I1108 12:20:10 34370 volume_loading.go:75] open to write file /mnt/data01/data/photo-large-prod-004_6289.idx
Nov 08 12:20:10 photol-107 weed[34370]: I1108 12:20:10 34370 volume_loading.go:91] loading leveldb /mnt/data01/data/photo-large-prod-004_6289.ldb
Nov 08 12:20:10 photol-107 weed[34370]: I1108 12:20:10 34370 needle_map_leveldb.go:28] Start to Generate /mnt/data01/data/photo-large-prod-004_6289.ldb from /mnt/data01/data/photo-large-prod-004_6289.idx
Nov 08 12:20:12 photol-107 weed[34370]: I1108 12:20:12 34370 needle_map_leveldb.go:30] Finished Generating /mnt/data01/data/photo-large-prod-004_6289.ldb from /mnt/data01/data/photo-large-prod-004_6289.idx
Nov 08 12:20:12 photol-107 weed[34370]: I1108 12:20:12 34370 needle_map_leveldb.go:32] Opening /mnt/data01/data/photo-large-prod-004_6289.ldb...
Nov 08 12:20:13 photol-107 weed[34370]: I1108 12:20:13 34370 needle_map_leveldb.go:37] Loading /mnt/data01/data/photo-large-prod-004_6289.idx...
Nov 08 12:20:13 photol-107 weed[34370]: I1108 12:20:13 34370 volume_grpc_vacuum.go:52] commit volume 6289
Nov 08 12:20:24 photol-107 weed[34370]: I1108 12:20:24 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:20:39 photol-107 weed[34370]: I1108 12:20:39 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:20:54 photol-107 weed[34370]: I1108 12:20:54 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:21:09 photol-107 weed[34370]: I1108 12:21:09 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:21:24 photol-107 weed[34370]: I1108 12:21:24 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:21:39 photol-107 weed[34370]: I1108 12:21:39 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:21:46 photol-107 weed[34370]: I1108 12:21:46 34370 volume_grpc_vacuum.go:36] compact volume 3826
Nov 08 12:21:54 photol-107 weed[34370]: I1108 12:21:54 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:22:04 photol-107 weed[34370]: I1108 12:22:04 34370 volume_vacuum.go:56] Committing volume 3826 vacuuming...
Nov 08 12:22:09 photol-107 weed[34370]: I1108 12:22:09 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:22:13 photol-107 weed[34370]: I1108 12:22:13 34370 volume_loading.go:75] open to write file /mnt/data02/data/photo-large-prod-004_3826.idx
Nov 08 12:22:13 photol-107 weed[34370]: I1108 12:22:13 34370 volume_loading.go:91] loading leveldb /mnt/data02/data/photo-large-prod-004_3826.ldb
Nov 08 12:22:13 photol-107 weed[34370]: I1108 12:22:13 34370 needle_map_leveldb.go:28] Start to Generate /mnt/data02/data/photo-large-prod-004_3826.ldb from /mnt/data02/data/photo-large-prod-004_3826.idx
Nov 08 12:22:14 photol-107 weed[34370]: I1108 12:22:14 34370 needle_map_leveldb.go:30] Finished Generating /mnt/data02/data/photo-large-prod-004_3826.ldb from /mnt/data02/data/photo-large-prod-004_3826.idx
Nov 08 12:22:14 photol-107 weed[34370]: I1108 12:22:14 34370 needle_map_leveldb.go:32] Opening /mnt/data02/data/photo-large-prod-004_3826.ldb...
Nov 08 12:22:14 photol-107 weed[34370]: I1108 12:22:14 34370 needle_map_leveldb.go:37] Loading /mnt/data02/data/photo-large-prod-004_3826.idx...
Nov 08 12:22:14 photol-107 weed[34370]: I1108 12:22:14 34370 volume_grpc_vacuum.go:52] commit volume 3826
Nov 08 12:22:24 photol-107 weed[34370]: I1108 12:22:24 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:22:39 photol-107 weed[34370]: I1108 12:22:39 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:22:54 photol-107 weed[34370]: I1108 12:22:54 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:23:08 photol-107 weed[34370]: I1108 12:23:08 34370 volume_grpc_vacuum.go:36] compact volume 3956
Nov 08 12:23:09 photol-107 weed[34370]: I1108 12:23:09 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:23:15 photol-107 weed[34370]: I1108 12:23:15 34370 volume_vacuum.go:56] Committing volume 3956 vacuuming...
Nov 08 12:23:16 photol-107 weed[34370]: I1108 12:23:16 34370 volume_loading.go:75] open to write file /mnt/data02/data/photo-large-prod-004_3956.idx
Nov 08 12:23:16 photol-107 weed[34370]: I1108 12:23:16 34370 volume_loading.go:91] loading leveldb /mnt/data02/data/photo-large-prod-004_3956.ldb
Nov 08 12:23:16 photol-107 weed[34370]: I1108 12:23:16 34370 needle_map_leveldb.go:28] Start to Generate /mnt/data02/data/photo-large-prod-004_3956.ldb from /mnt/data02/data/photo-large-prod-004_3956.idx
Nov 08 12:23:17 photol-107 weed[34370]: I1108 12:23:17 34370 needle_map_leveldb.go:30] Finished Generating /mnt/data02/data/photo-large-prod-004_3956.ldb from /mnt/data02/data/photo-large-prod-004_3956.idx
Nov 08 12:23:17 photol-107 weed[34370]: I1108 12:23:17 34370 needle_map_leveldb.go:32] Opening /mnt/data02/data/photo-large-prod-004_3956.ldb...
Nov 08 12:23:17 photol-107 weed[34370]: I1108 12:23:17 34370 needle_map_leveldb.go:37] Loading /mnt/data02/data/photo-large-prod-004_3956.idx...
Nov 08 12:23:17 photol-107 weed[34370]: I1108 12:23:17 34370 volume_grpc_vacuum.go:52] commit volume 3956
Nov 08 12:23:24 photol-107 weed[34370]: I1108 12:23:24 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:23:39 photol-107 weed[34370]: I1108 12:23:39 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found
Nov 08 12:23:54 photol-107 weed[34370]: I1108 12:23:54 34370 metrics.go:123] could not push metrics to prometheus push gateway 10.1.21.17:9333: unexpected status code 404 while pushing to http://10.1.21.17:9333/metrics/job/volumeServer/instance/10.1.21.17%3A8080: 404 page not found

@chrislusf
Copy link
Collaborator

Please try to use weed volume -compactionMBps=xxx to throttle the IO load, and see how it helps.

@roflmao
Copy link
Author

roflmao commented Nov 11, 2019

Thanks, will try this parameter and reopen the issue on the next big GC if still an issue.

@roflmao roflmao closed this as completed Nov 11, 2019
@roflmao roflmao reopened this Nov 21, 2019
@roflmao
Copy link
Author

roflmao commented Nov 21, 2019

After testing compactionMBps=16 i still get timeouts from time to time and broken pipe in the volume log with the request running locally with curl:

weed

root      2014  7.9  0.1 4509228 84400 ?       Ssl  Oct28 2739:58 /usr/local/bin/weed -logtostderr master -mdir=/mnt/data01/meta -ip=10.1.21.17 -defaultReplication=010 -volumePreallocate -volumeSizeLimitMB 30000 -pulseSeconds 10 -peers=10.1.21.17:9333,10.1.21.18:9333,10.1.21.19:9333
root     13907 57.2 27.6 26613292 18227364 ?   Ssl  Nov11 7934:14 /usr/local/bin/weed -logtostderr -v=1 volume -compactionMBps=16 -port=8080 -mserver=10.1.21.17:9333,10.1.21.18:9333,10.1.21.19:9333 -dir=/mnt/data01/data,/mnt/data02/data -index leveldb -max 3866,3866 -ip 10.1.21.17 -rack photol-107

GC triggered by:

$ time curl "http://localhost:9333/vol/vacuum?garbageThreshold=0.04"

Locally on the volume curl runs /status and a random /vid,fid:

[rolf@photol-107:~] $ while true;do curl -sf -m 10 'photol-107:8080/2648,12a602450fe2b04d' --output /dev/null ; if test $? -eq 28; then echo THAIMAT && date;fi && sleep 1s;done
THAIMAT
Thu Nov 21 01:04:47 CET 2019
THAIMAT
Thu Nov 21 11:42:31 CET 2019
[rolf@photol-107:~] $ while true;do curl -sf -m 10 'photol-107:8080/status' --output /dev/null; if test $? -eq 28; then echo THAIMAT && date;fi && sleep 1s;done
THAIMAT
Thu Nov 21 00:34:29 CET 2019
THAIMAT 
Thu Nov 21 01:04:47 CET 2019
THAIMAT
Thu Nov 21 08:25:20 CET 2019
THAIMAT
Thu Nov 21 08:25:31 CET 2019
THAIMAT
Thu Nov 21 11:42:31 CET 2019

Logs from the last period 1142ish: https://gist.githubusercontent.com/roflmao/195e3caea2e996baaf80737effae4606/raw/3d9ecbca65c3f7b30b75f8bba21b788108ee2fb9/weed-volume.log

@chrislusf
Copy link
Collaborator

how busy is the hard drive? compactionMBps=16 means 16MB/s write speed. Consider lower them.

@roflmao
Copy link
Author

roflmao commented Nov 26, 2019

There are no writes other than compaction, around 200k read requests per day (avg size 300kb per document) which is avg 2.3 reads per second (divided by 86400). The utilization of the disks (RAID6) are peaking at around 70% with iostat while running compaction and regular reads.

@chrislusf
Copy link
Collaborator

chrislusf commented Nov 26, 2019

In 1.45, there is a change for use read lock to avoid hang during heartbeat (#1107). Maybe try that. Seems a little bit related.

Also, if the problem still exists, could you setup and share metrics dashboard? https://github.com/chrislusf/seaweedfs/wiki/System-Metrics

@roflmao
Copy link
Author

roflmao commented Nov 27, 2019

I have upgraded to 1.45 and will come back with more data

@chrislusf
Copy link
Collaborator

@roflmao updates?

@roflmao
Copy link
Author

roflmao commented Dec 9, 2019

I get no timeouts for this request:

11:35:25 [rolf@photol-107:~] $ while true;do curl -sf -m 10 'photol-107:8080/2648,12a602450fe2b04d' --output /dev/null ; if test $? -eq 28; then echo THAIMAT && date;fi && sleep 1s;done

For the status i still get alot of timeouts:

11:33:58 [rolf@photol-107:~] $ while true;do curl -sf -m 10 'photol-107:8080/status' --output /dev/null ; if test $? -eq 28; then echo THAIMAT && date;fi && sleep 1s;done
Sun Dec  8 03:50:49 CET 2019
THAIMAT
Sun Dec  8 06:49:04 CET 2019
THAIMAT
Sun Dec  8 07:19:43 CET 2019
THAIMAT
Sun Dec  8 07:50:12 CET 2019
THAIMAT
Sun Dec  8 07:50:23 CET 2019
THAIMAT
Sun Dec  8 10:30:17 CET 2019
THAIMAT
Sun Dec  8 10:30:28 CET 2019
THAIMAT
Sun Dec  8 13:55:34 CET 2019
THAIMAT
Sun Dec  8 13:55:45 CET 2019
THAIMAT
Sun Dec  8 15:53:41 CET 2019
THAIMAT
Sun Dec  8 16:42:44 CET 2019
THAIMAT
Sun Dec  8 17:05:51 CET 2019
THAIMAT
Sun Dec  8 17:25:32 CET 2019
THAIMAT
Sun Dec  8 17:25:43 CET 2019
THAIMAT
Sun Dec  8 18:20:00 CET 2019
THAIMAT
Sun Dec  8 18:34:18 CET 2019
THAIMAT
Sun Dec  8 19:38:39 CET 2019
THAIMAT
Sun Dec  8 21:55:30 CET 2019
THAIMAT
Sun Dec  8 21:55:41 CET 2019
THAIMAT
Sun Dec  8 22:56:30 CET 2019
THAIMAT
Sun Dec  8 23:26:52 CET 2019
THAIMAT
Mon Dec  9 00:49:28 CET 2019
THAIMAT
Mon Dec  9 00:49:39 CET 2019
THAIMAT
Mon Dec  9 02:16:42 CET 2019
THAIMAT
Mon Dec  9 02:16:53 CET 2019
THAIMAT
Mon Dec  9 03:17:13 CET 2019
THAIMAT
Mon Dec  9 03:47:48 CET 2019
THAIMAT
Mon Dec  9 05:34:25 CET 2019
THAIMAT
Mon Dec  9 05:34:36 CET 2019
THAIMAT
Mon Dec  9 06:04:42 CET 2019
THAIMAT
Mon Dec  9 06:35:14 CET 2019
THAIMAT
Mon Dec  9 06:35:25 CET 2019
THAIMAT
Mon Dec  9 07:59:51 CET 2019

Looks like the broken pipe correlates with these timestamps:

9:18:42 [root@photol-107[GM]:~] $ journalctl  --since "2019-12-08 02:40" -u weed-volume --no-page | grep pipe
Dec 08 03:50:50 photol-107 weed[32576]: DeletedByteCount:573831235, ReadOnly:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2661, DeletedByteCount:699134126, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:54250: write: broken pipe
Dec 08 03:50:50 photol-107 weed[32576]: DeletedByteCount:573831235, ReadOnly:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2661, DeletedByteCount:699134126, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:54248: write: broken pipe
Dec 08 06:49:14 photol-107 weed[32576]: dOnly:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2661, DeletedByteCount:699134126, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:52770: write: broken pipe
Dec 08 06:49:14 photol-107 weed[32576]: 88, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2661, DeletedByteCount:699134126, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:52768: write: broken pipe
Dec 08 06:49:14 photol-107 weed[32576]: dOnly:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2661, DeletedByteCount:699134126, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false]] status 200: write tcp 10.1.21.17:8080->10.244.18.63:59370: write: broken pipe
Dec 08 07:19:51 photol-107 weed[32576]: dOnly:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2661, DeletedByteCount:699134126, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:38808: write: broken pipe
Dec 08 07:19:51 photol-107 weed[32576]: dOnly:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2661, DeletedByteCount:699134126, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:38810: write: broken pipe
Dec 08 07:50:24 photol-107 weed[32576]: ize:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2662, DeletedByteCount:699384841, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:53174: write: broken pipe
Dec 08 07:50:24 photol-107 weed[32576]: ize:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2662, DeletedByteCount:699384841, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:53126: write: broken pipe
Dec 08 07:50:24 photol-107 weed[32576]: :false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2662, DeletedByteCount:699384841, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:53128: write: broken pipe
Dec 08 07:50:24 photol-107 weed[32576]: :false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2773, DeletedByteCount:718234956, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2650, DeletedByteCount:690845453, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2734, DeletedByteCount:710950147, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2662, DeletedByteCount:699384841, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2667, DeletedByteCount:692490103, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2710, DeletedByteCount:700267496, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:53176: write: broken pipe
Dec 08 10:30:32 photol-107 weed[32576]: 11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2669, DeletedByteCount:692737684, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:43242: write: broken pipe
Dec 08 10:30:32 photol-107 weed[32576]: 11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2669, DeletedByteCount:692737684, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:43244: write: broken pipe
Dec 08 10:30:33 photol-107 weed[32576]: 11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2669, DeletedByteCount:692737684, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:43294: write: broken pipe
Dec 08 10:30:33 photol-107 weed[32576]: 45463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2669, DeletedByteCount:692737684, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:43292: write: broken pipe
Dec 08 13:07:21 photol-107 weed[32576]: 88, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 10.1.21.17:8080->10.244.18.63:38220: write: broken pipe
Dec 08 13:55:48 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:54654: write: broken pipe
Dec 08 13:55:48 photol-107 weed[32576]:  ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:54652: write: broken pipe
Dec 08 13:55:49 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:54606: write: broken pipe
Dec 08 13:55:49 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2736, DeletedByteCount:711120484, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:54604: write: broken pipe
Dec 08 15:04:42 photol-107 weed[32576]:  Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 10.1.21.17:8080->10.244.18.63:53056: write: broken pipe
Dec 08 15:53:43 photol-107 weed[32576]: d:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:52888: write: broken pipe
Dec 08 15:53:43 photol-107 weed[32576]: d:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:52886: write: broken pipe
Dec 08 16:42:50 photol-107 weed[32576]:  Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:47576: write: broken pipe
Dec 08 16:42:51 photol-107 weed[32576]:  Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:47578: write: broken pipe
Dec 08 17:05:52 photol-107 weed[32576]: ly:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:58354: write: broken pipe
Dec 08 17:05:52 photol-107 weed[32576]: ly:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:58356: write: broken pipe
Dec 08 17:25:45 photol-107 weed[32576]: Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39346: write: broken pipe
Dec 08 17:25:45 photol-107 weed[32576]: y:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39296: write: broken pipe
Dec 08 17:25:45 photol-107 weed[32576]: Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39342: write: broken pipe
Dec 08 17:25:45 photol-107 weed[32576]: y:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39298: write: broken pipe
Dec 08 18:20:05 photol-107 weed[32576]: lse Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:36168: write: broken pipe
Dec 08 18:20:05 photol-107 weed[32576]: :27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:36170: write: broken pipe
Dec 08 18:34:20 photol-107 weed[32576]: y:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:42788: write: broken pipe
Dec 08 18:34:21 photol-107 weed[32576]: y:false Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2775, DeletedByteCount:718445171, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:42790: write: broken pipe
Dec 08 19:38:42 photol-107 weed[32576]: se Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:44454: write: broken pipe
Dec 08 19:38:42 photol-107 weed[32576]: se Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:44456: write: broken pipe
Dec 08 21:55:48 photol-107 weed[32576]: e Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:51930: write: broken pipe
Dec 08 21:55:48 photol-107 weed[32576]: e Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:51932: write: broken pipe
Dec 08 21:55:48 photol-107 weed[32576]: e Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:51884: write: broken pipe
Dec 08 21:55:48 photol-107 weed[32576]: e Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:51882: write: broken pipe
Dec 08 22:56:39 photol-107 weed[32576]: Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:52008: write: broken pipe
Dec 08 22:56:39 photol-107 weed[32576]: Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:52010: write: broken pipe
Dec 08 23:26:58 photol-107 weed[32576]: 188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:37862: write: broken pipe
Dec 08 23:26:59 photol-107 weed[32576]: 188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2651, DeletedByteCount:690955281, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2712, DeletedByteCount:700510652, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:37860: write: broken pipe
Dec 09 00:49:40 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:48268: write: broken pipe
Dec 09 00:49:40 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:48224: write: broken pipe
Dec 09 00:49:40 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:48270: write: broken pipe
Dec 09 00:49:40 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:48226: write: broken pipe
Dec 09 02:16:54 photol-107 weed[32576]: 5463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:60536: write: broken pipe
Dec 09 02:16:54 photol-107 weed[32576]: 1188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:60534: write: broken pipe
Dec 09 02:16:55 photol-107 weed[32576]: 1188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:60582: write: broken pipe
Dec 09 02:16:55 photol-107 weed[32576]: 5463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:60584: write: broken pipe
Dec 09 03:17:15 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:60486: write: broken pipe
Dec 09 03:17:15 photol-107 weed[32576]:  Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:60484: write: broken pipe
Dec 09 03:47:57 photol-107 weed[32576]: ize:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:46474: write: broken pipe
Dec 09 03:47:58 photol-107 weed[32576]: ize:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 10.1.21.17:8080->10.244.18.63:56874: write: broken pipe
Dec 09 03:47:58 photol-107 weed[32576]: eplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:46476: write: broken pipe
Dec 09 05:34:40 photol-107 weed[32576]: 11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39792: write: broken pipe
Dec 09 05:34:41 photol-107 weed[32576]: 45463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39790: write: broken pipe
Dec 09 05:34:41 photol-107 weed[32576]: 11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39838: write: broken pipe
Dec 09 05:34:41 photol-107 weed[32576]: 11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39840: write: broken pipe
Dec 09 06:04:53 photol-107 weed[32576]: lse Id:11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:53838: write: broken pipe
Dec 09 06:04:53 photol-107 weed[32576]: :27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:53836: write: broken pipe
Dec 09 06:35:26 photol-107 weed[32576]: 245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39844: write: broken pipe
Dec 09 06:35:26 photol-107 weed[32576]: :11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39794: write: broken pipe
Dec 09 06:35:27 photol-107 weed[32576]: :11188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39796: write: broken pipe
Dec 09 06:35:27 photol-107 weed[32576]: 245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false] Version:30GB 1.45] status 200: write tcp 127.0.1.1:8080->127.0.0.1:39846: write: broken pipe
Dec 09 06:59:21 photol-107 weed[32576]: 8, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 10.1.21.17:8080->10.244.18.63:57274: write: broken pipe
Dec 09 08:00:01 photol-107 weed[32576]: 188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:51086: write: broken pipe
Dec 09 08:00:01 photol-107 weed[32576]: 188, Size:27212245463, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92712, DeleteCount:2776, DeletedByteCount:718664286, ReadOnly:false Id:11189, Size:27209235188, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92229, DeleteCount:2652, DeletedByteCount:691298316, ReadOnly:false Id:11190, Size:27382127316, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:93484, DeleteCount:2737, DeletedByteCount:711259524, ReadOnly:false Id:11191, Size:27210482101, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92491, DeleteCount:2663, DeletedByteCount:699514237, ReadOnly:false Id:11192, Size:27241280425, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92762, DeleteCount:2670, DeletedByteCount:692975422, ReadOnly:false Id:11193, Size:27262384941, ReplicaPlacement:010, Collection:photo-large-prod-004, Version:3, FileCount:92736, DeleteCount:2713, DeletedByteCount:700717734, ReadOnly:false]] status 200: write tcp 127.0.1.1:8080->127.0.0.1:51088: write: broken pipe

@roflmao
Copy link
Author

roflmao commented Jan 21, 2020

The issue still persists with 1.50, doesnt look directly connected to GC but broken pipe to /status happens more often while forcing GC.

@chrislusf
Copy link
Collaborator

any updates with the latest version?

@roflmao
Copy link
Author

roflmao commented Mar 2, 2020

@chrislusf Will test 1.58 and come back to you

@roflmao
Copy link
Author

roflmao commented Mar 6, 2020

Still the same on 1.58 while forcing gc:

Mar 06 13:32:47 photol-106 weed[7430]: I0306 13:32:47  7430 common.go:80] error writing JSON status 200: write tcp 127.0.1.1:8080->127.0.0.1:54830: write: broken pipe                                                                                        
Mar 06 13:32:47 photol-106 weed[7430]: I0306 13:32:47  7430 common.go:81] JSON content: map[Volumes:[Id:55, Size:29865097834, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:97409, DeleteCount:810, DeletedByteCount:201655420, 
ReadOnly:false Id:56, Size:29859517389, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:97279, DeleteCount:800, DeletedByteCount:205973022, ReadOnly:false Id:57, Size:29825931754, ReplicaPlacement:010, Collection:photo-large-p
rod-002, Version:2, FileCount:97391, DeleteCount:537, DeletedByteCount:153969466, ReadOnly:false Id:59, Size:31455012092, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:103432, DeleteCount:1080, DeletedByteCount:253903639, Re
adOnly:false Id:67, Size:31455064558, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:106844, DeleteCount:2003, DeletedByteCount:424978023, ReadOnly:false Id:68, Size:31454674361, ReplicaPlacement:010, Collection:photo-large-p
rod-002, Version:2, FileCount:107045, DeleteCount:2070, DeletedByteCount:442976616, ReadOnly:false Id:72, Size:31454928592, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:106705, DeleteCount:2101, DeletedByteCount:449220225,
ReadOnly:false Id:73, Size:31455333425, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:107267, DeleteCount:534, DeletedByteCount:125106465, ReadOnly:false Id:74, Size:31454921298, ReplicaPlacement:010, Collection:photo-large-
prod-002, Version:2, FileCount:107415, DeleteCount:504, DeletedByteCount:117744827, ReadOnly:false Id:75, Size:30755128741, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:104591, DeleteCount:115, DeletedByteCount:29004321, Re
adOnly:false Id:76, Size:31455344643, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:107071, DeleteCount:501, DeletedByteCount:121255497, ReadOnly:false Id:77, Size:31456535784, ReplicaPlacement:010, Collection:photo-large-pr
od-002, Version:2, FileCount:107237, DeleteCount:548, DeletedByteCount:128254045, ReadOnly:false Id:78, Size:31456383036, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:107219, DeleteCount:562, DeletedByteCount:137004688, Rea
dOnly:false Id:79, Size:31454635657, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:112430, DeleteCount:4701, DeletedByteCount:1301676504, ReadOnly:false Id:80, Size:31454607337, ReplicaPlacement:010, Collection:photo-large-p
rod-002, Version:2, FileCount:112421, DeleteCount:4697, DeletedByteCount:1315977703, ReadOnly:false Id:82, Size:31454669406, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:112633, DeleteCount:4828, DeletedByteCount:1338833079
, ReadOnly:false Id:84, Size:31455316590, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:112213, DeleteCount:4751, DeletedByteCount:1317403189, ReadOnly:false Id:85, Size:31454568635, ReplicaPlacement:010, Collection:photo-la
rge-prod-002, Version:2, FileCount:116475, DeleteCount:776, DeletedByteCount:205222981, ReadOnly:false Id:86, Size:31455716153, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:116112, DeleteCount:762, DeletedByteCount:20155707
9, ReadOnly:false Id:88, Size:31454890711, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:115975, DeleteCount:840, DeletedByteCount:223779096, ReadOnly:false Id:89, Size:31454444799, ReplicaPlacement:010, Collection:photo-lar
ge-prod-002, Version:2, FileCount:116394, DeleteCount:853, DeletedByteCount:222339308, ReadOnly:false Id:90, Size:31454775333, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:116354, DeleteCount:772, DeletedByteCount:198557583
, ReadOnly:false Id:91, Size:29061501258, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:99701, DeleteCount:710, DeletedByteCount:187896863, ReadOnly:false Id:92, Size:31454776216, ReplicaPlacement:010, Collection:photo-large
-prod-002, Version:2, FileCount:108188, DeleteCount:2458, DeletedByteCount:603151836, ReadOnly:false Id:93, Size:31454979419, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:108614, DeleteCount:2423, DeletedByteCount:574973915
, ReadOnly:false Id:94, Size:31454788564, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:108226, DeleteCount:2351, DeletedByteCount:545854048, ReadOnly:false Id:96, Size:31455130764, ReplicaPlacement:010, Collection:photo-lar
ge-prod-002, Version:2, FileCount:107964, DeleteCount:2320, DeletedByteCount:550162398, ReadOnly:false Id:97, Size:31454183806, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:133464, DeleteCount:1949, DeletedByteCount:4445305
03, ReadOnly:false Id:98, Size:31454010188, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:134611, DeleteCount:2010, DeletedByteCount:461806983, ReadOnly:false Id:102, Size:31454113309, ReplicaPlacement:010, Collection:photo-
large-prod-002, Version:2, FileCount:134113, DeleteCount:1976, DeletedByteCount:438546379, ReadOnly:false Id:103, Size:31454715579, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:111315, DeleteCount:612, DeletedByteCount:1389
74714, ReadOnly:false Id:104, Size:31454659059, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:111186, DeleteCount:641, DeletedByteCount:150756705, ReadOnly:false Id:105, Size:31454916590, ReplicaPlacement:010, Collection:pho
to-large-prod-002, Version:2, FileCount:111630, DeleteCount:623, DeletedByteCount:148156314, ReadOnly:false Id:106, Size:31454771567, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:111523, DeleteCount:558, DeletedByteCount:12
8128587, ReadOnly:false Id:107, Size:31454616006, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:111454, DeleteCount:627, DeletedByteCount:146073944, ReadOnly:false Id:109, Size:31453572156, ReplicaPlacement:010, Collection:p
hoto-large-prod-002, Version:2, FileCount:179275, DeleteCount:3155, DeletedByteCount:805851689, ReadOnly:false Id:111, Size:31452926733, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:179086, DeleteCount:3200, DeletedByteCoun
t:813661465, ReadOnly:false Id:112, Size:31452953290, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:178282, DeleteCount:3287, DeletedByteCount:863023203, ReadOnly:false Id:113, Size:31452925863, ReplicaPlacement:010, Collect
ion:photo-large-prod-002, Version:2, FileCount:179231, DeleteCount:3205, DeletedByteCount:819431864, ReadOnly:false Id:114, Size:31452915670, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:179889, DeleteCount:3211, DeletedByt
eCount:831393127, ReadOnly:false Id:115, Size:31454148198, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:138522, DeleteCount:5358, DeletedByteCount:1236655951, ReadOnly:false Id:116, Size:31453988241, ReplicaPlacement:010, C
ollection:photo-large-prod-002, Version:2, FileCount:138285, DeleteCount:5206, DeletedByteCount:1206576230, ReadOnly:false Id:117, Size:31456050424, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:138907, DeleteCount:5019, Del
etedByteCount:1000481186, ReadOnly:false Id:120, Size:31454606381, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:139183, DeleteCount:4944, DeletedByteCount:1002749085, ReadOnly:false Id:124, Size:29337376190, ReplicaPlacemen
t:010, Collection:photo-large-prod-002, Version:2, FileCount:124480, DeleteCount:744, DeletedByteCount:199674238, ReadOnly:false Id:125, Size:29318644170, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:124565, DeleteCount:681
, DeletedByteCount:177156514, ReadOnly:false Id:126, Size:29350886881, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:124491, DeleteCount:763, DeletedByteCount:209073664, ReadOnly:false Id:127, Size:28312957396, ReplicaPlacem
ent:010, Collection:photo-large-prod-002, Version:2, FileCount:127172, DeleteCount:790, DeletedByteCount:212064525, ReadOnly:false Id:128, Size:28248653414, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:127539, DeleteCount:4
03, DeletedByteCount:93488883, ReadOnly:false Id:132, Size:28294841038, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:127217, DeleteCount:710, DeletedByteCount:188844216, ReadOnly:false Id:134, Size:29514304257, ReplicaPlace
ment:010, Collection:photo-large-prod-002, Version:2, FileCount:125029, DeleteCount:732, DeletedByteCount:179155256, ReadOnly:false Id:135, Size:29556819006, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:125337, DeleteCount:
737, DeletedByteCount:168279281, ReadOnly:false Id:137, Size:29448316947, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:125676, DeleteCount:276, DeletedByteCount:60381361, ReadOnly:false Id:138, Size:29416547440, ReplicaPlac
ement:010, Collection:photo-large-prod-002, Version:2, FileCount:125072, DeleteCount:209, DeletedByteCount:47483802, ReadOnly:false Id:139, Size:28263329704, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:109643, DeleteCount:
987, DeletedByteCount:283720499, ReadOnly:false Id:143, Size:28331813076, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:109575, DeleteCount:1050, DeletedByteCount:295336268, ReadOnly:false Id:144, Size:28251309988, ReplicaPl
acement:010, Collection:photo-large-prod-002, Version:2, FileCount:109847, DeleteCount:1020, DeletedByteCount:297589221, ReadOnly:false Id:145, Size:31454505441, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:124433, DeleteCo
unt:1590, DeletedByteCount:376005664, ReadOnly:false Id:146, Size:31454678749, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:124740, DeleteCount:1682, DeletedByteCount:395254822, ReadOnly:false Id:147, Size:31454296406, Repl
icaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:124282, DeleteCount:1689, DeletedByteCount:389039556, ReadOnly:false Id:148, Size:31454488506, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:124755, Del
eteCount:1862, DeletedByteCount:431340677, ReadOnly:false Id:150, Size:31454427333, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:124740, DeleteCount:1710, DeletedByteCount:402274301, ReadOnly:false Id:151, Size:31485388253,
 ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:119743, DeleteCount:4946, DeletedByteCount:1121351411, ReadOnly:false Id:153, Size:31512663827, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:11941
6, DeleteCount:4935, DeletedByteCount:1134183737, ReadOnly:false Id:155, Size:31464452102, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:119019, DeleteCount:4746, DeletedByteCount:1128213970, ReadOnly:false Id:156, Size:3175
0513555, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:120592, DeleteCount:5125, DeletedByteCount:1164510154, ReadOnly:false Id:157, Size:28711262898, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCou
nt:113566, DeleteCount:110, DeletedByteCount:30103565, ReadOnly:false Id:158, Size:28681710694, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:114295, DeleteCount:90, DeletedByteCount:20474163, ReadOnly:false Id:159, Size:285
54978274, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:114094, DeleteCount:105, DeletedByteCount:23523415, ReadOnly:false Id:160, Size:28652118799, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount
:113892, DeleteCount:126, DeletedByteCount:26914559, ReadOnly:false Id:161, Size:28660156018, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:114055, DeleteCount:117, DeletedByteCount:28512990, ReadOnly:false Id:162, Size:2865
3563112, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:114084, DeleteCount:109, DeletedByteCount:27813764, ReadOnly:false Id:164, Size:31454405102, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:
117110, DeleteCount:2310, DeletedByteCount:582644594, ReadOnly:false Id:166, Size:31454535019, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:116721, DeleteCount:2200, DeletedByteCount:563543517, ReadOnly:false Id:174, Size:3
1454551179, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:118563, DeleteCount:2290, DeletedByteCount:599708213, ReadOnly:false Id:175, Size:31454544654, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileC
ount:118702, DeleteCount:4696, DeletedByteCount:903287985, ReadOnly:false Id:177, Size:31454569544, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:119084, DeleteCount:4581, DeletedByteCount:880579937, ReadOnly:false Id:178, S
ize:31454393258, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2, FileCount:118816, DeleteCount:4645, DeletedByteCount:899098949, ReadOnly:false Id:180, Size:31454475302, ReplicaPlacement:010, Collection:photo-large-prod-002, Version:2,
<snip>

@chrislusf
Copy link
Collaborator

Same issue as #1222

@roflmao
Copy link
Author

roflmao commented Mar 11, 2020

@chrislusf This has gotten worse with 1.61RC. What more can i provide for you to give debug data?

chrislusf added a commit that referenced this issue Mar 11, 2020
@roflmao
Copy link
Author

roflmao commented Mar 23, 2020

@chrislusf can we reopen this? still an issue on 1.67

@chrislusf
Copy link
Collaborator

But there are no new information. Seems you are busy compacting thousands of volumes and stressing the computer. It seems normal to have some timeouts.

What about timeouts for normal http requests?

@ingardm
Copy link
Contributor

ingardm commented Mar 23, 2020 via email

@chrislusf
Copy link
Collaborator

What about timeouts for normal http requests?

The lock would be specific to some code path. So I want to know behavior for other normal http requests.

@roflmao
Copy link
Author

roflmao commented Mar 24, 2020

@chrislusf we have been running this for 5 hours without any output so regular fetching of fids seems ok:

16:44:08 [rolf@photol-104:~] $ while true;do curl -sf -m 2 'photol-104:8080/6227,577de366db271f92' --output /dev/null ; if test $? -eq 28; then echo THAIMAT && date;fi && sleep 1s;done

The status endpoint is what we use for monitoring of seaweed, and also puts a whole lot of logging for all these broken pipes. We are willingly to fetch more debug data if needed.

@chrislusf
Copy link
Collaborator

chrislusf commented Mar 25, 2020

Thanks for confirming! This narrows down to the section of code to collect volume server status.

There does exist a lock for reading the volume file counts, sizes, deletion counts, etc. This would block when the volume commits the compaction, switching from the old version to the new version.

I will try to address this in later versions, to reduce the lock scope. However, this only benefits this http://<volume_server>/status page.

What info you are interested in this page? Can you get the info from other places? The volume info is available in echo volume.list | weed shell. The disk info can be added in another http handler.

@roflmao
Copy link
Author

roflmao commented Mar 25, 2020

Is this lock only viable for the http endpoint? Could we use the grpc instead?

We use /status for monitoring liveness of the volume server.
We also use /status to fetch json stats with a custommade prometheus scraper.

@chrislusf
Copy link
Collaborator

The gRPC calls directly to master to collect stats for all volumes and does not have locks. You can check https://github.com/chrislusf/seaweedfs/blob/master/weed/shell/command_volume_list.go for examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants