Opened 8 years ago
Closed 8 years ago
#909 closed defect (fixed)
All counters disappear if the ProjectArchive server is not available
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v4.7 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The counter update code is a bit fragile if the ProjectArchive
server is not available. This will cause an exception when counting stray files causing the count to be aborted and none of the counters will get any value. A forced manual update will temporary "fix" the problem since the stray files count is skipped when doing a manual update.
Note:
See TracTickets
for help on using tickets.
(In [4090]) Fixes #909: All counters disappear if the ProjectArchive server is not available
Catch and log all exceptions when counting stray folders. The rest of the counting code should continue as normal.