hwartens@llnl.gov
2007-Feb-01 23:20 UTC
[Lustre-devel] [Bug 11646] client cache memory leak
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11646 Created an attachment (id=9481) Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9481&action=view) adev3.dklog.test1.sorted.txt.bz2 dk log from test1 fresh and clean module load write to file in question
hwartens@llnl.gov
2007-Feb-01 23:22 UTC
[Lustre-devel] [Bug 11646] client cache memory leak
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11646 Created an attachment (id=9482) Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9482&action=view) adev3.strace.test1.txt strace output from test1 fresh and clean module load write to file in question
hwartens@llnl.gov
2007-Feb-01 23:24 UTC
[Lustre-devel] [Bug 11646] client cache memory leak
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11646 Created an attachment (id=9483) Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9483&action=view) adev3.dklog.test2.sorted.txt.bz2 dk log from test2 write to file in question after having run test1
hwartens@llnl.gov
2007-Feb-01 23:25 UTC
[Lustre-devel] [Bug 11646] client cache memory leak
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11646 Created an attachment (id=9484) Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9484&action=view) adev3.strace.test2.txt strace output from test2 write to file in question after having run test1
deen@clusterfs.com
2007-Feb-06 12:06 UTC
[Lustre-devel] [Bug 11646] client cache memory leak
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11646 (In reply to comment #0)> I devised a simple test on our test filesystem where: > 1) multi-stripe file created on client node > 2) stop lustre on one of the osts where the file resides > 3) mount filesystem manually > 4) remove object for file that resides on that ost > 5) restart lustre > 6) write to file > > It looks like initially when starting Lustre in this state and we try to write > to the file, the entire contents of the file hits cache and we see no errors on > write. However subsequent writes to the file get -ESTALE. It seems that the > memory for this file that hits the cache can now never be reclaimed. I will > attach logs and traces with full debug on the issue. >This problem is related to bug 9977 and will be fixed as part of 9977.