Граф коммитов

475 Коммитов

Автор SHA1 Сообщение Дата
Mike Solomon 440f54d08c prep new error handling 2013-01-05 16:31:35 -08:00
Alain Jobart 7e58a199ab Factoring parameter parsing in utils.py for tests.
LGTM Ric.
2013-01-04 13:14:07 -08:00
Alain Jobart b8579b7024 Catching panics at RPC API level in zkocc.
LGTM Mike.
2013-01-03 15:48:13 -08:00
Alain Jobart d00ea31ecc Replacing panics that may crash servers with proper error returns.
LGTM Mike.
2013-01-03 14:01:42 -08:00
Alain Jobart 1a82c94273 Exporting the update stream state to vars.
LGTM Mike.
2013-01-03 12:41:58 -08:00
Alain Jobart f2aaf768b7 Small changes to get Sponge script working.
LGTM Ric.
2012-12-28 13:47:47 -08:00
Mike Solomon 7563939fa7 fix bug on zkns export causing log noise 2012-12-28 13:37:39 -08:00
Ric Szopa 191ecdcf8c Serve snapshot files from /snapshot. 2012-12-27 14:25:51 -08:00
Ric Szopa 8e1cf43985 Serve snapshots from vtdataroot. 2012-12-27 13:58:42 -08:00
Ric Szopa 51d4b10937 Make tests use VTDATAROOT. 2012-12-27 13:58:39 -08:00
Ric Szopa aa86984455 Use env.VtDataRoot 2012-12-27 13:58:35 -08:00
Mike Solomon 685f498a7e add primitives for file descriptor passing 2012-12-27 10:07:08 -08:00
Alain Jobart 0cf54deba6 Now also count state transitions in stats.States.
LGTM Mike.
2012-12-26 16:50:09 -08:00
Alain Jobart d3feb974e8 Adding a simple way to report States to debug/vars, using it for
sql engine status, zk conn in vttablet, zkocc->zk conns.

LGTM Mike.
2012-12-26 15:41:42 -08:00
Alain Jobart 0178766b84 Fixing more test invocations and misusage of -force.
LGTM Ric.
2012-12-26 15:09:19 -08:00
Alain Jobart 5a6ac1d505 Fixing this test. Backup servers now receive the schema changes,
because they'r in the replication graph.

LGTM Ric
2012-12-26 13:50:53 -08:00
Alain Jobart 92a1a3315f Fixing bad help string. 2012-12-21 14:14:17 -08:00
Mike Solomon cffb42d421 add a tool to check for stale actions
make a few tools take multiple paths for efficiency
2012-12-20 16:11:23 -08:00
Alain Jobart f06a7cb011 Disabling 'local' cell resolution in zkocc by default. 2012-12-20 15:34:05 -08:00
Alain Jobart 241505490c Fixing this test to wait for an action to avoid
clobbering the next test.

LGTM Ric
2012-12-19 17:57:21 -08:00
Sugu Sougoumarane ac403f00aa improved error handling, reload catches panics, fix test 2012-12-19 17:48:02 -08:00
Mike Solomon 6ccd4e2a6d fix bug when displaying a shard with ghost aliases in the replication graph 2012-12-18 13:26:00 -08:00
Mike Solomon 2513d09f10 fix a concurrency bug introduced in ListShardActions
improve awkable output
2012-12-17 18:33:23 -08:00
Mike Solomon 0e783a9252 improve ListShardActions - scrape more data together for debugging 2012-12-17 17:32:08 -08:00
Alain Jobart ed6ab90128 Removing global -force parameters, replaced by per-action parameters.
LGTM Mike.
2012-12-17 14:39:54 -08:00
Alain Jobart 04bb789b1d Fixing Validate for backup type, and replication graph
assignment problems.

LGTM Mike.
2012-12-17 14:38:33 -08:00
Ric Szopa 9c2f5e4c71 Remove accidentally committed code. 2012-12-17 14:11:01 -08:00
Ric Szopa 5519ea98b6 Fix bug in test. 2012-12-17 14:09:07 -08:00
Alain Jobart 0963f29c00 Less simulated errors, to hopefully eliminate random test failures.
LGTM Shruti.
2012-12-14 16:24:36 -08:00
Ric Szopa e816813a94 Run teardown in mysqld test even if something goes wrong. 2012-12-14 14:08:08 -08:00
Alain Jobart a784c8f6de Fixing this test I broke earlier.
LGTM Ric.
2012-12-14 13:10:36 -08:00
Alain Jobart 41a74fdf77 Adding logging and checks to track an intermittent issue I'm seeing.
LGTM Ric.
2012-12-14 11:35:09 -08:00
Ric Szopa 69cadfc618 *Really* fix handling exceptions occurring in dial. 2012-12-13 18:00:11 -08:00
Alain Jobart e7e945bd7b Fixing a missing database creation command.
LGTM Ric.
2012-12-13 15:28:21 -08:00
Shruti Patil 580a0e2fa1 Changed dbconfigs to tabletserver dependency. 2012-12-12 15:21:25 -08:00
Shruti Patil 5192ce2e33 Added FlushAll command to memcache api and related test. 2012-12-12 15:08:28 -08:00
Shruti Patil 3dd87448f6 Removing an extraneous comment. 2012-12-12 14:39:15 -08:00
Shruti Patil 8998a6c223 Update Stream improvements, py client, integration test. 2012-12-12 14:33:45 -08:00
Alain Jobart fc280695ea Making max table count a constant, consistent to 10000.
LGTM Sugu.
2012-12-11 15:04:40 -08:00
Mike Solomon 68f98d4518 simplify umgmt error handling and squelch common error 2012-12-11 13:48:25 -08:00
Mike Solomon ec7edb3914 fix umgmt accept loop, broken by new go runtime 2012-12-11 13:21:01 -08:00
Mike Solomon 0d1ec82ee3 ignore data race on deleted nodes 2012-12-11 02:27:05 -08:00
Mike Solomon e034766541 write action data before writing it to the action log - this reverts to previous behavior which was much easier to debug 2012-12-11 00:26:54 -08:00
Mike Solomon 7ad995e182 squelch common data race when recursively listing zk nodes 2012-12-11 00:25:43 -08:00
Mike Solomon 05eded49b3 remove superfluous keyspace rebuilds 2012-12-10 22:45:23 -08:00
Sugu Sougoumarane f17182be7a allow bind vars in select list, but log a warning 2012-12-10 21:14:21 -08:00
Mike Solomon a72e055d04 simplify zk lock api and cleanup properly when a lock times out 2012-12-10 18:57:10 -08:00
Mike Solomon dfa6b6c9b4 squelch log spam while we wait for a proper fix 2012-12-10 18:56:39 -08:00
Alain Jobart 294f206d0f mysqld wait time is now a parameter, and some clean-up.
LGTM Sugu.
2012-12-10 13:42:05 -08:00
Sugu Sougoumarane a2a08bc409 bug fix: left & right join require ON clauses 2012-12-10 13:30:48 -08:00