Hide Forgot
PATCH: http://patches.gluster.com/patch/5478 in master (rpc-transport/socket: initialize fragcurrent pointer in correct state while reading vectored replies.)
Configuration: single process distributed replicate. Test: dbench/kernel compile. Issue: When lengths of two vectors returned from socket to rpc are logged, length of the first vector (which is sum of rpc-header and read proc header lengths) are found to be too high (in terms of 10s of KBs) and different for different read calls. read proc header size is less than 256 bytes and it should be constant for multiple read calls.