Skip to content
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

MCOL-3488. Writeengine getting IDB-FS an odd way #857

Merged
merged 3 commits into from Sep 9, 2019
Merged

MCOL-3488. Writeengine getting IDB-FS an odd way #857

merged 3 commits into from Sep 9, 2019

Conversation

pleblanc1976
Copy link
Contributor

Found that writeengine was getting an IDBFilesystem instance in a way different than other components. Errors would only show up during test112, when a compression chunk needs to expand (lots of updates in the same region of the table).

Made those instances get an SMFilesystem (the cloud type) instance when appropriate.

Patrick LeBlanc added 3 commits September 9, 2019 09:54
The ChunkManager class was getting an IDBFileSystem instance in
a different way than seemingly everything else.  Added code
to allow it to get an SMFileSystem if cloud storage is specified.
Copy link
Contributor

@LinuxJedi LinuxJedi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably change this stuff to a switch() statement at some point...

@pleblanc1976 pleblanc1976 merged commit b727e37 into mariadb-corporation:develop Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants