Yingchun Lai has uploaded this change for review. ( http://gerrit.cloudera.org:8080/21287
Change subject: KUDU-3371 Fix the crash bug when run binaries on older CPU machines ...................................................................... KUDU-3371 Fix the crash bug when run binaries on older CPU machines After Kudu linking rocksdb, the Kudu binaries may crash with error "Illegal instruction" when running on the machines which don't support newer CPU instruction (e.g. AVX512) but were built on the machine which supports. This patch enable the WITH_SNAPPY option when build librocksdb to fix the issue. Change-Id: Id30ae995c41a592fccbdb822bc1f457c5e6878ac --- M thirdparty/build-definitions.sh 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/21287/1 -- To view, visit http://gerrit.cloudera.org:8080/21287 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id30ae995c41a592fccbdb822bc1f457c5e6878ac Gerrit-Change-Number: 21287 Gerrit-PatchSet: 1 Gerrit-Owner: Yingchun Lai <laiyingc...@apache.org>