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

Upgrade openvds to 3.4.5 #292

Merged
merged 1 commit into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN apk --no-cache add \
zlib-dev \
openssl-dev

ARG OPENVDS_VERSION=3.4.4
ARG OPENVDS_VERSION=3.4.5
WORKDIR /
RUN git clone --depth 1 --branch ${OPENVDS_VERSION} https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-vds.git
WORKDIR /open-vds
Expand All @@ -37,8 +37,8 @@ RUN cmake -S . \
-DDISABLE_AWS_IOMANAGER=ON \
-DDISABLE_GCP_IOMANAGER=ON \
-DDISABLE_DMS_IOMANAGER=ON \
-DDISABLE_AZURE_PRESIGNED_IOMANAGER=OFF \
-DDISABLE_CURL_IOMANAGER=OFF \
-DDISABLE_AZURE_PRESIGNED_IOMANAGER=ON \
-DDISABLE_CURL_IOMANAGER=ON \
-DBUILD_UV=OFF \
-DBUILD_ZLIB=OFF \
-DBUILD_OPENSSL=OFF \
Expand Down Expand Up @@ -103,8 +103,7 @@ RUN GOBIN=/server go install -a ./...

FROM ${ONESEISMIC_BASEIMAGE} as runner
RUN apk --no-cache add \
jemalloc-dev \
libuv
jemalloc-dev

WORKDIR /server
COPY --from=installer /open-vds/Dist/OpenVDS/lib/* /open-vds/
Expand Down
3 changes: 1 addition & 2 deletions tests/memory/openvds_debug.supp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
fun:allocate
fun:_ZNSt8__detail16_Hashtable_allocISaINS_10_Hash_nodeISt4pairIKlPN7OpenVDS18VolumeDataPageImplEELb0EEEEE19_M_allocate_bucketsEm
fun:_ZNSt10_HashtableIlSt4pairIKlPN7OpenVDS18VolumeDataPageImplEESaIS5_ENSt8__detail10_Select1stESt8equal_toIlESt4hashIlENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb0ELb0ELb1EEEE19_M_allocate_bucketsEm
fun:_ZNSt10_HashtableIlSt4pairIKlPN7OpenVDS18VolumeDataPageImplEESaIS5_ENSt8__detail10_Select1stESt8equal_toIlESt4hashIlENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb0ELb0ELb1EEEE13_M_rehash_auxEmSt17integral_constantIbLb1EE
fun:_ZNSt10_HashtableIlSt4pairIKlPN7OpenVDS18VolumeDataPageImplEESaIS5_ENSt8__detail10_Select1stESt8equal_toIlESt4hashIlENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEmRKm
fun:_ZNSt10_HashtableIlSt4pairIKlPN7OpenVDS18VolumeDataPageImplEESaIS5_ENSt8__detail10_Select1stESt8equal_toIlESt4hashIlENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb0ELb0ELb1EEEE9_M_rehashEmSt17integral_constantIbLb1EE
fun:_ZNSt10_HashtableIlSt4pairIKlPN7OpenVDS18VolumeDataPageImplEESaIS5_ENSt8__detail10_Select1stESt8equal_toIlESt4hashIlENS7_18_Mod_range_hashingENS7_20_Default_ranged_hashENS7_20_Prime_rehash_policyENS7_17_Hashtable_traitsILb0ELb0ELb1EEEE21_M_insert_unique_nodeEmmPNS7_10_Hash_nodeIS5_Lb0EEEm
fun:_ZNSt8__detail9_Map_baseIlSt4pairIKlPN7OpenVDS18VolumeDataPageImplEESaIS6_ENS_10_Select1stESt8equal_toIlESt4hashIlENS_18_Mod_range_hashingENS_20_Default_ranged_hashENS_20_Prime_rehash_policyENS_17_Hashtable_traitsILb0ELb0ELb1EEELb1EEixERS2_
fun:_ZNSt13unordered_mapIlPN7OpenVDS18VolumeDataPageImplESt4hashIlESt8equal_toIlESaISt4pairIKlS2_EEEixERS8_
Expand Down
Loading