Home
last modified time | relevance | path

Searched refs:delay (Results 1 – 9 of 9) sorted by relevance

/rocksdb-6.9/monitoring/
Dthread_status_util_debug.cc24 auto delay = states_delay[state].load(std::memory_order_relaxed); in TEST_StateDelay() local
25 if (delay > 0) { in TEST_StateDelay()
26 Env::Default()->SleepForMicroseconds(delay); in TEST_StateDelay()
/rocksdb-6.9/util/
Drepeatable_thread.h81 bool wait(uint64_t delay) { in wait() argument
83 if (running_ && delay > 0) { in wait()
84 uint64_t wait_until = env_->NowMicros() + delay; in wait()
/rocksdb-6.9/docs/_posts/
D2015-11-16-analysis-file-read-latency-by-level.markdown234delay=8; stop=12; wbn=3; mbc=20; mb=67108864;wbs=134217728; dds=1; sync=0; r=1000000000; t=1; vs=2…
237delay=8; stop=12; wbn=3; mbc=20; mb=67108864;wbs=134217728; dds=0; sync=0; r=1000000000; t=32; vs=…
D2016-04-26-rocksdb-4-5-1-released.markdown41 …_number > 3, writes will be slowed down when writing to the last write buffer to delay a full stop.
D2014-05-14-lock.markdown38 … on EXT. Instead of removing those logging, we came up with a solution of delay logging. When insi…
67 Sorry for the delay. We don’t have feature support for this scenario yet. Here is an example you ca…
D2017-12-19-write-prepared-txn.markdown12 …the meanwhile. This makes memory a bottleneck for large transactions. The delay of the commit phas…
/rocksdb-6.9/db/db_impl/
Ddb_impl_write.cc1405 uint64_t delay = write_controller_.GetDelay(env_, num_bytes); in DelayWrite() local
1406 if (delay > 0) { in DelayWrite()
1420 uint64_t stall_end = sw.start_time() + delay; in DelayWrite()
/rocksdb-6.9/build_tools/
Dgnu_parallel635 "delay=f" => \$opt::delay,
926 if(not defined $opt::delay) {
928 $opt::delay = $opt::sshdelay;
1735 if($opt::delay and $opt::delay > ::now() - $Global::newest_starttime) {
/rocksdb-6.9/
DHISTORY.md384 …allow_write_stall`). Note that the default value is false, meaning we add delay to Flush calls unt…
502 …value is false, meaning we add delay to `CompactRange` calls until stalling can be avoided when po…
813 …_number > 3, writes will be slowed down when writing to the last write buffer to delay a full stop.