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.

Change History (1)

comment:1 by Nicklas Nordborg, 8 years ago

Resolution: fixed
Status: newclosed

(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.

Note: See TracTickets for help on using tickets.