lkml.org 
[lkml]   [1999]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRPC: task already queued!
Excerpt from /var/log/messages on a linux-2.2.10-ac5:

Jul 1 08:29:51 area51 kernel: nfs: server napoli not responding, timed out
Jul 1 08:29:51 area51 kernel: RPC: task already queued!
Jul 1 08:31:13 area51 kernel: nfs: server napoli not responding, still trying
Jul 1 08:31:15 area51 kernel: nfs: server napoli not responding, timed out
Jul 1 08:31:15 area51 kernel: RPC: task already queued!

A similar sequence of messages is produced by linux-2.2.6-ac3.

net/sunrpc/sched.c:
int
__rpc_add_wait_queue(struct rpc_wait_queue *queue, struct rpc_task *task)
{
if (task->tk_rpcwait) {
printk(KERN_WARNING "RPC: task already queued!\n");
dprintk("task already on %s, to be added to %s\n",
rpc_qname(task->tk_rpcwait), rpc_qname(queue));
return 0;
}

It doesn't look dangerous to me. It might be interesting for someone though.

I'm particularly interested in NFSFS because I'm working on a fix for the
limited secondary grouplist support in the RPC layer. My first impression
is that it can be fixed without changing the hard limit of 16 groups in
the protocol.

--
Frank

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:52    [W:0.084 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site