icejoywoo / kosmosfs

Automatically exported from code.google.com/p/kosmosfs
Apache License 2.0
0 stars 0 forks source link

why error, when do Read&Write in open mode O_RDWR #15

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open file in O_RDWR
2. Write file
3. Read file (error)

What is the expected output? What do you see instead?
 INFO - (KfsClient.cc:3317) Server says lease on chunk ** is busy...waiting

What version of the product are you using? On what operating system?
 KFS-0.5, linux (ubuntu)

Please provide any additional information below.

why will this error happen?
how to deal with it? see the attachment, modified from the kfsSample.cpp

thanks vary much...

Original issue reported on code.google.com by hongyin...@gmail.com on 14 Aug 2012 at 10:21

Attachments: