xichengliudui
51cee3fdd8
update pull request
...
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-31 16:45:09 -05:00
xichengliudui
2efaecfa67
update .md and .txt and .proto
...
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-30 10:49:12 -05:00
Sugu Sougoumarane
cf0b053a98
Merge pull request #4566 from xichengliudui/update-all-func-md-txt-file
...
Update the func md txt file
2019-01-29 19:30:43 -08:00
xichengliudui
9ccdac9146
Update FAQ.md
...
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 21:37:48 -05:00
xichengliudui
d1be759ebc
Update func and md and txt
...
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-29 21:30:03 -05:00
xichengliudui
a4cf44bc4f
Update doc
...
Signed-off-by: xichengliudui <liuduidui@beyondcent.com>
2019-01-25 14:22:42 -05:00
Sugu Sougoumarane
3bd115f928
Merge pull request #4503 from dweitzman/remove_influx
...
Remove influxdb as a push backend
2019-01-24 20:23:31 -08:00
David Weitzman
349a564beb
Reduce the number of unit tests that require VTROOT by moving testdata closer to the tests
...
Signed-off-by: David Weitzman <dweitzman@pinterest.com>
2019-01-23 19:28:54 -08:00
Miriam Lauter
4e8ff1af47
Since STRICT_ALL_TABLES is a superset of STRICT_TRANS_TABLES, allow dbs to be configured with STRICT_ALL_TABLES when vitess is enforcing STRICT_TRANS_TABLES (-enforce_strict_trans_tables=true)
...
Signed-off-by: Miriam Lauter <lauter.miriam@gmail.com>
2019-01-18 15:52:19 -05:00
David Weitzman
6ccbb93414
Remove influxdb as a push backend
...
The code seems to be out of date, unmaintained, and incompatible with current versions of influx and recent versions of the influx golang client.
Signed-off-by: David Weitzman <dweitzman@pinterest.com>
2019-01-07 18:05:07 -08:00
Rafael Chacon
4197920db5
Remove references to l2vtgates in docs and integration tests
...
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
2018-12-20 22:53:15 -08:00
Tanmoy Krishna Das
f10b2cf480
Replaced ". ./dev.env" with "source ./dev.env" in GettingStarted.md
...
Signed-off-by: Tanmoy Krishna Das <tanmoykrishnadas@gmail.com>
2018-12-19 10:07:30 +06:00
Richard Bailey
b96d2f1004
Merge branch 'master' into setassociative-#4378-add-keyspace-filtering
2018-12-05 18:38:22 -08:00
Richard Bailey
3eb4014ef3
[ closes #4378 ] Adds keyspaces_to_watch flag to vtgate
...
### Summary
This was added in order to support spining up a vtgate within a cell that
has a limited access to the keyspaces inside that cell. It was added instead
of modifying the existing `filter_tablets` behavior because bringing in the
`|<shard-or-keyrange>` syntax didn't make sense based on the desired behavior.
`filter_tablets` and `keyspaces_to_watch` were made mutually exclusive to
prevent situations where the flags required different keyspaces which would
have implied a non-obvious behavior (or had to fail anyway).
Implementation was relatively straight-forward: I added a new srvtopo.Server
that can filter the keyspaces returned and passed to the callback for
WatchSrvVSchema as well as tests. If a call is made to get the underlying
topo.Server is returned, e.g., calls to a server Conn's ListDir will not be
have any filtering applied.
### Testing
Automated: Unit tests for the new filtering `srvtopo.Server` impl
Manual:
Using the vagrant setup I spun up a cluster with:
2 keyspaces: aaa_keyspace, test_keyspace
10 vttablets: 5 fronting each keyspace
1 vtgate, 1vtctld
- when not watching a specific keyspace showed both keyspaces on `show vitess_keyspaces`
- when `keyspaces_to_watch=test_keyspace` was set only `test_keyspace` was returned for `show vitess_keyspaces`; `select now() from dual;` was functional
Signed-off-by: Richard Bailey <rbailey@slack-corp.com>
2018-12-04 14:28:21 -08:00
Michael Demmer
17af5ea1cb
update doc strings as suggested in pr review
...
Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
2018-12-03 21:56:25 -08:00
DK
4db4a28a93
Update all the protocol buffers with the new compiler
...
Signed-off-by: DK <dk@planetscale.com>
2018-12-03 15:04:01 -08:00
Sugu Sougoumarane
b5f3c0bc40
Merge pull request #4300 from planetscale/ss-resharding
...
resharding: ShowResharding
2018-10-26 21:38:18 -07:00
Sugu Sougoumarane
1520d4c736
Merge pull request #4299 from planetscale/ss-dox
...
doc: FAQ
2018-10-25 16:53:19 -07:00
Derek Perkins
59dcd26480
doc: address review comments
...
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-10-25 16:46:04 -07:00
Sugu Sougoumarane
9c63fa700a
resharding: ShowResharding
...
A convenient command for displaying all resharding related data.
This change somehow exposed a race in the unit test. Fixed that
also.
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-10-22 11:06:19 -07:00
Sugu Sougoumarane
983d7e249d
doc: FAQ
...
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-10-21 20:18:21 -07:00
Sugu Sougoumarane
c2aec6cf3c
resharding: update documentation
...
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-10-21 12:38:14 -07:00
Sugu Sougoumarane
8f2ccae2a1
Merge pull request #4225 from planetscale/ss-dox
...
VTTablet Modes
2018-10-15 09:50:07 -07:00
Sugu Sougoumarane
b2f485e2ea
doc: addres review comments for VTTabletModes.doc
...
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-10-13 12:40:47 -07:00
Derek Perkins
affebed7a2
go: update to go 1.11
...
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2018-10-05 14:42:05 -06:00
Derek Perkins
f34b27ffcc
doc: fix keypsace typos
...
Signed-off-by: Derek Perkins <derek@derekperkins.com>
2018-10-04 08:45:21 -06:00
Sugu Sougoumarane
652d61b5ef
Create VTTabletModes.md
...
Describe important config parameters of vttablet.
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-09-29 18:08:26 -07:00
Sugu Sougoumarane
b416c1f962
Merge pull request #4107 from gbird3/update-k8s-docs
...
update docs to use new proxy url in k8s example
2018-09-04 20:04:02 -07:00
Sugu Sougoumarane
57bd46035a
Merge pull request #4124 from vitessio/fix-vtexplain-docs
...
update vtexplain docs
2018-08-12 09:38:58 -07:00
Michael Demmer
4155423236
update vtexplain docs
...
Replace the output section with the more up-to-date format and add some explanatory text for how to interpret it.
Signed-off-by: Michael Demmer <mdemmer@slack-corp.com>
2018-08-06 14:40:38 -07:00
deepthi
f9020f0e49
OSX getting started docs
...
Signed-off-by: deepthi <deepthi@planetscale.com>
2018-08-06 10:57:33 -07:00
Greg Bird
a59931c151
update docs to use new proxy url in k8s example
...
Signed-off-by: Greg Bird <greg.bird@joltup.com>
2018-07-26 17:05:33 -06:00
Sugu Sougoumarane
f1b1068a59
nomycnf: add use_ssl flag
...
It's possible one may want to enable SSL for just the repl
user because replication can happen on open networks.
The per-user use_ssl flag allows you to select which
connections use ssl and which don't.
DBConfigs has been refactored to use a map instead of
hardcoded user configs. This reduces boilerplating.
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-07-16 13:21:54 -07:00
Sugu Sougoumarane
7df31168a8
nomycnf: remove leftover legacy params
...
* Remove legacy parameters from examples.
* Add comments.
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-07-15 21:09:27 -07:00
lokanadham100
7b437fae7c
updating VSchema doc for reverse_bits
...
Signed-off-by: lokanadham100 <lokanadham100@gmail.com>
2018-06-21 17:55:46 +05:30
Adrianna Tan
094ba15900
Updating meeting notes with minutes from June 2018's Vitess monthly meeting, with fix.
...
Signed-off-by: Adrianna Tan <skinnylatte@gmail.com>
2018-06-14 10:12:05 -07:00
Adrianna Tan
0ac9fb9c6e
Updating meeting notes with minutes from June 2018's Vitess monthly meeting
...
Signed-off-by: Adrianna Tan <skinnylatte@gmail.com>
2018-06-14 09:58:05 -07:00
Adrianna Tan
49171b5388
Submitting agenda for June 2018 Vitess monthly meeting
...
Signed-off-by: Adrianna Tan <skinnylatte@gmail.com>
2018-06-11 17:05:38 -07:00
Sugu Sougoumarane
baff2b6d9a
Merge pull request #3922 from dweitzman/opentsdb_backend
...
Basic support for -stats_backend opentsdb
2018-06-01 19:05:05 -07:00
David Weitzman
76e01b657a
Basic support for -stats_backend opentsdb
...
Signed-off-by: David Weitzman <dweitzman@pinterest.com>
2018-06-01 11:13:00 -07:00
Sugu Sougoumarane
4b10c0d2af
Merge pull request #3967 from tinyspeck/meetup_notes
...
Meetup notes 05-10-2018
2018-05-23 08:39:16 -07:00
Rafael Chacon
8db529f7b4
Update 05-10-2018.md
...
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
2018-05-23 08:33:24 -07:00
Daniël van Eeden
3072255e43
Add section about MySQL SSL/TLS support
...
Signed-off-by: Daniël van Eeden <git@myname.nl>
2018-05-23 15:52:26 +02:00
Rafael Chacon
0e31cc8fd0
Meetup notes 05-10-2018
...
Signed-off-by: Rafael Chacon <rafael@slack-corp.com>
2018-05-22 20:38:59 -07:00
Sugu Sougoumarane
eee72b02e0
Merge pull request #3961 from dveeden/docs_correct_preview_script_location
...
docs: use the correct script for website preview
2018-05-22 16:02:22 -07:00
Daniël van Eeden
f574663154
docs: use the correct script for website preview
...
Signed-off-by: Daniël van Eeden <git@myname.nl>
2018-05-22 10:32:32 +02:00
Daniël van Eeden
4d57e74ba1
docs: Add link to RBR doc in SBR section of server configuration
...
Signed-off-by: Daniël van Eeden <git@myname.nl>
2018-05-22 10:23:09 +02:00
Sugu Sougoumarane
bb15a24030
Merge pull request #3952 from dveeden/docs_duplicate_debug_health
...
docs: remove duplicate /debug/health on server-configuration
2018-05-21 07:41:57 -07:00
Daniël van Eeden
b52bac33f7
docs: suggest to use git commit -s
...
Signed-off-by: Daniël van Eeden <git@myname.nl>
2018-05-21 16:12:09 +02:00
Daniël van Eeden
b6328b0e84
docs: remove duplicate /debug/health on server-configuration
...
Signed-off-by: Daniël van Eeden <git@myname.nl>
2018-05-21 15:52:04 +02:00