BenningtonCS / GFS

Implementation of Google File System
54 stars 18 forks source link

API throwing back "CHUNKSPACE REQUEST FAILED" #164

Open edaniszewski opened 10 years ago

edaniszewski commented 10 years ago

when creating/appending chunks to upload a file from the GUI, frequently something like this happens:

10.10.100.143|10.10.100.142|10.10.100.146|14
10.10.100.143
9
CREATE
6
10.10.100.142
9
CREATE
7
10.10.100.146
9
CREATE
7
File creation successful!
7
43
44
10.10.100.143|10.10.100.142|10.10.100.146|14
378815
14
6
CHUNKSPACE REQUEST FAILED. exiting...

which then causes the API, and thus the UI to crash... no good!

edaniszewski commented 10 years ago

Also to note-- after restarting the UI, the file does actually exist in the system, and I am able to download it successfully.