mirror of https://github.com/facebook/rocksdb.git
Print zstd warning to stdout in stress test (#12338)
Summary: so the stress test does not fail. Pull Request resolved: https://github.com/facebook/rocksdb/pull/12338 Reviewed By: jaykorean Differential Revision: D53542941 Pulled By: cbi42 fbshipit-source-id: 83b2eb3cb5cc4c5a268da386c22c4aadeb039a74
This commit is contained in:
parent
9a2d7485f0
commit
42a8e583c9
|
@ -3352,7 +3352,7 @@ void InitializeOptionsFromFlags(
|
|||
FLAGS_compression_use_zstd_dict_trainer;
|
||||
} else if (!FLAGS_compression_use_zstd_dict_trainer) {
|
||||
fprintf(
|
||||
stderr,
|
||||
stdout,
|
||||
"WARNING: use_zstd_dict_trainer is false but zstd finalizeDictionary "
|
||||
"cannot be used because ZSTD 1.4.5+ is not linked with the binary."
|
||||
" zstd dictionary trainer will be used.\n");
|
||||
|
|
Loading…
Reference in New Issue