-
Notifications
You must be signed in to change notification settings - Fork 0
[SPR-842]: Fix deadlock between log reader and copy thread #529
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
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
682c05d
[SPR-842]: Initial - Reorganize log reader and copy thread flow
rsdcbabu 7c14a50
[SPR-842]: Make resync aware of table drop
rsdcbabu 2c92e97
[SPR-842]: Track only tables in the resync map
rsdcbabu 28c4ef6
[SPR-842]: Handle more copy table entries post copy-start
rsdcbabu d15a3e0
[SPR-842]: Handle resync map with xids
rsdcbabu 3685ded
[SPR-842]: Run nightly once
rsdcbabu c69a37d
[SPR-842]: Use flag skip_setting_inflight to skip inflight setting
rsdcbabu caf6337
[SPR-842]: Dont wake logreader until resync queue is empty
rsdcbabu c38f0e8
[SPR-842]: Update reference cache
rsdcbabu 80684b3
[SPR-842]: Handle a case when request couldnt be popped from redis qu…
rsdcbabu bd9c277
Merge remote-tracking branch 'origin/main' into SPR-842-logger-deadlo…
rsdcbabu c6fbe2d
[SPR-842]: Call _get_copy_table_ids instead of redis fetch to avoid d…
rsdcbabu eddb0e5
[SPR-842]: Fix comments
rsdcbabu ca97cd7
[SPR-842]: Add method comments
rsdcbabu 218dbc0
Merge remote-tracking branch 'origin/main' into SPR-842-logger-deadlo…
rsdcbabu 904d7e7
[SPR-842]: Use timeout only for the initial fetch and then use try_po…
rsdcbabu 8cb2665
[SPR-842]: Wait for resync to begin
rsdcbabu c3da553
Set redis fdw state to initialize for tests prior to DDL mgr start, s…
garthgoodson ea04086
Merge remote-tracking branch 'origin/main' into SPR-842-logger-deadlo…
rsdcbabu 68f2de5
Merge remote-tracking branch 'origin/SPR-941-fdw-set-running' into SP…
rsdcbabu 2b6644e
[SPR-842]: Run large_data once, but the others multiple times
rsdcbabu 322b126
Move disconnect of fdw connections prior to fdw shutdown/restart.
garthgoodson 456a0f3
Merge remote-tracking branch 'origin/test-recovery-fdw-disconnect' in…
rsdcbabu cd0a894
[SPR-842]: Comment proxy tests
rsdcbabu 2c3d4ee
[SPR-842]: Use variable for nightly iteration count
rsdcbabu 34f3932
Merge remote-tracking branch 'origin/main' into SPR-842-logger-deadlo…
rsdcbabu 64028f8
[SPR-842]: Add alias for types for readability
rsdcbabu e264ec3
[SPR-842]: Skip setting inflight automatically based on picked_resync
rsdcbabu a65f35f
[SPR-842]: Code cleanup
rsdcbabu 2fdd8ca
[SPR-842]: Make map aliases
rsdcbabu f550347
[SPR-842]: Fix alias
rsdcbabu 031bd55
Merge remote-tracking branch 'origin/main' into SPR-842-logger-deadlo…
rsdcbabu 44ef8dd
[SPR-842]: Remove nightly changes
rsdcbabu 0073478
[SPR-842]: Notify as many as times as resync requests were received f…
rsdcbabu 2ae5243
Revert "[SPR-842]: Notify as many as times as resync requests were re…
rsdcbabu fa4bdc4
Merge branch 'main' into SPR-842-logger-deadlock-2
garthgoodson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.