rocksdb/unreleased_history/bug_fixes
Akanksha Mahajan cd577f6059 Fix WRITE_STALL start_time (#12147)
Summary:
`Delayed` is set true in two cases. One is when `delay` is specified. Other one is in the `while` loop - cd21e4e69d/db/db_impl/db_impl_write.cc (L1876)
However start_time is not initialized in second case, resulting in time_delayed = immutable_db_options_.clock->NowMicros() - 0(start_time);

Pull Request resolved: https://github.com/facebook/rocksdb/pull/12147

Test Plan: Existing CircleCI

Reviewed By: cbi42

Differential Revision: D52173481

Pulled By: akankshamahajan15

fbshipit-source-id: fb9183b24c191d287a1d715346467bee66190f98
2023-12-14 13:45:06 -08:00
..
.gitkeep Better management of unreleased HISTORY (#11481) 2023-05-30 16:42:49 -07:00
auto_readahead_size.md Fix stress tests failure for auto_readahead_size (#12131) 2023-12-13 12:15:04 -08:00
avoid_destroying_timer.md Turn the default Timer in PeriodicTaskScheduler into a leaky Meyers singleton (#12128) 2023-12-08 10:34:07 -08:00
fix_bytes_written_ticker_double_counting.md Fix double counting of BYTES_WRITTEN ticker (#12111) 2023-12-08 17:12:11 -08:00
fix_stall_counter.md Fix WRITE_STALL start_time (#12147) 2023-12-14 13:45:06 -08:00
tiered_cache_low_latency_false_negative.md Fix false negative in TieredSecondaryCache nvm cache lookup (#12134) 2023-12-11 16:59:59 -08:00