[tahoe-lafs-trac-stream] [tahoe-lafs] #1679: Potential download regression 1.9.1 versus 1.8.3
tahoe-lafs
trac at tahoe-lafs.org
Tue Feb 28 21:53:48 UTC 2012
#1679: Potential download regression 1.9.1 versus 1.8.3
--------------------------+---------------------------------
Reporter: nejucomo | Owner: nobody
Type: defect | Status: new
Priority: critical | Milestone: undecided
Component: unknown | Version: 1.9.1
Resolution: | Keywords: regression download
Launchpad Bug: |
--------------------------+---------------------------------
Comment (by nejucomo):
I just verified that the same 1.9.1 gateway described above *now* has the
behavior described for the 1.8.3 gateway. Specifically:
{{{
$ curl
'http://127.0.0.1:3456/uri/URI:DIR2-RO:7qyqs2kopmglnstoquia4stxta:iz5jmy5cq34spq5h47my55mmb4uucfolbnfb6lxxe545su26cgta/?t=json'
[
"dirnode",
{
"mutable": true,
"verify_uri":
"URI:DIR2-Verifier:l6onu7huqqij624tbj2sbbuyve:iz5jmy5cq34spq5h47my55mmb4uucfolbnfb6lxxe545su26cgta",
"ro_uri":
"URI:DIR2-RO:7qyqs2kopmglnstoquia4stxta:iz5jmy5cq34spq5h47my55mmb4uucfolbnfb6lxxe545su26cgta",
"children": {
"helloworld.txt": [
"filenode",
{
"mutable": false,
"format": "CHK",
"ro_uri": "URI:LIT:jbswy3dpeblw64tmmqqqu",
"metadata": {
"tahoe": {
"linkmotime": 1327402892.605141,
"linkcrtime": 1327402892.605141
}
},
"size": 13
}
],
"index.html": [
"filenode",
{
"format": "CHK",
"verify_uri": "URI:CHK-
Verifier:cmszlggyh6ljvy4kzfqdfbdtx4:5a6alvxpu2vsw45aiqfjriukxaoxno4har2hz2s2isczyppkuhja:1:1:647",
"ro_uri":
"URI:CHK:kqnb2i6tufbyrou4klft7qn36y:5a6alvxpu2vsw45aiqfjriukxaoxno4har2hz2s2isczyppkuhja:1:1:647",
"mutable": false,
"size": 647,
"metadata": {
"tahoe": {
"linkmotime": 1327618975.067045,
"linkcrtime": 1327405154.386591
}
}
}
]
}
}
]
}}}
-and now when requesting the "index.html" cap directly:
{{{
$ curl
'http://127.0.0.1:3456/uri/URI:CHK:kqnb2i6tufbyrou4klft7qn36y:5a6alvxpu2vsw45aiqfjriukxaoxno4har2hz2s2isczyppkuhja:1:1:647'
NoSharesError: no shares could be found. Zero shares usually indicates a
corrupt URI, or that no servers were connected, but it might also indicate
severe corruption. You should perform a filecheck on this object to learn
more.
The full error message is:
no shares (need 1). Last failure: None
}}}
I can verify the version with:
{{{
$ curl 'http://127.0.0.1:3456/' | grep 'My versions'
% Total % Received % Xferd Average Speed Time Time Time
Current
Dload Upload Total Spent Left
Speed
100 5657 0 5657 0 0 372k 0 --:--:-- --:--:-- --:--:--
394k
<tr><th>My versions:</th> <td>allmydata-tahoe: 1.9.1,
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1679#comment:3>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list