rocksdb/port/win
Andrew Kryczka f0c509e2c8 Return finer-granularity status from Env::GetChildren*
Summary:
It'd be nice to use the error status type to distinguish
between user error and system error. For example, GetChildren can fail
listing a backup directory's contents either because a bad path was provided
(user error) or because an operation failed, e.g., a remote storage service
call failed (system error). In the former case, we want to continue and treat
the backup directory as empty; in the latter case, we want to immediately
propagate the error to the caller.

This diff uses NotFound to indicate user error and IOError to indicate
system error. Previously IOError indicated both.
Closes https://github.com/facebook/rocksdb/pull/1644

Differential Revision: D4312157

Pulled By: ajkr

fbshipit-source-id: 51b4f24
2016-12-12 12:54:13 -08:00
..
env_default.cc Split WinEnv into separate classes. (#1128) 2016-05-19 16:40:54 -07:00
env_win.cc Return finer-granularity status from Env::GetChildren* 2016-12-12 12:54:13 -08:00
env_win.h Implement WinRandomRW file and improve code reuse (#1388) 2016-10-13 16:36:34 -07:00
io_win.cc Implement WinRandomRW file and improve code reuse (#1388) 2016-10-13 16:36:34 -07:00
io_win.h Fix integer overflow in GetL0ThresholdSpeedupCompaction (#1378) 2016-10-23 18:43:29 -07:00
port_win.cc Latest versions of Jemalloc library do not require je_init()/je_unint() 2016-03-17 11:25:20 -07:00
port_win.h Handle overflow case of rate limiter's paramters 2016-05-27 16:15:28 -07:00
win_logger.cc Split WinEnv into separate classes. (#1128) 2016-05-19 16:40:54 -07:00
win_logger.h Split WinEnv into separate classes. (#1128) 2016-05-19 16:40:54 -07:00
xpress_win.cc Eliminate use of 'using namespace std'. Also remove a number of ADL references to std functions. 2016-05-20 07:42:18 -07:00
xpress_win.h Introduce XPRESS compresssion on Windows. (#1081) 2016-04-19 22:54:24 -07:00