-
Notifications
You must be signed in to change notification settings - Fork 524
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
FIX-2167: tempodb integer divide by zero error #2333
Conversation
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.
thanks for submitting a fix for this! i think you need to rebase on top of main or merge main to get up to date. that should resolve your go.mod issues.
I merged main into my feature branch, and it somehow stopped git working. For every git command I now get: fatal: not a git repository (or any of the parent directories): .git Never faced it with git. Anyone having any idea? PS: Seems it got corrupted, so I cloned once again. Please ignore this comment. |
I have made the recommended changes. Pleade have a look.
|
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.
nice, thanks for restructuring. This PR is looking a lot cleaner now. Please clean up the changelog conflict and consider the small comments I've made and then we can merge.
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.
Nice fix! Thanks
Hmmm....I am a bit surprised as I saw a test failure. And when I ran that test(TestInstance_cantWriteToWAL) locally, there too it failed. But now PR is approved. |
What this PR does:
This PR solves the 'divison by zero' error occurring during compaction.
Which issue(s) this PR fixes:
Fixes #2167
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]