Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#848 closed Enhancement (fixed)

When filtering on one project, also filter debug flags for that project

Reported by: Ageless Owned by: davea
Priority: Trivial Milestone: 6.6
Component: Client - Logging Version: 6.6.10
Keywords: Cc:

Description (last modified by Ageless)

When I am now filtering the Messages in BOINC Manager on one project, I only get the high level messages. The low level messages that I get with debug flags for that project go 'lost'.

I'd like to request that these stay visible even when filtering on the one project.

Example without filter:

22-Feb-09 14:01:14 SETI@home Started upload of 16ja09ab.5499.8252.9.8.247_1_0
22-Feb-09 14:01:14 [file_xfer_debug]URL: http://setiboincdata.ssl.berkeley.edu/sah_cgi/file_upload_handler
22-Feb-09 14:01:35 Project communication failed: attempting access to reference site
22-Feb-09 14:01:35 [file_xfer_debug]FILE_XFER_SET::poll(): http op done; retval -107
22-Feb-09 14:01:35 [file_xfer_debug]file transfer status -107
22-Feb-09 14:01:35 SETI@home Temporarily failed upload of 16ja09ab.5499.8252.9.8.247_1_0: connect() failed
22-Feb-09 14:01:35 SETI@home Backing off 3 hr 7 min 42 sec on upload of 16ja09ab.5499.8252.9.8.247_1_0
22-Feb-09 14:01:36 Internet access OK - project servers may be temporarily down.

Example of that same bit with filter:

22-Feb-09 14:01:35 SETI@home Temporarily failed upload of 16ja09ab.5499.8252.9.8.247_1_0: connect() failed
22-Feb-09 14:01:35 SETI@home Backing off 3 hr 7 min 42 sec on upload of 16ja09ab.5499.8252.9.8.247_1_0

Attachments (1)

log-associate-project.diff (9.2 KB) - added by Nicolas 15 years ago.

Download all attachments as: .zip

Change History (10)

comment:1 Changed 15 years ago by Ageless

Description: modified (diff)

comment:2 Changed 15 years ago by davea

Resolution: fixed
Status: newclosed

The issue is that some messages (of the file_xfer_debug sort) aren't being associated with a project, when they could be. I fixed this; there may be other cases.

comment:3 Changed 15 years ago by davea

(In [17334]) - client: print message if downloaded file has wrong size

  • client: associate file xfer messages with a project; fixes #848

comment:4 Changed 15 years ago by Ageless

Thanks David. The only other one I see sometimes missing a project association is the sched_op_debug flag, on the handle_sched_reply().

comment:5 Changed 15 years ago by Nicolas

Resolution: fixed
Status: closedreopened

I found some more, attaching patch against trunk.

Changed 15 years ago by Nicolas

Attachment: log-associate-project.diff added

comment:6 Changed 15 years ago by Nicolas

I changed some result->project to wup->project and some 0s to NULLs just for consistency.

comment:7 Changed 15 years ago by davea

Resolution: fixed
Status: reopenedclosed

(In [17335]) - client: more instances of showing project with message. Fixes #848

comment:8 Changed 15 years ago by romw

(In [17356]) - client: print message if downloaded file has wrong size

  • client: associate file xfer messages with a project; fixes #848

client/

cs_files.cpp file_xfer.cpp pers_file_xfer.cpp

comment:9 Changed 15 years ago by romw

(In [17357]) - client: more instances of showing project with message. Fixes #848

client/

app_start.cpp app_graphics.cpp file_xfer.cpp cs_account.cpp cs_scheduler.cpp scheduler_op.cpp app.cpp app_control.cpp

Note: See TracTickets for help on using tickets.