Changes between Initial Version and Version 5 of Ticket #1742


Ignore:
Timestamp:
2013-05-03T00:50:28Z (12 years ago)
Author:
daira
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1742

    • Property Keywords mutable added
    • Property Owner changed from davidsarah to daira
    • Property Component changed from unknown to code-mutable
    • Property Status changed from new to assigned
  • Ticket #1742 – Description

    initial v5  
    1 Using tahoe from the 1.9.2 darcs branch on I2P, I received the following copying files to the grid
    2 
     1Using tahoe from the 1.9.2 darcs branch on I2P, I received the following copying files to the grid [edited for formatting]:
    32
    43{{{
    54Error during POST: 500 Internal Server Error
    6 "Traceback (most recent call last):\x0a  File \"/usr/lib/python2.7/dist-packages/twisted/internet/base.py\", line 800, in runUntilCurrent\x0a    call.func(*call.args, **call.kw)\x0a  File \"/usr/lib/pymodules/python2.7/foolscap/eventual.py\", line 26, in _turn\x0a    cb(*args, **kwargs)\x0a  File \"/usr/lib/python2.7/dist-packages/twisted/internet/defer.py\", line 362, in callback\x0a    self._startRunCallbacks(result)\x0a  File \"/usr/lib/python2.7/dist-packages/twisted/internet/defer.py\", line 458, in _startRunCallbacks\x0a    self._runCallbacks()\x0a--- <exception caught here> ---\x0a  File \"/usr/lib/python2.7/dist-packages/twisted/internet/defer.py\", line 545, in _runCallbacks\x0a    current.result = callback(current.result, *args, **kw)\x0a  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/filenode.py\", line 859, in <lambda>\x0a    self._modify_once(modifier, first_time))\x0a  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/filenode.py\", line 885, in _modify_once\x0a    d = self._try_to_download_data()\x0a  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/filenode.py\", line 963, in _try_to_download_data\x0a    d = self._read(c, fetch_privkey=True)\x0a  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/filenode.py\", line 985, in _read\x0a    d = r.download(consumer, offset, size)\x0a  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/retrieve.py\", line 244, in download\x0a    self._setup_download()\x0a  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/retrieve.py\", line 301, in _setup_download\x0a    assert len(self.remaining_sharemap) >= k\x0aexceptions.AssertionError: \x0a"
    7 
     5"Traceback (most recent call last):
     6  File \"/usr/lib/python2.7/dist-packages/twisted/internet/base.py\", line 800, in runUntilCurrent
     7    call.func(*call.args, **call.kw)
     8  File \"/usr/lib/pymodules/python2.7/foolscap/eventual.py\", line 26, in _turn
     9    cb(*args, **kwargs)
     10  File \"/usr/lib/python2.7/dist-packages/twisted/internet/defer.py\", line 362, in callback
     11    self._startRunCallbacks(result)
     12  File \"/usr/lib/python2.7/dist-packages/twisted/internet/defer.py\", line 458, in _startRunCallbacks
     13    self._runCallbacks()
     14--- <exception caught here> ---
     15  File \"/usr/lib/python2.7/dist-packages/twisted/internet/defer.py\", line 545, in _runCallbacks
     16    current.result = callback(current.result, *args, **kw)
     17  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/filenode.py\", line 859, in <lambda>
     18    self._modify_once(modifier, first_time))
     19  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/filenode.py\", line 885, in _modify_once
     20    d = self._try_to_download_data()
     21  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/filenode.py\", line 963, in _try_to_download_data
     22    d = self._read(c, fetch_privkey=True)
     23  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/filenode.py\", line 985, in _read
     24    d = r.download(consumer, offset, size)
     25  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/retrieve.py\", line 244, in download
     26    self._setup_download()
     27  File \"$HOME/i2p-tahoe/tahoe-lafs-i2p/src/allmydata/mutable/retrieve.py\", line 301, in _setup_download
     28    assert len(self.remaining_sharemap) >= k\x0aexceptions.AssertionError:
     29"
    830}}}
    931