summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-16WT-3206 Fix a race allocating split generations. (#3332)mongodb-3.5.5mongodb-3.4.3Michael Cahill
2017-03-16WT-3218 Avoid adding duplicate handles to connection dhandle list (#3331)Alex Gorrod
2017-02-20Merge branch 'develop' into mongodb-3.6Alex Gorrod
2017-02-20WT-3149 Fix a compiler warning on OS X. I guess I shouldn't try to future pro...Alex Gorrod
2017-02-20WT-3149 Use a range of eviction walk start points. (#3305)Alex Gorrod
2017-02-20WT-3189 Fix a segfault in eviction random page search. (#3308)Alex Gorrod
2017-02-17WT-3187 Ramp up aggressiveness in reducing cache pool usage (#3306)Alex Gorrod
2017-02-17WT-3188 More log loops needing to check panic. (#3307)sueloverso
2017-02-17Merge branch 'develop' into mongodb-3.6mongodb-3.5.4Alex Gorrod
2017-02-16WT-3184 bug fix: special case searching an index that has a custom collator. ...Don Anderson
2017-02-16WT-3186 Fix error path and panic detection in logging loops. (#3304)sueloverso
2017-02-15WT-3149 Make random lookups for eviction more lightweight. (#3302)Michael Cahill
2017-02-14WT-3179 test bug: clang sanitizer failure in fail_fsDon Anderson
2017-02-14WT-3179 test bug: clang sanitizer failure in fail_fs #3300Don Anderson
2017-02-14WT-3180 bug fix: disable long tests in the top-level main program, (#3298)Don Anderson
2017-02-14WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic
2017-02-14WT-2909 Create automatable test verifying checkpoint integrity after errors (...Keith Bostic
2017-02-14WT-2909 Add a custom file system fault injection test to verify checkpoint in...Don Anderson
2017-02-14WT-3149 Have eviction choose a random point when walking a tree. (#3285)Alex Gorrod
2017-02-14WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic
2017-02-14WT-3152 Switch the table lock to a rwlock. (#3291)Michael Cahill
2017-02-14WT-3175 Don't verify children during splits up the tree. (#3294)Michael Cahill
2017-02-13WT-3174 Coverity/lint cleanup (#3293)Keith Bostic
2017-02-13WT-3135 WT-3159 Fix search_near() with custom collators for index keys of var...Don Anderson
2017-02-13WT-3170 Change when eviction walk point is saved, cleanup splits. (#3284)Alex Gorrod
2017-02-11WT-3173 Add runtime detection for s390x CRC32 hardware support (#3290)Mark Benvenuto
2017-02-09WT-3088 bug: WiredTiger can evict the tree's current eviction walk point (#3280)Keith Bostic
2017-02-09WT-3164 Ensure all relevant btree fields are reset on checkpoint error. (#3283)sueloverso
2017-02-08WT-3161 Panic on a write error in logging. (#3278)sueloverso
2017-02-06WT-3157 More aggressive error handling. (#3275)sueloverso
2017-02-06WT-3111 util_create() doesnt free memory assigned to "uri" (#3279)Keith Bostic
2017-02-03WT-3148 Check that we have a root page when calculating evictable size.Michael Cahill
2017-02-03WT-3148 Improve efficiency of eviction with many small trees. (#3264)Michael Cahill
2017-02-03WT-3150 Fix: don't spin forever during eviction interrupts. (#3276)Michael Cahill
2017-02-02WT-3157 Fix checkpoint error path (#3274)sueloverso
2017-02-02WT-3139 Enhance wtperf to support periodic table scans (#3268)Alex Gorrod
2017-02-02WT-3150 Reduce impact of checkpoints on eviction. (#3265)Michael Cahill
2017-02-01WT-3115 Convert the dhandle list lock into a read/write lock. (#3236)Alex Gorrod
2017-01-26WT-3156 Add check in assertions for errors. (#3271)sueloverso
2017-01-25WT-3097 Avoid waiting for threads to timeout during close (#3253)Keith Bostic
2017-01-25WT-3113 Add a verbose mode to dump the cache when eviction is stuck. (#3234)Keith Bostic
2017-01-24WT-3137 Fix a hang in logging due to a race condition (#3266)Keith Bostic
2017-01-24WT-3137 Fix a hang in logging due to a race condition (#3223)sueloverso
2017-01-24WT-3120 Add error handling to get_key/get_value in a test (#3262)Keith Bostic
2017-01-24WT-2790 Fix a text case false positive in test_sweep01. (#3263)sueloverso
2017-01-23WT-3120 Fix ordering problem in connection_close for filesystem loaded in an ...Keith Bostic
2017-01-23WT-3144 bug fix: random cursor returns not-found when descending to an empty ...Keith Bostic
2017-01-23WT-3144 Make it less likely for random lookups to return WT_NOTFOUND (#3259)Keith Bostic
2017-01-23WT-3144 Print WT_REF instead of WT_REF.page in verbose/debugging output. (#3...Keith Bostic
2017-01-23WT-3120 Fix ordering problem in connection_close for custom filesystem loaded...Don Anderson