| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement review feedback. The new configuration strings are: | Alex Gorrod | 2015-03-17 | 1 | -4/+5 |
* | Add ability to configure sweep server timings via API. | Alex Gorrod | 2015-03-12 | 1 | -3/+26 |
* | Move server thread waits to the beginning of their loops: check that we're st... | Michael Cahill | 2015-02-12 | 1 | -1/+0 |
* | Take more care to clear dhandle->timeofdeath: we sometimes seem to be sweepin... | Michael Cahill | 2015-02-04 | 1 | -4/+4 |
* | Copyright notices: add MongoDB, update to 2015. | Keith Bostic | 2015-01-04 | 1 | -0/+1 |
* | Check that handles are not being walked by eviction before discarding. | Michael Cahill | 2014-12-19 | 1 | -1/+1 |
* | Don't try to write leaves from the sweep server. Previously, this was done w... | Michael Cahill | 2014-12-19 | 1 | -30/+20 |
* | KNF | Keith Bostic | 2014-12-16 | 1 | -1/+2 |
* | Update the swept handles statistic any time we close the underlying handle, r... | Michael Cahill | 2014-12-16 | 1 | -2/+4 |
* | Add a few more sweep stats to understand why the test sometimes fails. | Susan LoVerso | 2014-12-15 | 1 | -1/+3 |
* | Use dhandle hash lists in more places. Adjust sweep timings. #1460 | Susan LoVerso | 2014-12-11 | 1 | -2/+2 |
* | Add connection sweep stats and a sweep test. #1446 | Susan LoVerso | 2014-12-10 | 1 | -0/+2 |
* | Never sweep the metadata. We don't go through normal handle locking paths, a... | Michael Cahill | 2014-12-10 | 1 | -0/+2 |
* | Close the right handle during sweeps. | Michael Cahill | 2014-12-10 | 1 | -1/+2 |
* | The "inuse" field protects the btree, the "session_ref" field protects the dh... | Michael Cahill | 2014-12-10 | 1 | -4/+10 |
* | Sweep old handles more aggressively: | Michael Cahill | 2014-12-09 | 1 | -7/+17 |
* | Revert to sweep checking a handle's reference count is zero inside the handle... | Michael Cahill | 2014-11-24 | 1 | -14/+4 |
* | Fix some issues with the recent changes to handle locking: | Michael Cahill | 2014-11-24 | 1 | -26/+28 |
* | Split the schema lock into a lock that prevents concurrent schema-changing op... | Michael Cahill | 2014-11-13 | 1 | -6/+8 |
* | If a server thread exits with an error, panic. | Keith Bostic | 2014-11-07 | 1 | -1/+1 |
* | Change read/write locks to no longer track if an exclusive lock was | Keith Bostic | 2014-10-28 | 1 | -1/+1 |
* | Push down the force-discard logic so we don't have to deal with already-close... | Michael Cahill | 2014-10-27 | 1 | -1/+1 |
* | 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 | -1/+1 |
* | A couple of simple cleanups: | Keith Bostic | 2014-08-13 | 1 | -3/+3 |
* | Add a new per-session flag, WT_SESSION_CAN_WAIT, and only use sessions | Keith Bostic | 2014-08-13 | 1 | -0/+6 |
* | Merge pull request #1141 from wiredtiger/acquire-metadata-at-session-create | Michael Cahill | 2014-08-01 | 1 | -2/+2 |
|\ |
|
| * | Mark some internal sessions as not allowed to open data handles. Use this to... | Michael Cahill | 2014-08-01 | 1 | -1/+2 |
| * | Create a new routine that creates internal sessions (the old "internal" | Keith Bostic | 2014-07-30 | 1 | -2/+1 |
* | | Wait for the handle flush lock when writing the leaf pages instead | Keith Bostic | 2014-07-31 | 1 | -4/+0 |
|/ |
|
* | Make the eviction server thread start/stop like the rest of the server | Keith Bostic | 2014-07-30 | 1 | -1/+3 |
* | Don't set the run-sweep flag until we've successfully started the server | Keith Bostic | 2014-07-30 | 1 | -2/+1 |
* | Remove extra brackets from WT_WITH_DHANDLE op. | Michael Cahill | 2014-07-30 | 1 | -3/+3 |
* | Don't hold the checkpoint lock when flushing leaf pages during close or | Keith Bostic | 2014-07-25 | 1 | -6/+14 |
* | dead assignment, session assigned but never used. | Keith Bostic | 2014-07-02 | 1 | -3/+2 |
* | Fix handle sweep code: make sure we're closing the right data handle, check t... | Michael Cahill | 2014-05-22 | 1 | -1/+2 |
* | First attempt to add a sweep thread to close data handles only after | Keith Bostic | 2014-05-21 | 1 | -0/+174 |