* locks_insert_block: removing duplicated lock (pid=2711 0-9223372036854775807 type=1)
@ 2006-08-10 12:02 Jesper Juhl
2006-08-15 11:58 ` Jesper Juhl
0 siblings, 1 reply; 4+ messages in thread
From: Jesper Juhl @ 2006-08-10 12:02 UTC (permalink / raw)
To: Linux Kernel Mailing List
I've got a server running 2.6.11.11 that just reported the following in dmesg :
locks_insert_block: removing duplicated lock (pid=2711
0-9223372036854775807 type=1)
Should I worry?
Any info I can provide that would be useful?
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: locks_insert_block: removing duplicated lock (pid=2711 0-9223372036854775807 type=1)
2006-08-10 12:02 locks_insert_block: removing duplicated lock (pid=2711 0-9223372036854775807 type=1) Jesper Juhl
@ 2006-08-15 11:58 ` Jesper Juhl
2006-08-15 12:02 ` Jesper Juhl
0 siblings, 1 reply; 4+ messages in thread
From: Jesper Juhl @ 2006-08-15 11:58 UTC (permalink / raw)
To: Linux Kernel Mailing List
On 10/08/06, Jesper Juhl <jesper.juhl@gmail.com> wrote:
> I've got a server running 2.6.11.11 that just reported the following in dmesg :
>
> locks_insert_block: removing duplicated lock (pid=2711
> 0-9223372036854775807 type=1)
>
Still getting lots of these :
Aug 15 13:53:01 server kernel: locks_insert_block: removing duplicated
lock (pid=3 0-9223372036854775807 type=1)
Aug 12 22:46:31 server kernel: locks_insert_block: removing duplicated
lock (pid=1036 0-9223372036854775807 type=1)
Aug 12 00:21:28 server kernel: locks_insert_block: removing duplicated
lock (pid=1020 0-9223372036854775807 type=1)
What's the exact meaning of this?
> Should I worry?
> Any info I can provide that would be useful?
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: locks_insert_block: removing duplicated lock (pid=2711 0-9223372036854775807 type=1)
2006-08-15 11:58 ` Jesper Juhl
@ 2006-08-15 12:02 ` Jesper Juhl
2006-08-15 14:31 ` J. Bruce Fields
0 siblings, 1 reply; 4+ messages in thread
From: Jesper Juhl @ 2006-08-15 12:02 UTC (permalink / raw)
To: Linux Kernel Mailing List
Cc: J. Bruce Fields, J. Bruce Fields, Trond Myklebust, Andrew Morton
On 15/08/06, Jesper Juhl <jesper.juhl@gmail.com> wrote:
> On 10/08/06, Jesper Juhl <jesper.juhl@gmail.com> wrote:
> > I've got a server running 2.6.11.11 that just reported the following in dmesg :
> >
> > locks_insert_block: removing duplicated lock (pid=2711
> > 0-9223372036854775807 type=1)
> >
> Still getting lots of these :
>
> Aug 15 13:53:01 server kernel: locks_insert_block: removing duplicated
> lock (pid=3 0-9223372036854775807 type=1)
> Aug 12 22:46:31 server kernel: locks_insert_block: removing duplicated
> lock (pid=1036 0-9223372036854775807 type=1)
> Aug 12 00:21:28 server kernel: locks_insert_block: removing duplicated
> lock (pid=1020 0-9223372036854775807 type=1)
>
> What's the exact meaning of this?
> > Should I worry?
> > Any info I can provide that would be useful?
>
I guess I should add a few people who might know something to Cc:
instead of only sending to LKML ;-)
The server that generates these log messages is serving up a few
terrabytes of data via NFS to some tens of clients - in case that's
relevant.
--
Jesper Juhl <jesper.juhl@gmail.com>
Don't top-post http://www.catb.org/~esr/jargon/html/T/top-post.html
Plain text mails only, please http://www.expita.com/nomime.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: locks_insert_block: removing duplicated lock (pid=2711 0-9223372036854775807 type=1)
2006-08-15 12:02 ` Jesper Juhl
@ 2006-08-15 14:31 ` J. Bruce Fields
0 siblings, 0 replies; 4+ messages in thread
From: J. Bruce Fields @ 2006-08-15 14:31 UTC (permalink / raw)
To: Jesper Juhl; +Cc: Linux Kernel Mailing List, Trond Myklebust, Andrew Morton
On Tue, Aug 15, 2006 at 02:02:50PM +0200, Jesper Juhl wrote:
> On 15/08/06, Jesper Juhl <jesper.juhl@gmail.com> wrote:
> >On 10/08/06, Jesper Juhl <jesper.juhl@gmail.com> wrote:
> >> I've got a server running 2.6.11.11 that just reported the following in
> >dmesg :
> >>
> >> locks_insert_block: removing duplicated lock (pid=2711
> >> 0-9223372036854775807 type=1)
> >>
> >Still getting lots of these :
> >
> >Aug 15 13:53:01 server kernel: locks_insert_block: removing duplicated
> >lock (pid=3 0-9223372036854775807 type=1)
> >Aug 12 22:46:31 server kernel: locks_insert_block: removing duplicated
> >lock (pid=1036 0-9223372036854775807 type=1)
> >Aug 12 00:21:28 server kernel: locks_insert_block: removing duplicated
> >lock (pid=1020 0-9223372036854775807 type=1)
> >
> >What's the exact meaning of this?
I *think* that's harmless in that version of the code, though I'm not
sure.
Trond's made a bunch of lockd fixes since then (e.g. 09c7938c), which
probably fix it.
And that printk has been changed to a BUG(), so it better not be
triggered any more.... I certainly don't see how it could happen in the
current code.
--b.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-08-15 14:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-10 12:02 locks_insert_block: removing duplicated lock (pid=2711 0-9223372036854775807 type=1) Jesper Juhl
2006-08-15 11:58 ` Jesper Juhl
2006-08-15 12:02 ` Jesper Juhl
2006-08-15 14:31 ` J. Bruce Fields
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox