Tyler Brock
b70c9ce152
RUBY-406 enhancements to :secondary_only read preference
...
Improved implementation
-- read_preference :secondary_only is now communicated via invocation
of ReplSetConnection#checkout_secondary
Better tests
-- ensures reads go to secondaries
-- ensures reads do not go to primaries
2012-02-18 16:51:57 -05:00
Tyler Brock
542b8f46da
RUBY-406 added ReplSetConnection read preference :secondary_only
2012-02-16 12:59:52 -05:00
Tyler Brock
309315e31e
RUBY-399 removed re-initialization of seeds in initialize_data
2012-01-24 21:26:25 -05:00
Kyle Banker
b6ff77fcbc
RUBY-379 RUBY-381 reconnect on 'not master' errors (fix close connection logic)
2011-12-05 15:25:37 -05:00
Kyle Banker
c25b1f1585
RUBY-376 separate original seeds nodes from discovered ones
2011-12-05 12:27:19 -05:00
Kyle Banker
29f3772053
RUBY-376 use new seed nodes first
2011-12-02 17:42:18 -05:00
Kyle Banker
b579a6347f
RUBY-376 always cache original seed nodes
2011-12-02 17:20:04 -05:00
Kyle Banker
fbdf16bd48
minor: text fixes
2011-11-07 13:36:57 -05:00
Kyle Banker
9cb9f5c663
minor: test fix
2011-11-04 16:53:28 -04:00
Kyle Banker
f98c1099dc
Ensure we pass pool timeout to pool.
2011-11-02 15:21:46 -04:00
Kyle Banker
6a7e991689
Fix connection leak and refresh.
2011-10-14 09:52:11 -04:00
Kyle Banker
1001e59e44
minor: test framework fixes; minor bug fixes
2011-10-13 17:58:20 -04:00
Kyle Banker
c2070bb90a
minor: simply and refactor auto refresh
2011-10-12 17:13:48 -04:00
Kyle Banker
f5f714a1a1
Added some basic, sanity-checking tests.
2011-10-07 13:55:09 -04:00
Kyle Banker
b910e3e635
Add synchronous refresh; fix connection leak.
2011-09-15 15:44:12 -04:00
Kyle Banker
83eaa4d51b
Replica Set connection improvements for refresh and multi-threaded apps.
2011-09-13 17:50:01 -04:00
Kyle Banker
b0b1c043ca
Pool manager unit test.
2011-09-02 17:26:43 -04:00
Kyle Banker
e2178b0f1d
RUBY-322 nicer inspect methods
2011-09-01 11:42:56 -04:00
Kyle Banker
fbeea87c47
Added some read preference tests; refactoring; nice Pool#inspect.
2011-08-31 17:34:06 -04:00
Kyle Banker
2ff4169a50
Remove unnecessary code.
2011-08-31 16:06:14 -04:00
Kyle Banker
adb4675f20
RUBY-321 Use sync RW lock for ReplSetConnection. Bug fixes.
2011-08-31 16:05:21 -04:00
Kyle Banker
e8a5375cbf
minor: replica set test fixes
2011-08-30 16:16:47 -04:00
Kyle Banker
8b2de82464
RUBY-320 ReplSetConnection now caches tags and maps them to pools for reading.
2011-08-30 15:59:04 -04:00
Kyle Banker
5559f91da2
RUBY-314 test for update when a node is removed
2011-08-25 18:52:20 -04:00
Kyle Banker
3c127984a3
RUBY-242 check BSON size on a per-connection basis.
2011-08-25 14:57:24 -04:00
Kyle Banker
0e227d5a39
minor: remove unused method
2011-08-25 11:34:24 -04:00
Kyle Banker
f3fbb98fa8
RUBY-314 replica set connection and test cleanup
2011-08-25 11:27:58 -04:00
Kyle Banker
1090dd3873
RUBY-314 initial implementation of replica set health checking via background thread
2011-08-24 18:34:00 -04:00