Ticket #1 (closed bug: fixed)

Opened 6 months ago

Last modified 4 months ago

GOSSIP_DEV_DEBUG used in both kernel and user space

Reported by: carns@mcs.anl.gov Assigned to: anonymous
Priority: minor Component: Client Daemon
Version: HEAD Keywords: gossip PINT_dev_test_unexpected GOSSIP_DEV_DEBUG verbose
Cc:

Description

GOSSIP_DEV_DEBUG is defined as a kernel debugging mask, but it is also being used in pint-dev.c, which is user space. In user space this gossip mask collides with GOSSIP_FLOW_DEBUG.

This should be broken out into a separate mask, and probably filtered out of the "verbose" set to prevent the continuous stream of PINT_dev_test_unexpected() messages that come out of pvfs2-client when enabled.

Change History

01/21/08 16:24:39 changed by carns@mcs.anl.gov

  • owner changed from carns@mcs.anl.gov to anonymous.
  • status changed from new to assigned.

01/21/08 16:29:44 changed by carns@mcs.anl.gov

  • status changed from assigned to closed.
  • resolution set to fixed.

Fixed in trunk:

- created a new "user_dev" (GOSSIP_USER_DEV_DEBUG) gossip mask

- replaced instances in pint-dev.c with GOSSIP_USER_DEV_DEBUG

- removed from verbose mask

01/21/08 16:40:59 changed by carns@mcs.anl.gov

test comment