Opened at 2014-03-06T18:51:54Z
Last modified at 2014-03-06T19:05:07Z
#2195 new defect
deep-check ERROR: NoSharesError(no shares (need 1)
Reported by: | Jbenisek | Owned by: | daira |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.10.0 |
Keywords: | tahoe-deep-check verify | Cc: | |
Launchpad Bug: |
Description
After a failed recovery I ran deep-check but got these errors over and over at different points. Even thought I was able to recover the data after 4-5 tries.
on Windows 8.1 64-bit with Python 2.7.6 and pywin32 2.6
Here is the code paste:
(6:42:09 PM) CyberAxe?: Here you go http://sebsauvage.net/paste/?7a1c6b555600046a#FAim70nz5K7/HFfD94jgZ0PgL59uW12LF99TgSPo/5g= this is after a deep-check of my tahoe alias
17900 objects checked.. ERROR: UnrecoverableFileError?(no recoverable versions) "[Failure instance: Traceback: <class 'allmydata.mutable.common.UnrecoverableFileError?'>: no recoverable versions" C:\allmydata-tahoe-1.10.0\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted \internet\base.py:793:runUntilCurrent C:\allmydata-tahoe-1.10.0\support\Lib\site-packages\foolscap-0.6.4-py2.7.egg\foolscap\even tual.py:26:_turn C:\allmydata-tahoe-1.10.0\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted \internet\defer.py:361:callback C:\allmydata-tahoe-1.10.0\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted \internet\defer.py:455:_startRunCallbacks --- <exception caught here> --- C:\allmydata-tahoe-1.10.0\support\Lib\site-packages\twisted-11.0.0-py2.7-win32.egg\twisted \internet\defer.py:542:_runCallbacks c:\allmydata-tahoe-1.10.0\src\allmydata\mutable\filenode.py:400:_get_version
C:\allmydata-tahoe-1.10.0\bin>python tahoe deep-check tahoe: 100 objects checked.. 200 objects checked.. 300 objects checked.. 400 objects checked.. 500 objects checked.. 600 objects checked.. 700 objects checked.. 800 objects checked.. 900 objects checked.. 1000 objects checked.. 1100 objects checked.. 1200 objects checked.. 1300 objects checked.. 1400 objects checked.. 1500 objects checked.. 1600 objects checked.. 1700 objects checked.. 1800 objects checked.. 1900 objects checked.. 2000 objects checked.. 2100 objects checked.. 2200 objects checked.. 2300 objects checked.. 2400 objects checked.. 2500 objects checked.. 2600 objects checked.. 2700 objects checked.. 2800 objects checked.. 2900 objects checked.. 3000 objects checked.. 3100 objects checked.. 3200 objects checked.. 3300 objects checked.. 3400 objects checked.. 3500 objects checked.. 3600 objects checked.. 3700 objects checked.. ERROR: NoSharesError?(no shares (need 1). Last failure: None) "[Failure instance: Traceback (failure with no frames): <class 'allmydata.interfaces.NoSha? resError'>: no shares (need 1). Last failure: None"
C:\allmydata-tahoe-1.10.0\bin>
I'm re-running it now with -v.
Change History (1)
comment:1 Changed at 2014-03-06T19:05:07Z by daira
- Keywords tahoe-deep-check verify added; deep-check removed
Jbenisek wrote:
Hmm, so this error happened nondeterministically?