Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#163 closed defect (fixed)

exercise_disk consumes excessive pdir space.

Reported by: canthony Owned by: Eric Swenson
Priority: major Milestone: MR12.7
Component: Tools Version: MR12.6f
Keywords: exercise_disk ipc quota Cc:

Description

exerecise_disk consumes excessive pdir space, exhausting the default quota of 1000 in a few minutes.

The pd is filling with ipc area segments:

st -cl ipc

pdd>!BMlBjlQBBBBBBB>!BBBKNDpCZQQzCp.area.ipc

255

pdd>!BMlBjlQBBBBBBB>!BBBKNDpCbZjGZx.area.ipc

255

pdd>!BMlBjlQBBBBBBB>!BBBKNDpCcgQWXm.area.ipc

255

pdd>!BMlBjlQBBBBBBB>!BBBKNDpCdxdPqK.area.ipc

255

pdd>!BMlBjlQBBBBBBB>!BBBKNDpCgLPJdQ.area.ipc

255

pdd>!BMlBjlQBBBBBBB>!BBBKNDpChfnLdj.area.ipc

255

Change History (5)

comment:1 by Eric Swenson, 7 years ago

Status: newassigned

comment:2 by Eric Swenson, 7 years ago

The i/o module rdisk_.pl1 has the same issue (as does socket_, which is not yet part of the system). Adding a call to ipc_$drain_chn when ipc_$block is not called fixes the issue.

comment:3 by Eric Swenson, 7 years ago

Milestone: MR12.6g
Resolution: fixed
Status: assignedclosed
Version: MR12.6f

comment:5 by Eric Swenson, 7 years ago

Milestone: MR12.6gMR12.7

Milestone renamed

Note: See TracTickets for help on using tickets.