Opened at 2010-06-15T22:21:56Z
Last modified at 2021-01-15T20:27:37Z
#1081 closed defect
FTP upload silently fails when nodes<happiness — at Initial Version
Reported by: | slush | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | soon |
Component: | code-frontend-ftp-sftp | Version: | 1.7β |
Keywords: | ftpd upload error reliability unfinished-business servers-of-happiness | Cc: | slush@… |
Launchpad Bug: |
Description
When I upload file using FTP (SFTP not affected), file succesfully pass these phases:
*) Upload locally to tmp dir
*) Upload to helper (if used)
*) Converted to CHK_encoding (when using helper)
And then FTP transfer silently fail, pretend that upload succesfully finished. When refresh directory listing, file isn't here.
Expected behaviour (from my view of common user): FTP upload should finish after all phases of tahoe upload.
Used software: Node - Windows7 with patched Twisted. Helper - Debian without patch.
I tried scenario many times with different files and happiness and both with or without helper.
Note: Using SFTP in same scenario (nodes<happiness) leads to RemoteException? in SFTP client which indicate that something goes wrong.
How to reproduce:
a) Wait until cound of nodes is less than current happiness in config.
b) or set happiness in config to something large.
Reproducibility: always