-
Notifications
You must be signed in to change notification settings - Fork 472
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
build(deps): Bump rocksdb v8.3.2 #1516
Conversation
Bump Rocksdb v8.3.2
Change PORTABLE options into 0 instead of OFF (see: facebook/rocksdb#11419)
Nedd to default PERTABLE set to 0 for default cpu set supporting
Fix Dockerfile
In this version of rocksdb changes a compiler flag PORTABLE, so I changes it into Cmake and Docker for default value 0. In this case all of features (related to CPU) are in runtime. So, now PORTABLE option must be:
Detailed, we can see in this code diff: facebook/rocksdb@5cb6251 |
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.
LGTM.
@git-hulk I also had that question about the PORTABLE
flag 👍
Merging... Thank you! |
RocksDB PORTABLE was set to 0 after #1516 and it may return an illegal instruction error when running on the AMD platform. This PR fixes this issue by changing the default value of PORTABLE to 1 so that it can compile the rocksdb without platform special instructions.
RocksDB PORTABLE was set to 0 after apache#1516 and it may return an illegal instruction error when running on the AMD platform. This PR fixes this issue by changing the default value of PORTABLE to 1 so that it can compile the rocksdb without platform special instructions.
RocksDB PORTABLE was set to 0 after #1516 and it may return an illegal instruction error when running on the AMD platform. This PR fixes this issue by changing the default value of PORTABLE to 1 so that it can compile the rocksdb without platform special instructions.
RocksDB PORTABLE was set to 0 after apache#1516 and it may return an illegal instruction error when running on the AMD platform. This PR fixes this issue by changing the default value of PORTABLE to 1 so that it can compile the rocksdb without platform special instructions.
Bump Rocksdb v8.3.2
In this release:
Full release doc: https://github.com/facebook/rocksdb/releases/tag/v8.3.2