sapling/eden/fs
Claire (Yue) Zhang ee52d3b641 Deprecate setMinCompressBytes on Thrift Server (4/n)
Summary:
Deprecate server-side minCompressBytes.

Background:
The minCompressBytes on ThriftServer is another knob to control whether or not to compress payloads. The reason to deprecate it is twofold:
(1) to provide a single place for compression control.
(2) 99.99% of services only copy-paste the default value (200) anyways.

Since rocket transport will be the default transport for all future thrift RPC, D21702725 introduced the ability for client to pass CompressionConfig to server (in rocket) which informs server both codec and size limit. This way the compression is enabled and controlled only from the client-side.

Reviewed By: iahs

Differential Revision: D22354858

fbshipit-source-id: dd920d4d38969f8ee7894b1aaafbe71c0e8b8d86
2020-07-14 10:24:25 -07:00
..
benchharness Tidy up license headers 2019-10-11 05:28:23 -07:00
benchmarks prepare for unique_ptr AsyncSocket::newSocket 2020-07-13 12:34:28 -07:00
cli fetch aux data on corp 2020-07-10 16:03:32 -07:00
config introduce scs metadata importer 2020-07-10 16:03:32 -07:00
docs Some minor modifications to verbiage in documentation 2020-07-06 22:20:17 -07:00
fuse make FuseRequest high priority & TreePrefetchLease low priority 2020-07-02 12:00:45 -07:00
inodes win: move EdenMount::fetchFileInfo into EdenDispatcher 2020-07-14 00:02:44 -07:00
journal Remove thrift setters 2020-05-26 12:38:37 -07:00
model model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00
monitor enable log rotation in edenfs_monitor 2020-05-07 20:05:46 -07:00
notifications eden: show desktop notification for blob/tree fetch errors 2020-02-10 08:28:49 -08:00
py dirstate: paths in hg are unicode, not bytes 2020-06-25 15:48:00 -07:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
service Deprecate setMinCompressBytes on Thrift Server (4/n) 2020-07-14 10:24:25 -07:00
sqlite silence some msvc warnings from sqlite.{h,cpp} 2020-04-26 21:14:24 -07:00
store Replace Future::getTry with Future::result 2020-07-13 14:14:30 -07:00
takeover mount: unify EdenMount::initialize 2020-05-15 13:14:55 -07:00
telemetry send fetch heavy events to Scuba 2020-07-02 07:57:15 -07:00
testharness win: remove WinStore and fold it in EdenDispatcher 2020-07-14 00:02:44 -07:00
third-party move third-party/ into eden/fs/ 2020-05-04 11:33:12 -07:00
utils win: implement edenfsctl stats 2020-07-14 00:02:43 -07:00
win win: move EdenMount::fetchFileInfo into EdenDispatcher 2020-07-14 00:02:44 -07:00
CMakeLists.txt revert: Run Eden as a Windows service 2020-05-28 09:01:03 -07:00