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

Forklift: Handle drop errors in compaction #885

Open
LtChae opened this issue Aug 26, 2020 · 0 comments
Open

Forklift: Handle drop errors in compaction #885

LtChae opened this issue Aug 26, 2020 · 0 comments
Labels
bug Something isn't working dev tech debt UrbanOS

Comments

@LtChae
Copy link
Contributor

LtChae commented Aug 26, 2020

In rare circumstances (such as the table being owned by a different user), this line of code can silently fail:

  defp ensure_table_dropped(table) do
    drop_table(table)

Errors here should stop the process immediately with an informative error message.

@LtChae LtChae added the bug Something isn't working label Aug 26, 2020
@dmiree dmiree added the Cards Needing Love Assigned to cards who were originally under the column titled 'Cards Needing Love' label Jun 16, 2021
@ksmith-accenture ksmith-accenture added dev On Hold Assigned to cards who were originally under the column titled 'On Hold' and removed Cards Needing Love Assigned to cards who were originally under the column titled 'Cards Needing Love' labels Jul 9, 2021
@ksmith-accenture ksmith-accenture added tech debt and removed On Hold Assigned to cards who were originally under the column titled 'On Hold' labels Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dev tech debt UrbanOS
Projects
None yet
Development

No branches or pull requests

3 participants