We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug in file kfs-0.5/src/cc/libkfsClient/WriteAppender.cc http://code.google.com/p/kosmosfs/source/browse/trunk/src/cc/libkfsClient/WriteA ppender.cc void SpaceRelease() { if (mSpaceAvailable <= 0) { StartAppend(); return; } Reset(mSpaceReleaseOp); mSpaceReleaseOp.chunkId = mAllocOp.chunkId; //! bug: should mAllocOp.chunkVersion; NOT , mSpaceReleaseOp.chunkVersion = mAllocOp.chunkVersion; //! , --> ; mSpaceReleaseOp.writeInfo = mWriteIds; mSpaceReleaseOp.numBytes = size_t(mSpaceAvailable); Enqueue(mSpaceReleaseOp); } chenbk
Original issue reported on code.google.com by chenb...@gmail.com on 30 Nov 2011 at 3:10
chenb...@gmail.com
The text was updated successfully, but these errors were encountered:
Original comment by srirams...@gmail.com on 16 Dec 2011 at 6:51
srirams...@gmail.com
Sorry, something went wrong.
Thanks for the find. I have checked in a fix.
The change for this is done now.
Original comment by srirams...@gmail.com on 16 Dec 2011 at 6:53
Line 862 seems also suffer this issue.
Original comment by robinlee...@gmail.com on 22 Dec 2011 at 9:07
robinlee...@gmail.com
No branches or pull requests
Original issue reported on code.google.com by
chenb...@gmail.com
on 30 Nov 2011 at 3:10The text was updated successfully, but these errors were encountered: