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

373 Коммитов

Автор SHA1 Сообщение Дата
Pavel Ivanov d0da20f66f Fix lists on the LaunchingVitess page.
The lists must have an empty line before them.
2016-06-15 14:23:11 -07:00
sougou 180a528250 Merge pull request #1800 from sougou/doc
Launch doc updates
2016-06-14 18:00:06 -07:00
sougou 4ed066a332 Update LaunchingVitess.md
Address code review comments.
2016-06-14 17:20:59 -07:00
Pavel Ivanov 174d87ce1a A few fixes to "Running Vitess on Kubernetes" document.
1. Fix the link to Kubernetes dashboard. I guess Kubernetes changed that
   recently.
2. Fix example output of ExecuteFetchAsDba, it's not in protobuf format anymore
   (and another example of ExecuteFetchAsDba on this page is in the new format
   already).
3. Add a comment that 'mysql' container logs don't contain MySQL error logs as
   I expected when trying to execute the command. It would be nice to add a
   command to show MySQL error log without doing shell access to the container,
   but I don't know how to do that at the moment.
2016-06-14 15:26:03 -07:00
sougou e4cc1bb275 Update LaunchingVitess.md
Expand db config parameters.
2016-06-14 14:00:25 -07:00
sougou 629f4e5ef1 Update LaunchingVitess.md
Rephrased the three consistency modes.
2016-06-14 13:49:35 -07:00
sougou c21e65dda2 Update LaunchingVitess.md
Document table stats variables.
2016-06-14 13:35:11 -07:00
sougou 4b51899508 Update LaunchingVitess.md
Formatting improvements
2016-06-14 13:25:19 -07:00
sougou cb0c240962 Update LaunchingVitess.md
Document additional command line args for VTGate.
2016-06-14 13:20:24 -07:00
Alain Jobart 11a7406d15 Updating a couple sections of the doc. 2016-06-14 08:00:32 -07:00
Michael Berlin 6cf14ae572 doc: Small fixes to the pivot tutorial. 2016-06-10 14:42:49 -07:00
Michael Berlin e45f1daf0f doc: Update vtctl reference. 2016-06-09 17:10:34 -07:00
sougou 9b81dfcc06 Update LaunchingVitess.md
Add health check URL for VTGate.
2016-06-03 15:10:42 -07:00
sougou 24885360bb Update LaunchingVitess.md
Remove a confusing '*'.
2016-06-03 10:14:02 -07:00
sougou e867778a5a Update LaunchingVitess.md
Remove some blank lines in code.
2016-06-03 10:08:39 -07:00
sougou 749c481281 Create LaunchingVitess.md
This is the initial draft. Some sections still need to be filled out, but there's enough here to get started.
2016-06-03 09:59:40 -07:00
Michael Berlin 2c1d85048a doc: Tutorial how to manually carry out a pivot schema change. 2016-06-02 17:31:02 -07:00
Michael Berlin 7c8c00910c Merge pull request #1751 from michael-berlin/operations_doc_fixes
doc: Couple minor fixes.
2016-06-02 17:27:04 -07:00
Michael Berlin 233dc214ab doc: Backup: Replace -target_tablet_type with -init_tablet_type because the first was replaced in favor of the second. 2016-06-02 17:15:51 -07:00
Michael Berlin c36766baf4 doc: Upgrading.md: Change `text` to *text* because it renders more nicely. 2016-06-02 15:24:52 -07:00
Alain Jobart e5df10c986 Adding doc for the initial RebuildVSchemaGraph. 2016-06-02 14:19:27 -07:00
Alain Jobart 3f21ee8e33 Updating docs. 2016-06-02 14:07:43 -07:00
Michael Berlin c65691a3d8 doc: Document how to do Vitess upgrades. 2016-06-02 14:02:06 -07:00
Michael Berlin 51f4f4458c doc: Reviewed Sharding.md. 2016-06-01 19:36:18 -07:00
Michael Berlin d521bf5ed9 doc: Reviewed SchemaManagement.md. 2016-06-01 19:18:35 -07:00
Michael Berlin 42601e365f doc: Backup: Rewrote "Bootstrapping a new tablet" section and moved some of it into a new section "Backup Frequency". 2016-06-01 18:41:13 -07:00
Michael Berlin 21f8296a47 doc: Backup: Document Ceph S3 backup plugin. 2016-06-01 18:39:35 -07:00
Michael Berlin 033086cd3a doc: Reviewed Reparenting.md and updated it. 2016-06-01 18:38:58 -07:00
Anthony Yeh 60c3a1a042 Clean up memcached dependencies.
These are no longer needed after #1742.
2016-05-31 12:22:27 -07:00
Anthony Yeh 66fb2baedf Remove incorrect reference to consistent hashing. 2016-05-27 14:06:33 -07:00
Alain Jobart 7b49af4f2e Adding the grpc_use_effective_callerid flag.
Along with end-to-end test and documentation.
2016-05-27 11:50:35 -07:00
Alain Jobart 0c02775c41 Addressing review comments.
Also checking connection keyspace in go unit test.
Fixing vtctl doc, regenerating md file.
2016-05-25 07:14:41 -07:00
Anthony Yeh d819169a68 Document Vitess semi-sync enforcement option. 2016-05-23 14:37:25 -07:00
Anthony Yeh f8ba1f84a5 Document how to build custom Docker images for Kubernetes. 2016-05-20 15:27:43 -07:00
Alain Jobart 923ca110a8 Merge pull request #1711 from alainjobart/splitshardcount
Splitshardcount
2016-05-20 09:37:20 -07:00
Alain Jobart 2b8b9d06c3 Merge pull request #1713 from alainjobart/rep
Adding doc for replication.
2016-05-20 08:41:15 -07:00
Alain Jobart ed0013a3af Integrating comments from Anthony. 2016-05-20 08:40:42 -07:00
Alain Jobart af0db4044e Adding doc for replication. 2016-05-19 13:08:09 -07:00
Anthony Yeh 9194165d5f k8s: Use 'DeleteShard -recursive' instead of individual DeleteTablets.
The individual DeleteTablet calls in vttablet-down.sh were from before
we had the -recursive flag on DeleteShard, which now does that for you.
2016-05-19 12:12:26 -07:00
Anthony Yeh d776a363a4 doc: Don't use SetKeyspaceShardingInfo in V3 resharding. 2016-05-19 12:04:48 -07:00
Alain Jobart d73c337514 Removing keyspace.split_shard_count. Unused. 2016-05-19 09:36:06 -07:00
Alain Jobart c61f459815 Fixing a few doc issues. 2016-05-19 07:36:45 -07:00
Alain Jobart 745dadd034 Fixing a whole bunch of details.
Lots of comments, docs, ...
2016-05-18 08:45:16 -07:00
Alain Jobart 08380375d4 Fixing vtctl doc script.
To account for my last round of changes.
Re-generating the doc too.
2016-05-18 08:09:13 -07:00
Alain Jobart 2f05afec43 Removing SrvShard. 2016-05-18 07:47:20 -07:00
Anthony Yeh d4d7a08248 Update Concepts doc. 2016-05-17 16:52:06 -07:00
Alain Jobart c32483d205 Removing Endpoint from proto. 2016-05-16 10:26:53 -07:00
Alain Jobart 73dbae7e8b Removing vtctl getSrvShard / getEndPoints. 2016-05-13 11:20:00 -07:00
Alain Jobart c10a84f267 Merge branch 'master' into sparenomore 2016-05-11 07:51:05 -07:00
Alain Jobart 552ba12280 Re-generating the doc. 2016-05-11 07:50:12 -07:00