Activity log for bug #675065

Date Who What changed Old value New value Message
2010-11-14 00:56:18 Roman Yepishev bug added bug
2010-11-14 00:56:36 Roman Yepishev ubuntuone-client: status New Confirmed
2010-11-14 00:56:54 Roman Yepishev ubuntuone-client: importance Undecided Medium
2010-11-14 00:57:05 Roman Yepishev ubuntuone-client: assignee Ubuntu One Foundations+ team (ubuntuone-foundations+)
2010-11-14 00:58:02 Roman Yepishev bug task added one-indicator
2010-11-14 01:41:31 Roman Yepishev description STR: 1. Set up dbus-monitor --session member=DownloadFileProgress 2. Upload a file larger than 64K to the web interface, but less than 63 MiB 3. Wait for it to sync to local storage 4. Check the monitor Expected results: Information about file download progress Actual results: Nothing The same goes for UploadFileProgress. Reason #1: # progress threshold to emit a download/upload progress event: 64Kb TRANSFER_PROGRESS_THRESHOLD = 64*1024*1024 This sets TRANSFER_PROGRESS_THRESHOLD to 64 MiB, which is a pretty high value for this purpose. It should get set to 64*1024. Reason #2: When #1 is fixed the following check is made in action_queue.py: if n_bytes_read(4874086) - n_bytes_read_last(4873786) < TRANSFER_PROGRESS_THRESHOLD(65536) return That checks previous reading for file handle and the difference most likely will never get more than threshold. The overall progress should be tracked instead of two adjacent points. More investigation is required for DownloadFileProgress since it turns out that music store plugin uses the old 1-second polling method to show file progress downloads. STR: 1. Set up dbus-monitor --session member=DownloadFileProgress 2. Upload a file larger than 64K to the web interface, but less than 63 MiB 3. Wait for it to sync to local storage 4. Check the monitor Expected results: Information about file download progress Actual results: Nothing The same goes for UploadFileProgress. Reason #1: # progress threshold to emit a download/upload progress event: 64Kb TRANSFER_PROGRESS_THRESHOLD = 64*1024*1024 This sets TRANSFER_PROGRESS_THRESHOLD to 64 MiB, which is a pretty high value for this purpose. It should get set to 64*1024. Reason #2: When #1 is fixed the following check is made in action_queue.py: if n_bytes_read(4874086) - n_bytes_read_last(4873786) < TRANSFER_PROGRESS_THRESHOLD(65536)   return That checks previous reading for file handle and the difference most likely will never get more than threshold. The progress between two notification points should be tracked instead of two adjacent points. More investigation is required for DownloadFileProgress since it turns out that music store plugin uses the old 1-second polling method to show file progress downloads.
2012-09-14 22:46:43 Launchpad Janitor branch linked lp:~facundo/ubuntuone-client/fix-progress-events
2012-09-17 12:47:24 Ubuntu One Auto Pilot ubuntuone-client: status Confirmed Fix Committed
2012-09-19 21:16:01 dobey nominated for series ubuntuone-client/stable-4-0
2012-09-19 21:16:01 dobey bug task added ubuntuone-client/stable-4-0
2012-09-19 21:16:01 dobey nominated for series ubuntuone-client/trunk
2012-09-19 21:16:01 dobey bug task added ubuntuone-client/trunk
2012-09-19 21:16:09 dobey ubuntuone-client/stable-4-0: milestone 3.99.92
2012-09-19 21:16:20 dobey ubuntuone-client/trunk: assignee Ubuntu One Foundations+ team (ubuntuone-foundations+) Facundo Batista (facundo)
2012-09-19 21:16:25 dobey ubuntuone-client/stable-4-0: status New Triaged
2012-09-20 02:35:53 dobey ubuntuone-client/trunk: status Fix Committed Fix Released
2012-09-20 02:35:56 dobey ubuntuone-client/stable-4-0: status Triaged Fix Released
2012-09-20 02:41:45 dobey bug task added ubuntuone-client (Ubuntu)
2012-09-20 02:41:54 dobey nominated for series Ubuntu Quantal
2012-09-20 02:41:54 dobey bug task added ubuntuone-client (Ubuntu Quantal)
2012-09-20 02:42:02 dobey ubuntuone-client (Ubuntu Quantal): status New Triaged
2012-09-20 02:42:06 dobey ubuntuone-client (Ubuntu Quantal): milestone ubuntu-12.10-beta-2
2012-09-20 11:25:09 Launchpad Janitor ubuntuone-client (Ubuntu Quantal): status Triaged Fix Released
2012-09-20 11:42:19 Launchpad Janitor branch linked lp:ubuntu/ubuntuone-client
2019-04-23 01:58:33 Facundo Batista ubuntuone-client/trunk: assignee Facundo Batista (facundo)