> Date: Wed, 06 Feb 2008 16:39:05 PST > From: Nigel Smith <[EMAIL PROTECTED]> > Subject: Re: [storage-discuss] iscsitgt becoming very slow after two > weeks uptime > To: [email protected] > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > I would be surprised if the "iscsi_full_feature" code was generating > a lot of leaks, because this code should only be run during a login > to the target, and logins should not be occurring too frequently.
My impression was that iscsi_full_feature gets called on each incoming PDU when connection is in full feature mode (see iscsi_conn.c for details), so a leak here would potentially lose O(uptime) amount of memory. Anyway, I see no memory leak for normal flow in the code (AHS-related issues I have reported earlier are on error handling path), so reported leak in iscsi_full_feature most likely refers to an older version of iscsitgt. Regards, Andrey _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
