-
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
Contribution queue is not cleared #7579
Labels
feature/rewards
priority/P1
A very extremely bad problem. We might push a hotfix for it.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Milestone
Comments
NejcZdovc
added
feature/rewards
priority/P1
A very extremely bad problem. We might push a hotfix for it.
QA/Yes
QA/Blocked
labels
Jan 3, 2020
32 tasks
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Jan 3, 2020
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Jan 4, 2020
32 tasks
NejcZdovc
changed the title
Contribution queue is not cleared
Contribution queue is not cleared (1.2 and 1.3)
Jan 4, 2020
Verification PASSED on
Verification PASSED on
Verification passed on
|
gdregalo
pushed a commit
to brave/brave-core
that referenced
this issue
Jan 9, 2020
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Jan 9, 2020
32 tasks
NejcZdovc
changed the title
Contribution queue is not cleared (1.2 and 1.3)
Contribution queue is not cleared
Jan 9, 2020
NejcZdovc
added a commit
to brave/brave-core
that referenced
this issue
Jan 9, 2020
This was referenced Jan 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
feature/rewards
priority/P1
A very extremely bad problem. We might push a hotfix for it.
QA Pass-Linux
QA Pass-macOS
QA Pass-Win64
QA/Yes
release-notes/include
Description
Some users reported that their balance was reduced to 0 and multiple contributions happened. We don't have steps, but while debugging with @yachtcaptain23 I saw this error
Based on this error I investigated more and found that problem is in foreign key, that was not migrated correctly and is referencing table that doesn't exist (in the example
"publisher_info_old"
). Example of corrupted schema:To fix this we will drop foreign key constrain and manually delete publishers related to the queue
Steps to Reproduce
NA
Actual result:
Queue is not deleted
Expected result:
Queue should be deleted
Reproduces how often:
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
The text was updated successfully, but these errors were encountered: