sapling/eden/fs
Adam Simpkins fd2aa6a596 remove the --thrift_address command line flag
Summary:
Drop the --thrift_address flag, and always create the thrift socket using a
fixed name under the `.eden` directory.  The location of the `.eden` directory
is still configurable with the `--edenDir` argument.

There isn't really much benefit to making the socket path be configurable
separately from the .eden directory path, and it adds to the code complexity.
For instance, while you can tell eden to listen on a TCP socket instead of a
Unix domain socket, that functionality has been broken since D4637285
introduced a `CHECK()` statement that crashes the code when using a TCP socket.

Reviewed By: wez

Differential Revision: D6929863

fbshipit-source-id: ee5f7341d01d3ce522cae936ef3c133bba3f18f7
2018-02-08 19:36:03 -08:00
..
config run clang-format across eden 2018-01-26 11:20:31 -08:00
fuse remove FuseChannel::threadsStoppingFuture 2018-02-07 17:36:11 -08:00
inodes update diff code to use previously retrieved UserInfo 2018-02-08 19:36:03 -08:00
journal Migrate TARGETS files from @/ to // 2017-12-20 16:57:41 -08:00
model run clang-format across eden 2018-01-26 11:20:31 -08:00
rocksdb Migrate TARGETS files from @/ to // 2017-12-20 16:57:41 -08:00
service remove the --thrift_address command line flag 2018-02-08 19:36:03 -08:00
store split RocksDbLocalStore out from LocalStore 2018-02-07 11:54:16 -08:00
takeover add thrift takeover serialization 2018-01-30 14:21:18 -08:00
testharness add a new ServerState class to store process-wide state 2018-02-08 16:43:22 -08:00
utils make Clock::getRealtime() const 2018-02-01 11:19:15 -08:00