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 Version 1
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 (last modified by davidsarah)
When I upload file using FTP (SFTP not affected), the upload successfully passes these phases:
*) Upload locally to tmp dir
*) Upload to helper (if used)
*) Converted to CHK_encoding (when using helper)
And then the FTP transfer silently fails, pretending that upload successfully finished. When I refresh the directory listing, the file isn't there.
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 indicates that something went wrong.
How to reproduce:
a) Wait until count of nodes is less than current happiness in config.
b) or set happiness in config to something large.
Reproducibility: always
Change History (1)
comment:1 Changed at 2010-06-15T23:10:18Z by davidsarah
- Description modified (diff)
- Keywords ftpd added; ftp removed
- Milestone changed from undecided to soon
- Summary changed from FTP upload silently fails when nodes<happiness to FTP upload silently fails when nodes < happiness