|
a0a7dcdcfe
|
Fixed shardrouter possibly missing responses from the subservices if the session wasn't ready.
|
2015-02-10 20:36:53 +02:00 |
|
|
4c16eb55a2
|
Fixed hashing function returning wrong values and added more logging.
|
2015-02-06 16:27:24 +02:00 |
|
|
8a7b22d3df
|
Fix to SHOW TABLES FROM <db> being routed to the current database instead of the one in the query.
|
2015-02-05 10:34:04 +02:00 |
|
|
9681b9cec4
|
Added error handling and re-mapping of databases to dbshard router in addition to hint detection.
|
2015-02-02 21:37:04 +02:00 |
|
|
b6cd0916a0
|
Fixed a deadlock when the same thread tried to route a reply and a query at the same time.
|
2015-02-01 21:39:35 +02:00 |
|
|
d9ab0261b9
|
Fixed SHOW TABLES FROM ... queries being routed to the active database instead of the one defined in the query.
|
2015-01-31 12:38:39 +02:00 |
|
|
a69e1d5f01
|
Added some error handling to shardrouter.
The shardrouter now handles situations where the subservice sessions have failed and returns an error if an attempt to
query such a service is made.
|
2015-01-30 22:28:01 +02:00 |
|
|
08dd4d7053
|
First working implementation of the hierarchical router.
|
2015-01-25 21:24:22 +02:00 |
|
|
8791cc455e
|
Added the initial implementation of the shardrouter module.
|
2015-01-23 06:40:30 +02:00 |
|