Project

General

Profile

Actions

Bug #3441

closed

[SDKs] arv-put (if not in debug mode) should not print an error message when it gets "503 full" from a server, if it turns out that the block eventually gets written successfully to different servers.

Added by Abram Connelly almost 10 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assigned To:
Category:
SDKs
Target version:
Story points:
0.5

Description

From lightning-dev, uploading a roughly 1Gb file caused the following issue:

$ arv keep put tile_md5sum_hu154_sort.csv.gz
arv-put: No --project-uuid or --name specified.  This data will be cached
in Keep.  You will need to find this upload by its locator(s) later.
576M / 960M 60.0% WARNING:root:Request fail: PUT http://keep0.qr1hi.arvadosapi.com:25107/c4740c5f1d3e0ea358248d7c8de6a26e => 503 Full

640M / 960M 66.6% ^@WARNING:root:Request fail: PUT http://keep0.qr1hi.arvadosapi.com:25107/4ea95e5efec1e50910e7a5d8b9ed9998 => 503 Full

960M / 960M 99.9% WARNING:root:Request fail: PUT http://keep0.qr1hi.arvadosapi.com:25107/2472718df1359de20ab6c6ca6ddb8e5f => 503 Full

960M / 960M 100.0%
WARNING:root:Request fail: PUT http://keep0.qr1hi.arvadosapi.com:25107/fc31c655bcc3fc4538b7b29485bef016 => 503 Full

fc31c655bcc3fc4538b7b29485bef016+715

From talking with the engineering team, it looks like this was caused by a client side issue rather than the keep server actually being full.


Subtasks 2 (0 open2 closed)

Task #3510: Fix warningsResolvedPeter Amstutz07/31/2014Actions
Task #3614: Review 3441-python-keep-log-levelResolvedPeter Amstutz07/31/2014Actions
Actions #1

Updated by Peter Amstutz almost 10 years ago

So, one of the Keep server disks is actually full. However, I suspect it is actually the case that it is successfully uploading the collection to other Keep servers which have space, but printing misleading warnings messages giving the impression that there is a problem.

Actions #2

Updated by Tom Clegg almost 10 years ago

  • Subject changed from arv keep put returning "503 Full" when it shouldn't be? to [SDKs] arv-put (if not in debug mode) should not print an error message when it gets "503 full" from a server, if it turns out that the block eventually gets written successfully to different servers.
  • Story points set to 0.5
Actions #3

Updated by Tom Clegg almost 10 years ago

  • Target version set to 2014-08-27 Sprint
Actions #4

Updated by Tim Pierce almost 10 years ago

  • Category set to SDKs
Actions #5

Updated by Peter Amstutz almost 10 years ago

  • Assigned To set to Peter Amstutz
Actions #6

Updated by Brett Smith over 9 years ago

Reviewing cd5fd13

I would consider promoting the message "Request fail: GET %s => %s: %s" from info to warning, or even error. It represents total failure to complete the request, and it's the only indication the user gets as to why that happened, so being louder seems appropriate.

All the other changes look good to me. Thanks.

Actions #7

Updated by Tom Clegg over 9 years ago

  • Status changed from New to In Progress
Actions #8

Updated by Tom Clegg over 9 years ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF