From: Samuel Just Date: Thu, 30 May 2019 00:32:10 +0000 (-0700) Subject: Revert "cmake: define BOOST_SP_DISABLE_THREADS for crimson" X-Git-Tag: v15.1.0~2580^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c489c53ce799927f6cbcef445062d36b8799d66a;p=ceph.git Revert "cmake: define BOOST_SP_DISABLE_THREADS for crimson" For whatever reason, this patch appears to cause the reactor/peering to hang much of the time. Reverting until we have time to debug it. This reverts commit a09a4f342c0a0fddcae29fe6c8d97e3b353f8c0c. Signed-off-by: Samuel Just --- diff --git a/src/crimson/CMakeLists.txt b/src/crimson/CMakeLists.txt index ff5ceedf75d4..843e0f98749b 100644 --- a/src/crimson/CMakeLists.txt +++ b/src/crimson/CMakeLists.txt @@ -1,6 +1,6 @@ add_library(crimson::cflags INTERFACE IMPORTED) set_target_properties(crimson::cflags PROPERTIES - INTERFACE_COMPILE_DEFINITIONS "WITH_SEASTAR=1;BOOST_SP_DISABLE_THREADS" + INTERFACE_COMPILE_DEFINITIONS "WITH_SEASTAR=1" INTERFACE_LINK_LIBRARIES Seastar::seastar) set(crimson_common_srcs