Home
last modified time | relevance | path

Searched refs:flush (Results 1 – 25 of 42) sorted by relevance

12

/rocksdb-6.9/tools/advisor/test/input_files/
DLOG-12 …bleToOutputFile with column family [default], flush slots available 1, compaction slots available …
5 2018/05/25-14:30:07.626740 7f82ba72e700 [db/flush_job.cc:331] [default] [JOB 3] Level-0 flush table…
7 …fault] Stopping writes because we have 2 immutable memtables (waiting for flush), max_write_buffer…
11 2018/05/25-14:30:09.398351 7f82ba72e700 [db/flush_job.cc:371] [default] [JOB 3] Level-0 flush table…
12 2018/05/25-14:30:25.491635 7f82ba72e700 [db/flush_job.cc:331] [default] [JOB 10] Level-0 flush tabl…
14 …fault] Stopping writes because we have 2 immutable memtables (waiting for flush), max_write_buffer…
16 2018/05/25-14:30:27.288210 7f82ba72e700 [db/flush_job.cc:371] [default] [JOB 10] Level-0 flush tabl…
21 2018/05/25-14:34:21.047233 7f82ba72e700 [db/flush_job.cc:371] [default] [JOB 44] Level-0 flush tabl…
DLOG-02 …bleToOutputFile with column family [default], flush slots available 1, compaction slots available …
5 2018/05/25-14:30:07.626740 7f82ba72e700 [db/flush_job.cc:331] [default] [JOB 3] Level-0 flush table…
7 …fault] Stopping writes because we have 2 immutable memtables (waiting for flush), max_write_buffer…
11 2018/05/25-14:30:09.398351 7f82ba72e700 [db/flush_job.cc:371] [default] [JOB 3] Level-0 flush table…
12 2018/05/25-14:30:25.491635 7f82ba72e700 [db/flush_job.cc:331] [default] [JOB 10] Level-0 flush tabl…
14 …fault] Stopping writes because we have 2 immutable memtables (waiting for flush), max_write_buffer…
16 2018/05/25-14:30:27.288210 7f82ba72e700 [db/flush_job.cc:371] [default] [JOB 10] Level-0 flush tabl…
21 2018/05/25-14:34:21.047233 7f82ba72e700 [db/flush_job.cc:371] [default] [JOB 44] Level-0 flush tabl…
Dtest_rules.ini2 suggestions=inc-bg-flush:inc-write-buffer
10 suggestions=inc-bg-flush
19 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
38 [Suggestion "inc-bg-flush"]
Drules_err4.ini2 suggestions=inc-bg-flush
7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
9 [Suggestion "inc-bg-flush"]
Drules_err2.ini2 suggestions=inc-bg-flush:inc-write-buffer
7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
9 [Suggestion "inc-bg-flush"]
Dtriggered_rules.ini2 suggestions=inc-bg-flush:inc-write-buffer
7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
33 [Suggestion "inc-bg-flush"]
Drules_err1.ini7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
9 [Suggestion "inc-bg-flush"]
Drules_err3.ini7 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
/rocksdb-6.9/docs/_posts/
D2017-08-25-flushwal.markdown8 …OS buffer after each `::Put`. It however can be configured to perform the flush manually after an …
16 …gh not persisted yet, will survive the application crash. By default, the flush occurs automatical…
20flush of the WAL by setting `DBOptions::manual_wal_flush`. In that case, the WAL buffer is flushed…
26 …ver needing a storage WAL flush after each individual commit. MyRocks benefits from this property,…
D2017-07-25-rocksdb-5-6-1-released.markdown10 …ackground_jobs`, which automatically decides how many threads to allocate towards flush/compaction.
22 * Shouldn't ignore return value of fsync() in flush.
D2018-08-01-rocksdb-tuning-advisor.markdown49 …ex: Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buffe…
50 Suggestion: inc-bg-flush option : DBOptions.max_background_flushes action : increase suggested_valu…
D2014-03-27-how-to-backup-rocksdb.markdown92flush and only then copy the DB files to the backup directory. Doing so will prevent log files fro…
D2017-06-29-rocksdb-5-5-1-released.markdown22 * Fix the bug that flush doesn't respond to fsync result
D2018-02-05-rocksdb-5-10-2-released.markdown22 * Fix DB::Flush() keep waiting after flush finish under certain condition.
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DFlushTest.java24 public void flush() throws RocksDBException { in flush() method in FlushTest
43 db.flush(flushOptions); in flush()
DTransactionLogIteratorTest.java45 db.flush(new FlushOptions().setWaitForFlush(true)); in getBatch()
119 db.flush(new FlushOptions().setWaitForFlush(true)); in transactionLogIteratorCheckAfterRestart()
DMemoryUtilTest.java64 db.flush(flushOptions); in getApproximateMemoryUsageByType()
127 db.flush(flushOptions); in getApproximateMemoryUsageByTypeMultiple()
DRocksDBTest.java741 db.flush(new FlushOptions().setWaitForFlush(true)); in compactRangeWithKeysReduce()
897 db.flush(new FlushOptions().setWaitForFlush(true)); in compactRangeToLevel()
965 db.flush(new FlushOptions().setWaitForFlush(true)); in deleteFilesInRange()
1043 db.flush(new FlushOptions().setWaitForFlush(true), in compactRangeToLevelColumnFamily()
1272 db.flush(flushOptions, cfHandles); in compactFiles()
1361 public void flush() throws RocksDBException { in flush() method in RocksDBTest
1366 db.flush(flushOptions); in flush()
DBlockBasedTableConfigTest.java128 db.flush(new FlushOptions()); in blockCacheIntegration()
200 db.flush(flushOptions); in blockCacheCompressedIntegration()
DInfoLogLevelTest.java31 db.flush(new FlushOptions().setWaitForFlush(true)); in testInfoLogLevel()
DTableFilterTest.java61 db.flush(flushOptions, columnFamilyHandles); in readOptions()
/rocksdb-6.9/tools/advisor/advisor/
Drules.ini30 suggestions=inc-bg-flush:inc-write-buffer
35 regex=Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buff…
61 [Suggestion "inc-bg-flush"]
/rocksdb-6.9/tools/advisor/
DREADME.md80 …ex: Stopping writes because we have \d+ immutable memtables \(waiting for flush\), max_write_buffe…
81 Suggestion: inc-bg-flush option : DBOptions.max_background_flushes action : increase suggested_valu…
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DRocksDB.java3632 public void flush(final FlushOptions flushOptions) in flush() method in RocksDB
3634 flush(flushOptions, (List<ColumnFamilyHandle>) null); in flush()
3649 public void flush(final FlushOptions flushOptions, in flush() method in RocksDB
3652 flush(flushOptions, in flush()
3671 public void flush(final FlushOptions flushOptions, in flush() method in RocksDB
3674 flush(nativeHandle_, flushOptions.nativeHandle_, in flush()
4474 private native void flush(final long handle, final long flushOptHandle, in flush() method in RocksDB
/rocksdb-6.9/
DHISTORY.md99 * Fix OnFlushCompleted fired before flush result persisted in MANIFEST when there's concurrent flus…
247 * Log Writer will flush after finishing the whole record, rather than a fragment.
290 * Fix a bug in 2PC where a sequence of txn prepare, memtable flush, and crash could result in losin…
314 * Make DB ignore dropped column families while committing results of atomic flush.
525 * Add a new histogram stat called rocksdb.db.flush.micros for memtable flush.
535 * Fix DB::Flush() keep waiting after flush finish under certain condition.
629 * Shouldn't ignore return value of fsync() in flush.
661 * Memtable flush can be avoided during checkpoint creation if total log file size is smaller than a…
669 * Remove option min_partial_merge_operands. Partial merge operands will always be merged in flush o…
784 * rename options compaction_measure_io_stats to report_bg_io_stats and include flush too.
[all …]

12