-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable P3A uploads on Android #19302
Closed
bsclifton opened this issue
Nov 9, 2021
· 1 comment
· Fixed by brave/brave-core#11030 or brave/brave-core#11063
Closed
Re-enable P3A uploads on Android #19302
bsclifton opened this issue
Nov 9, 2021
· 1 comment
· Fixed by brave/brave-core#11030 or brave/brave-core#11063
Labels
features/P3A
OS/Android
Fixes related to Android browser functionality
QA Pass - Android ARM
QA Pass - Android Tab
QA/Yes
release-notes/include
Milestone
Comments
iefremov
added a commit
to brave/brave-core
that referenced
this issue
Nov 11, 2021
The day when clock go backwards is "longer" than 24 hours in terms of local timezone. This caused a perfect storm in p3a uploads, making the rotation timer inifinitely shoot with 0 delay. Here we transit to a WallClockTimer for better accuracy and also avoid the timezone change problem. Fixes brave/brave-browser#19302 Partially fixes brave/brave-browser#19125
24 tasks
bsclifton
added a commit
to brave/brave-core
that referenced
this issue
Nov 12, 2021
Fixes brave/brave-browser#19302 This reverts commit b562e68, reversing changes made to fa87a4b.
24 tasks
This was referenced Nov 19, 2021
iefremov
added a commit
to brave/brave-core
that referenced
this issue
Nov 19, 2021
The day when clock go backwards is "longer" than 24 hours in terms of local timezone. This caused a perfect storm in p3a uploads, making the rotation timer inifinitely shoot with 0 delay. Here we transit to a WallClockTimer for better accuracy and also avoid the timezone change problem. Fixes brave/brave-browser#19302 Partially fixes brave/brave-browser#19125
Verification passed on Case 1: Clean install
Case 2: Upgrade install
Verification PASSED on
|
rillian
pushed a commit
to brave/brave-core
that referenced
this issue
Dec 6, 2021
The day when clock go backwards is "longer" than 24 hours in terms of local timezone. This caused a perfect storm in p3a uploads, making the rotation timer inifinitely shoot with 0 delay. Here we transit to a WallClockTimer for better accuracy and also avoid the timezone change problem. Fixes brave/brave-browser#19302 Partially fixes brave/brave-browser#19125
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
features/P3A
OS/Android
Fixes related to Android browser functionality
QA Pass - Android ARM
QA Pass - Android Tab
QA/Yes
release-notes/include
Description
P3A uploading temporarily disabled with brave/brave-core#10940
(see #19280)
We should re-enable this once we understand the root cause or if we determine this didn't impact things over the weekend
The text was updated successfully, but these errors were encountered: