-
Notifications
You must be signed in to change notification settings - Fork 12.1k
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
v6.2.1 cherry picks #17294
v6.2.1 cherry picks #17294
Conversation
(cherry picked from commit 972df40)
Fixes #17289 Special notes for your reviewer: Updates jQuery to 3.4.1 (from 3.4.0) to fix the jQuery bug: https://blog.jquery.com/2019/05/01/jquery-3-4-1-triggering-focus-events-in-ie-and-finding-root-elements-in-ios-10/ (cherry picked from commit df6a491)
Backports #17275 for v6.2.x
Adds an additional sqlite error code 5 (SQLITE_BUSY) to the transaction retry handler to add retries when sqlite returns database is locked error. More info: https://www.sqlite.org/rescode.html#busy Backports #17276 for v6.2.x
missing #17118 |
Yes I know @bergquist, but don't think it was merged when I did the cherry pick. Going to try again. |
Got "too many files open" error for one proxy request error, but besides that no "database is locked" errors.
|
@marefr could you please try cherry-picking #17213 ? might help |
@bergquist I don't see how those changes has any effect in the datasource proxy? |
Absolutely true. Weird. Never |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I guess we should rebase this instead of squashing? :)
Yes we should 👍 |
Changes going into v6.2.1 release:
Backports: