Page MenuHomePhabricator

api-error-internal_api_error_UploadStashBadPathException
Closed, InvalidPublic

Description

possible cause two files in a bunch upload with the same destination filename ?


Version: master
Severity: normal

Details

Reference
bz40189

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 12:49 AM
bzimport added a project: UploadWizard.
bzimport set Reference to bz40189.
bzimport added a subscriber: Unknown Object (MLST).
matmarex claimed this task.
matmarex subscribed.

I can't find even a single instance of this in error logs. Whatever it was, it's not a problem anymore.

select left(timestamp,8), count(*) from UploadWizardErrorFlowEvent_11772725 where event_code = 'internal_api_error_UploadStashBadPathException' group by left(timestamp,8);
Empty set (0.21 sec)

select left(timestamp,8), count(*) from UploadWizardErrorFlowEvent_9924376 where event_code = 'internal_api_error_UploadStashBadPathException' group by left(timestamp,8);
Empty set (0.88 sec)

The query above should be fine, since this returns plenty of results:

select left(timestamp,8), count(*) from UploadWizardErrorFlowEvent_11772725 where event_code like 'internal_api_error_%' group by left(timestamp,8);