summaryrefslogtreecommitdiffstats
path: root/xlators/debug
diff options
context:
space:
mode:
authorRaghavendra G <raghavendra@gluster.com>2010-10-08 20:21:59 +0000
committerVijay Bellur <vijay@dev.gluster.com>2010-10-09 06:36:58 -0700
commitd1f938c16e309431382ab9aaa32d50bf0ccd3260 (patch)
tree79e56063ab268acb8c2ba84057d3a94280677a84 /xlators/debug
parent0ccb63dbc52f66975205baf8452d2b57418da4aa (diff)
rpc-transport/rdma: fix the bug which was causing an ioq-entry being mem_put twice.
- in case of failure to send message, ioq-entry would be freed, but it used to get added to the ioq-list. Failure in sending a message (for reasons other than insufficient quota), would result in transport being disconnected. In the process of handling pollerr, when ioq-list is flushed, the same ioq-entry which would've already been freed, would be freed for second time. - this patch also fixes spurious disconnects happening when quota was not available while sending a request. Signed-off-by: Raghavendra G <raghavendra@gluster.com> Signed-off-by: Vijay Bellur <vijay@dev.gluster.com> BUG: 1854 (GlusterFS 3.1 beta crashes over Infiniband with rdma issue) URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1854
Diffstat (limited to 'xlators/debug')
0 files changed, 0 insertions, 0 deletions