summaryrefslogtreecommitdiff
path: root/src/lsm
AgeCommit message (Expand)Author
2014-10-13whitespaceKeith Bostic
2014-10-08WT_ATOMIC_ADD4, WT_ATOMIC_SUB4 return values.Keith Bostic
2014-10-08whitespaceKeith Bostic
2014-10-07Fix warning.Susan LoVerso
2014-10-07Have LSM compact wait for in-progress merges to complete. #1259Susan LoVerso
2014-10-04We don't yet need anything other than single-byte versions of theKeith Bostic
2014-10-04STATIC_ASSERT is outside of the claimed WiredTiger name space (andKeith Bostic
2014-10-03Add size specific atomics for 1, 4 & 8 byte atomic operationsMark Benvenuto
2014-10-02Introduce a new type to replace off_t called wt_off_t since off_t is 32-bits ...Mark Benvenuto
2014-09-26Close the LSM manager session, not just the workers.Alex Gorrod
2014-09-26Only free LSM worker sessions if they are initialized.Alex Gorrod
2014-09-26Free all LSM worker sessions.Alex Gorrod
2014-09-25Fix unused var warnings.Susan LoVerso
2014-09-25Merge branch 'develop' into lsm-threadsSusan LoVerso
2014-09-25Decrement lsm_workers. #1237Susan LoVerso
2014-09-25Fix which half of LSM workers can handle merges. #1247Susan LoVerso
2014-09-23Add reconfigure support for LSM manager #1237Susan LoVerso
2014-09-23LSM configuration and thread management changes to lay the foundationSusan LoVerso
2014-09-23spellingKeith Bostic
2014-09-23Keep backward compatability in LSM metadata parsing.Alex Gorrod
2014-09-19Remove lsm=(merge_threads) configuration option.Alex Gorrod
2014-09-19Merge pull request #1231 from wiredtiger/lsm-cleanupAlex Gorrod
2014-09-18Comments, cleanup and fix an error path. #1208Susan LoVerso
2014-09-18Add stat to count number of times we reach queue_ref maximum. #1230Susan LoVerso
2014-09-18Remove manager struct lengths and add in per-queue lengths to stats.Susan LoVerso
2014-09-18Check tree's queue length and remove global assertion. #1230Susan LoVerso
2014-09-17Tweak the LSM manager aggressive update alg and server trigger. #1230Susan LoVerso
2014-09-16__wt_cursor_init has a long list of tests for cursor methods that weKeith Bostic
2014-09-16Add length tracking and assertions for lsm work queues. #1208 #1230Susan LoVerso
2014-09-16Add push/pop macros for the different queues. #1208Susan LoVerso
2014-09-15Separate LSM work unit types from flags. #1208Susan LoVerso
2014-09-15Merge branch 'develop' into connection-vs-session-cleanupSusan LoVerso
2014-09-15Set compacting if we don't have a chunk to flush. #1225Susan LoVerso
2014-09-15Update LSM compact to avoid a hang.Alex Gorrod
2014-09-15Fix a hang in LSM compact. Refs #1225Alex Gorrod
2014-09-12Update dist/s_style to check for cases where we jump to the error labelKeith Bostic
2014-09-12Coverity #1199717, fix a bug in 7179a227 where the test for a lock wasKeith Bostic
2014-09-12Merge branch 'develop' into connection-vs-session-cleanupKeith Bostic
2014-09-12typo.Keith Bostic
2014-09-12Merge branch 'develop' into connection-vs-session-cleanupKeith Bostic
2014-09-12Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL,Keith Bostic
2014-09-12Fix build warning:Alex Gorrod
2014-09-12Merge pull request #1213 from wiredtiger/force-allAlex Gorrod
2014-09-11Comments and cleanup. #1200Susan LoVerso
2014-09-11Split flushing versus compacting phases of compact. Cleanup. #1200Susan LoVerso
2014-09-11Change transaction ID allocation so that if transactions stop, the last ID be...Michael Cahill
2014-09-10Wait for ondisk flag to get set on compact. #1200Susan LoVerso
2014-09-10Move the LSM manager re-configuration code into the LSM manager file.Keith Bostic
2014-09-10Fix warnings.Susan LoVerso
2014-09-10Add flushing stage to compact. Restore COMPACTING check during mergesSusan LoVerso