Opened 13 years ago
Closed 13 years ago
#455 closed defect (fixed)
Collector status window periodically updates KiBs but not file count when finding dups
Reported by: | Gregg Young | Owned by: | Gregg Young |
---|---|---|---|
Priority: | minor | Milestone: | Release_3.19.1 |
Component: | fm/2 base | Version: | 3.18 |
Keywords: | Cc: |
Description
The KiBs update periodically but the file count only updates at the end or when multiples of 64K are reached.
Change History (3)
comment:1 by , 13 years ago
Milestone: | → Release_3.20 |
---|
comment:2 by , 13 years ago
Milestone: | Release_3.20 → Release_3.19.1 |
---|---|
Owner: | set to |
Status: | new → assigned |
Note:
See TracTickets
for help on using tickets.
This make sense because we update the size on each loop but only update the count when we reach the pci allocation limit (64k). I will have the size only update on container fills when full or at 64k fills which ever is less.