Azat Khuzhin 2021-10-13 23:43:38 +03:00
parent 5b5ba5fbc8
commit bb8105951f
2 changed files with 12 additions and 0 deletions

View File

@ -48,6 +48,7 @@ ln -sf $SRC_PATH/users.d/opentelemetry.xml $DEST_SERVER_PATH/users.d/
ln -sf $SRC_PATH/users.d/remote_queries.xml $DEST_SERVER_PATH/users.d/
ln -sf $SRC_PATH/users.d/session_log_test.xml $DEST_SERVER_PATH/users.d/
ln -sf $SRC_PATH/users.d/memory_profiler.xml $DEST_SERVER_PATH/users.d/
ln -sf $SRC_PATH/users.d/no_fsync_metadata.xml $DEST_SERVER_PATH/users.d/
# FIXME DataPartsExchange may hang for http_send_timeout seconds
# when nobody is going to read from the other side of socket (due to "Fetching of part was cancelled"),

View File

@ -0,0 +1,11 @@
<clickhouse>
<profiles>
<default>
<!-- Sometimes we see that pretty simple queries like
CREATE DATABASE can take > 30 seconds.
Let's try to disable fsync.
-->
<fsync_metadata>false</fsync_metadata>
</default>
</profiles>
</clickhouse>