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

fix(benchmarks): use uint32 in filename generation #1741

Merged
merged 1 commit into from
Sep 14, 2021

Conversation

NamanJain8
Copy link
Contributor

@NamanJain8 NamanJain8 commented Sep 10, 2021

The benchmarks fail at: https://github.com/dgraph-io/badger/blob/73314229872727d01f643cf42eb7c9702af59596/table/table.go#L663-L672. Note that the file ID can be 32 bit only, while the benchmarks were using 63-bit number for the same.

Addresses https://discuss.dgraph.io/t/benchmarks-fail-to-run-asserttrue-failing-and-many-files-not-found-errors/15467


This change is Reviewable

odeke-em added a commit to orijtech/badger that referenced this pull request Sep 10, 2021
odeke-em added a commit to orijtech/badger that referenced this pull request Sep 10, 2021
To allow benchmarks to run.
@NamanJain8 NamanJain8 merged commit 292a4be into master Sep 14, 2021
@NamanJain8 NamanJain8 deleted the naman/fix-bench branch September 14, 2021 14:04
joshua-goldstein pushed a commit that referenced this pull request Feb 9, 2023
Note that the file ID can be 32 bit only, while the benchmarks were using 63-bit number for the same.

(cherry picked from commit 292a4be)
joshua-goldstein pushed a commit that referenced this pull request Feb 13, 2023
Note that the file ID can be 32 bit only, while the benchmarks were using 63-bit number for the same.

(cherry picked from commit 292a4be)
joshua-goldstein added a commit that referenced this pull request Feb 18, 2023
Note that the file ID can be 32 bit only, while the benchmarks were using 63-bit number for the same.

(cherry picked from commit 292a4be)
mangalaman93 pushed a commit that referenced this pull request Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants