| Commit message (Expand) | Author | Age | Files | Lines |
* | Shuffle some eviction/btree file names. | Alex Gorrod | 2014-12-03 | 1 | -1365/+0 |
* | Merge branch 'develop' into split-right | Michael Cahill | 2014-12-02 | 1 | -0/+3 |
|\ |
|
| * | Add a statistic to count how much eviction application threads are doing. | Michael Cahill | 2014-12-02 | 1 | -0/+3 |
* | | Rename __wt_rec_evict to __wt_evict, eviction and reconciliation have | Keith Bostic | 2014-11-28 | 1 | -1/+1 |
|/ |
|
* | Nit: rename a variable. | Alex Gorrod | 2014-11-24 | 1 | -7/+7 |
* | Improve handling of a pathological case where the sweep and eviction servers ... | Michael Cahill | 2014-11-24 | 1 | -27/+64 |
* | lint | Keith Bostic | 2014-11-21 | 1 | -1/+1 |
* | Have the eviction server back off if it isn't making progress to give LSM a b... | Michael Cahill | 2014-11-21 | 1 | -3/+14 |
* | Avoid stalls with LSM trees when the cache is full. | Michael Cahill | 2014-11-21 | 1 | -1/+5 |
* | Revert part of the previous change: don't drop the handle list lock when scan... | Michael Cahill | 2014-11-21 | 1 | -5/+3 |
* | Fix a bug where the eviction server thread could get stuck if a tree is close... | Michael Cahill | 2014-11-21 | 1 | -6/+11 |
* | Fix a deadlock involving eviction: don't block on the handle lock, and don't ... | Michael Cahill | 2014-11-20 | 1 | -42/+43 |
* | Drop the handle lock while waiting for the eviction server to clear walks. O... | Michael Cahill | 2014-11-14 | 1 | -3/+15 |
* | If a server thread exits with an error, panic. | Keith Bostic | 2014-11-07 | 1 | -11/+8 |
* | Rename WT_DEADLOCK to WT_ROLLBACK, reference #1204. | Keith Bostic | 2014-10-17 | 1 | -1/+1 |
* | We don't yet need anything other than single-byte versions of the | Keith Bostic | 2014-10-04 | 1 | -2/+2 |
* | Add size specific atomics for 1, 4 & 8 byte atomic operations | Mark Benvenuto | 2014-10-03 | 1 | -5/+5 |
* | Review where we're passing WT_CONNECTION_IMPL instead of WT_SESSION_IMPL, | Keith Bostic | 2014-09-12 | 1 | -5/+7 |
* | Remove uses of WT_ERR_TIMEDOUT_OK. __wt_cond_wait already takes care of | Susan LoVerso | 2014-09-03 | 1 | -2/+1 |
* | Add a special "local" extension target that can call out to initialization fu... | Michael Cahill | 2014-08-21 | 1 | -2/+1 |
* | Clarify the comment when clearing the eviction walk point: that can cause evi... | Michael Cahill | 2014-08-18 | 1 | -3/+3 |
* | __wt_page_release doesn't look at WT_READ_NO_GEN, don't pass it in. | Keith Bostic | 2014-08-15 | 1 | -2/+2 |
* | Merge branch 'develop' into page-release-flags | Keith Bostic | 2014-08-15 | 1 | -4/+19 |
|\ |
|
| * | Don't start the primary thread until the worker threads are created, | Keith Bostic | 2014-08-13 | 1 | -4/+10 |
| * | A couple of simple cleanups: | Keith Bostic | 2014-08-13 | 1 | -2/+2 |
| * | Move the primary eviction thread creation next to its session create, | Keith Bostic | 2014-08-13 | 1 | -4/+3 |
| * | Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessions | Keith Bostic | 2014-08-13 | 1 | -0/+10 |
* | | Split the WT_READ_NO_GEN flag to clarify: sometimes we mean "this read should... | Michael Cahill | 2014-08-15 | 1 | -3/+4 |
* | | Add flags to page release, respect WT_READ_NO_GEN to avoid forced eviction. | Michael Cahill | 2014-08-13 | 1 | -1/+2 |
|/ |
|
* | Only yield in the eviction server thread if there are multiple eviction worke... | Michael Cahill | 2014-08-12 | 1 | -5/+6 |
* | Fix an issue cleaning up eviction after a failed open. | Alex Gorrod | 2014-08-11 | 1 | -4/+7 |
* | Fix a bug in new eviction thread parsing. | Alex Gorrod | 2014-08-11 | 1 | -6/+10 |
* | Make dynamic eviction workers the default. #1143 | Alex Gorrod | 2014-08-11 | 1 | -3/+18 |
* | Don't have eviction workers close sessions. | Alex Gorrod | 2014-08-06 | 1 | -3/+0 |
* | Merge branch 'develop' into dynamic-evict-workers | Alex Gorrod | 2014-08-05 | 1 | -49/+51 |
|\ |
|
| * | minor whitespace, make lint happier. | Keith Bostic | 2014-08-01 | 1 | -9/+8 |
| * | Move eviction worker fields from cache into the connection, so they are alway... | Michael Cahill | 2014-08-01 | 1 | -11/+9 |
| * | Move session creation out of worker threads: the session open can race with c... | Michael Cahill | 2014-08-01 | 1 | -33/+39 |
| * | Mark some internal sessions as not allowed to open data handles. Use this to... | Michael Cahill | 2014-08-01 | 1 | -2/+2 |
| * | Create a new routine that creates internal sessions (the old "internal" | Keith Bostic | 2014-07-30 | 1 | -3/+4 |
* | | Fix an off by one in dynamic eviction threads. | Alex Gorrod | 2014-07-31 | 1 | -1/+1 |
* | | Start and stop eviction worker threads based on demand. | Alex Gorrod | 2014-07-31 | 1 | -21/+44 |
|/ |
|
* | Make the eviction server thread start/stop like the rest of the server | Keith Bostic | 2014-07-30 | 1 | -6/+55 |
* | Have LSM clear the bulk_load_ok flag for the primary, otherwise the btree lay... | Michael Cahill | 2014-07-16 | 1 | -1/+1 |
* | Simplify bulk-load flags vs. eviction, make it bulk-load's problem, | Keith Bostic | 2014-07-15 | 1 | -13/+3 |
* | Merge pull request #1099 from wiredtiger/evict-in-server | Michael Cahill | 2014-07-03 | 1 | -5/+5 |
|\ |
|
| * | Revert change to not evict in the server thread if application threads wait. | Alex Gorrod | 2014-07-03 | 1 | -5/+5 |
* | | Merge pull request #1097 from wiredtiger/lsm-merge-error | Alex Gorrod | 2014-07-03 | 1 | -18/+20 |
|\ \
| |/
|/| |
|
| * | Normalize the panic macros to match WT_ERR / WT_RET semantics, use them consi... | Michael Cahill | 2014-07-03 | 1 | -18/+20 |
* | | Be responsive when shutting down eviction server. | Alex Gorrod | 2014-07-03 | 1 | -0/+3 |
|/ |
|