Closed
Bug 1399351
Opened 7 years ago
Closed 7 years ago
It taks about 30-60sec to start uploading a video file to Youtube on Nightly57.0a1
Categories
(Core :: DOM: File, defect, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1398556
Tracking | Status | |
---|---|---|
thunderbird_esr52 | --- | unaffected |
firefox-esr52 | --- | unaffected |
firefox55 | --- | unaffected |
firefox56 | --- | unaffected |
firefox57 | --- | fixed |
People
(Reporter: alice0775, Assigned: shawnjohnjr)
References
Details
(Keywords: regression)
Attachments
(1 file)
14.79 KB,
text/plain
|
Details |
Build Identifier:
https://hg.mozilla.org/mozilla-central/rev/b0e945eed81db8bf076daf64e381c514f70144f0
Build ID 20170912100139
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
[Tracking Requested - why for this release]: regression on Youtube upload
When uploading a video file(I have tested with 2.5MB mp4 video) to Youtube,
1. Upload progress status will not progress at 0% for about 30 seconds
2. After that period, the uploading process will be normally proceeded
The problem does not happen on Firefox56.0b11.
Reproduced: always
Steps To Reproduce:
1. login to https://www.youtube.com/
2. Click on Upload icon at top-right of window
3. Click on "Select files to upload" and choose a video file
Actual Results:
Upload progress status will stay at 0% for about 30 seconds.
After that period, the uploading process will be normally proceeded.
Expected Results:
The upload will start almost instantaneously(i.e within 1-2 sec)
Regression window(probability is 5/5, i.e, 100%):
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=7f1714325cb3e40427e40031a2191fe20cdc3241&tochange=6aa1cc819058deaa13f85278e2f5970b8ced0998
Regressed by: Bug 1290481
Once the problem occurred, the problem seems to be reproduced even if on the good build of nightly57.0a1 cycle.
Flags: needinfo?(ttung)
Reporter | ||
Updated•7 years ago
|
Summary: It taks about 30sec to start uploading a video file to Youtube → It taks about 30sec to start uploading a video file to Youtube on Nightly57.0a1
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Summary: It taks about 30sec to start uploading a video file to Youtube on Nightly57.0a1 → It taks about 30-60sec to start uploading a video file to Youtube on Nightly57.0a1
Comment 2•7 years ago
|
||
I'll look into it.
Bug 1290481 may slow down while caching an opaque response since it needs to take one more mutex lock/unlock, and one more padding file read/write. However, 30 sec seems to be too much.
Assignee: nobody → ttung
Flags: needinfo?(ttung)
Comment 3•7 years ago
|
||
(In reply to Alice0775 White from comment #0)
> Once the problem occurred, the problem seems to be reproduced even if on the
> good build of nightly57.0a1 cycle.
Bug 1290481 will upgrade the DBs (QuotaManager, (DOM) Cache) in your profile. Once you upgrade them and try to fallback to a previous version of Nightly/Beta/Firefox without cleaning your profile, you cannot use (DOM) Cache API, IndexedDB and AsmJSCache.
Reporter | ||
Comment 4•7 years ago
|
||
(In reply to Tom Tung [:tt] (OoO: 9/22 ~ 9/29) from comment #3)
> (In reply to Alice0775 White from comment #0)
> > Once the problem occurred, the problem seems to be reproduced even if on the
> > good build of nightly57.0a1 cycle.
>
> Bug 1290481 will upgrade the DBs (QuotaManager, (DOM) Cache) in your
> profile. Once you upgrade them and try to fallback to a previous version of
> Nightly/Beta/Firefox without cleaning your profile, you cannot use (DOM)
> Cache API, IndexedDB and AsmJSCache.
Yes, I thought like that.
So, when I tried to find the regression range, I used new profile every attempt.
Comment 5•7 years ago
|
||
I'm currently working on another bug. Maybe Shawn can help to investigate this.
Flags: needinfo?(shuang)
Assignee | ||
Updated•7 years ago
|
Assignee: ttung → shuang
Flags: needinfo?(shuang)
Comment 6•7 years ago
|
||
This sounds similar to bug 1398556?
Reporter | ||
Comment 7•7 years ago
|
||
Maybe same.
But, in my case, The uploading is successfully performed on Nightly57.0a1..
And the progress % does not jump.
BTW, Now, my youtube upload seems to be locked for 12 hr... Because I uploaded frequently and canceled it for this test. :(
Comment 8•7 years ago
|
||
I just landed a fix for bug 1398556. If somebody can test this issue, with tomorrow nightly, maybe we can mark this bug as duplicate.
Updated•7 years ago
|
Component: Untriaged → DOM: File
Assignee | ||
Comment 9•7 years ago
|
||
(In reply to Andrea Marchesini [:baku] from comment #8)
> I just landed a fix for bug 1398556. If somebody can test this issue, with
> tomorrow nightly, maybe we can mark this bug as duplicate.
I've tried the build with your patch, I didn't see "uploading pending" and uploading progress bar has been started immediately.
So it seems the fix actually work.
Assignee | ||
Comment 10•7 years ago
|
||
I've also tried the build that the patch in bug 1398556 has been backed out. "Uploading" in progress bar has no update for a long period of time.
Updated•7 years ago
|
Priority: -- → P1
Assignee | ||
Comment 11•7 years ago
|
||
(In reply to Alice0775 White from comment #7)
> Maybe same.
> But, in my case, The uploading is successfully performed on Nightly57.0a1..
> And the progress % does not jump.
>
I've played several times w/ or w/o the patch in bug 1398556.
With the patch in bug 1398556, progress bar % jumps immediately. So I think it's okay to mark this bug as duplicate.
Assignee | ||
Comment 12•7 years ago
|
||
Mark this bug as duplicate of bug 1398556.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•