Bug 795789 - [0344a8a12e7675bee24c770d71eff52db6b2d128] EIO while reading file due to op_errno being reset in io-cache
Summary: [0344a8a12e7675bee24c770d71eff52db6b2d128] EIO while reading file due to op_...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: io-cache
Version: mainline
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Raghavendra G
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 817967
TreeView+ depends on / blocked
 
Reported: 2012-02-21 14:34 UTC by Anush Shetty
Modified: 2015-12-01 16:45 UTC (History)
4 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 17:37:05 UTC
Regression: ---
Mount Type: nfs
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Anush Shetty 2012-02-21 14:34:11 UTC
Description of problem: While creating a file from the fuse mount in a loop and reading the file from the nfs client, the read returns EIO sometimes. This behaviour wasn't seen when io-cache was disabled. The op_errno value is reset in io-cache.


How reproducible: Often


Steps to Reproduce:
1. while true; do echo 'sdsds' > /mnt/fuse/dot; done
2. while true; do cat /mnt/nfs/dot; done


Actual results: EIO is returned


Additional info:


gdb) bt
#0  nfs3svc_read_cbk (frame=0x7fc252647008, cookie=0x19f8860, this=0x19f9a80, op_ret=0, op_errno=0, vector=0x1a07ac0, count=0, stbuf=0x7fff5e819720,
    iobref=0x1a08ab0) at nfs3.c:1773
#1  0x00007fc2501ca4ca in nfs_fop_readv_cbk (frame=0x7fc252647008, cookie=0x19f8860, this=0x19f9a80, op_ret=0, op_errno=0, vector=0x1a07ac0, count=0,
    stbuf=0x7fff5e819720, iobref=0x1a08ab0) at nfs-fops.c:1329
#2  0x00007fc250419a39 in io_stats_readv_cbk (frame=0x7fc25368e4e0, cookie=0x7fc25368e58c, this=0x19f8860, op_ret=0, op_errno=0, vector=0x1a07ac0, count=0,
    buf=0x7fff5e819720, iobref=0x1a08ab0) at io-stats.c:1332
#3  0x00007fc25063b66a in ioc_frame_unwind (frame=0x7fc25368e58c) at page.c:870
#4  0x00007fc25063b8f7 in ioc_frame_return (frame=0x7fc25368e58c) at page.c:912
#5  0x00007fc250639b31 in ioc_waitq_return (waitq=0x1a07960) at page.c:410
#6  0x00007fc25063a1dd in ioc_fault_cbk (frame=0x7fc2526467e4, cookie=0x7fc25368e638, this=0x19f76f0, op_ret=0, op_errno=2, vector=0x7fff5e819a00, count=1,
    stbuf=0x7fff5e819bd0, iobref=0x1a08790) at page.c:535
#7  0x00007fc25086495d in afr_readv_cbk (frame=0x7fc25368e638, cookie=0x0, this=0x19f65a0, op_ret=0, op_errno=2, vector=0x7fff5e819a00, count=1, 
    buf=0x7fff5e819bd0, iobref=0x1a08790) at afr-inode-read.c:1228
#8  0x00007fc250aeb00b in client3_1_readv_cbk (req=0x7fc2497128e8, iov=0x7fc249712928, count=2, myframe=0x7fc25368e388) at client3_1-fops.c:2252
#9  0x00007fc254e2c1bf in rpc_clnt_handle_reply (clnt=0x1a047f0, pollin=0x19efda0) at rpc-clnt.c:796
#10 0x00007fc254e2c536 in rpc_clnt_notify (trans=0x1a04a50, mydata=0x1a04820, event=RPC_TRANSPORT_MSG_RECEIVED, data=0x19efda0) at rpc-clnt.c:915
#11 0x00007fc254e28230 in rpc_transport_notify (this=0x1a04a50, event=RPC_TRANSPORT_MSG_RECEIVED, data=0x19efda0) at rpc-transport.c:498
#12 0x00007fc24e5bf323 in socket_event_poll_in (this=0x1a04a50) at socket.c:1686
#13 0x00007fc24e5bf88c in socket_event_handler (fd=6, idx=4, data=0x1a04a50, poll_in=1, poll_out=0, poll_err=0) at socket.c:1801
#14 0x00007fc25508242c in event_dispatch_epoll_handler (event_pool=0x19eb500, events=0x1a062c0, i=0) at event.c:794
#15 0x00007fc25508263f in event_dispatch_epoll (event_pool=0x19eb500) at event.c:856
#16 0x00007fc2550829b2 in event_dispatch (event_pool=0x19eb500) at event.c:956
#17 0x0000000000407f1e in main (argc=7, argv=0x7fff5e81a128) at glusterfsd.c:1601

Comment 1 Anand Avati 2012-03-09 03:22:09 UTC
CHANGE: http://review.gluster.com/2894 (performance/io-cache: pass appropriate op_errno even during successful reads.) merged in master by Vijay Bellur (vijay)

Comment 2 Anush Shetty 2012-03-13 05:07:27 UTC
Issue is fixed with 3.3.0qa26

Comment 3 Raghavendra G 2012-03-14 06:49:27 UTC
*** Bug 768299 has been marked as a duplicate of this bug. ***

Comment 4 Anand Avati 2012-03-14 10:36:20 UTC
CHANGE: http://review.gluster.com/2939 (performance/io-cache: store op_errno in page.) merged in master by Vijay Bellur (vijay)


Note You need to log in before you can comment on or make changes to this bug.