Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modify the default grpc keepalive time parameter #5478

Closed
wants to merge 957 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 6, 2020

  1. Merge pull request vitessio#5790 from planetscale/tal_merge_sharding

    Merge Sharding tests in Go migrated from Python
    deepthi authored Feb 6, 2020
    Configuration menu
    Copy the full SHA
    ebe6d45 View commit details
    Browse the repository at this point in the history
  2. First pass in executor tests

    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    535ec72 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Full pass on codebase. Need to double check later

    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e94925b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into sa-executor-test-…

    …cleanup
    
    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    39746e5 View commit details
    Browse the repository at this point in the history
  3. migrating mysqlctld python testcases to go (vitessio#5774)

    * initial commit for backup_only
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * changes in package structure
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * updating package name and fixing a test
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * removed unrequired teardown code
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * Removed debug code
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * inital commit for xtrabackup
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * fix sequencing of cleanup
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * fix terminate restore for xtrabackup
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * updated config for xtrabackup
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * backup-mysqlctld: mysqlctld setup module created.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * added xtrabackup stream mode
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * updated config for xtrabackup stream
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * minor changes to config
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * initial commit for backup_only
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * changes in package structure
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * updating package name and fixing a test
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * removed unrequired teardown code
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * Removed debug code
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * inital commit for xtrabackup
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * fix sequencing of cleanup
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * fix terminate restore for xtrabackup
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * updated config for xtrabackup
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * added xtrabackup stream mode
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * updated config for xtrabackup stream
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * minor changes to config
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * rebased to resolve conflict
    
    Signed-off-by: Arindam Nayak <[email protected]>
    
    * backup-mysqlctld: mysqlctld health check changes.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * backup_mysqlctld: mysqlctld teardown fixes. vttablet restart method created.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * backup-mysqlctld: mysqlctld restart fixed, backup utils refactor.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * backup_transform_mysqlctld: backup_transform testing using mysqlctld.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * Added percona 56 new dependency
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * Putting the dependency at right place
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * updated apt tp apt-get
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * corrected the typo
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * fixed a comma in config.json
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * review changes.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * test added in config.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * package name changed.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * mysql_ctld: file name change.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * mysqlctld: review changes,
    code refactor, removed some functions.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * backup_transform: refator.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * backup_mysqlctld: config changes.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * restore vtBackup test
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * redistribute travis tests
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * updated shard matrix for transform test
    
    Signed-off-by: Ajeet jain <[email protected]>
    
    * mysqlctld: mysqlctld teardown issue resolved.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * mysqlctld: mysqlctld teardown issue resolved.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * mysql-ctld: process teardown changes.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * review changes and newConnection method modified.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * mysqlctld: process hang issue resolved.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    Co-authored-by: Ajeet Jain <[email protected]>
    Co-authored-by: Arindam Nayak <[email protected]>
    Co-authored-by: Deepthi Sigireddi <[email protected]>
    4 people authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    04471b2 View commit details
    Browse the repository at this point in the history
  4. add more docs to flag, wait for mysqld before attempting to populate …

    …metadata
    
    Signed-off-by: deepthi <[email protected]>
    deepthi committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    7bc9bf5 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into messaging

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    1396299 View commit details
    Browse the repository at this point in the history
  6. messaging: review changes.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    591b895 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'vitess/master' into messaging

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8914cab View commit details
    Browse the repository at this point in the history
  8. updated config.json to use dummy file name

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    8f1f4c6 View commit details
    Browse the repository at this point in the history
  9. fixed test.go framework for go cluster tests

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    2580188 View commit details
    Browse the repository at this point in the history
  10. added consul and zookeeper in the endtoend yaml

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    17712eb View commit details
    Browse the repository at this point in the history
  11. download and unzip consul

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    3a31d29 View commit details
    Browse the repository at this point in the history
  12. trying different way for consul

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c7f1cad View commit details
    Browse the repository at this point in the history
  13. vreplication: fix bug on stop position

    Fixes vitessio#5800
    
    The function hasAnother commit is supposed to separate out events
    that have to be applied in a transaction from events that are
    applied as autocommits. But it was not checking for the OTHER
    and JOURNAL events. They should not be batched with regular
    transactions.
    
    This caused a bug where a regular transaction occured followed
    by an OTHER event. The apply of this event happened assuming
    autocommit behavior, but it actually got added to the previous
    uncommitted transaction.
    
    If the stop position is reached at this point, vplayer exits
    because it thinks the autocommit happened, and the entire
    transaction gets rolled back, and the stop position ends
    up not being actually reached.
    
    The copier which expects this behavior will then start applying
    the next set of rows, but they are not consistent with the current
    stop position. This will cause the target to go out of sync.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    9ad72cc View commit details
    Browse the repository at this point in the history
  14. fix the typo

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e518135 View commit details
    Browse the repository at this point in the history
  15. vreplication: add more logging

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    50dff38 View commit details
    Browse the repository at this point in the history
  16. Merge pull request vitessio#5801 from planetscale/ss-vrepl-fix-stopat

    vreplication: fix bug on stop position
    deepthi authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c836e8e View commit details
    Browse the repository at this point in the history
  17. Merge pull request vitessio#5795 from planetscale/messaging

    migrating messaging python testcase to go
    deepthi authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    f4a573b View commit details
    Browse the repository at this point in the history
  18. vrepl: address review comment

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    d028aa7 View commit details
    Browse the repository at this point in the history
  19. Re-enable MySQL 8.0 unit test

    Fetch MariaDB 10.1 from MariaDB repos (works more consistently)
    
    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    7953a5a View commit details
    Browse the repository at this point in the history
  20. Merge pull request vitessio#5792 from planetscale/ss-vrepl-fixes

    vrepl: improve some failure handling
    sougou authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    68a701c View commit details
    Browse the repository at this point in the history
  21. vrepl: document vstreamer.go, binlogdata.proto

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    9978350 View commit details
    Browse the repository at this point in the history
  22. vrepl: more comments for vstreamer & binlogdata

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    e276117 View commit details
    Browse the repository at this point in the history
  23. Add non-interactive bits back

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c48e83f View commit details
    Browse the repository at this point in the history
  24. Disable last 2 travis shards

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    19132b9 View commit details
    Browse the repository at this point in the history
  25. Merge pull request vitessio#5803 from planetscale/morgo-enable80-unit…

    …-again
    
    Re-enable MySQL 8.0 unit test
    morgo authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    c1057b6 View commit details
    Browse the repository at this point in the history
  26. Merge pull request vitessio#5805 from planetscale/morgo-travis-disable

    Disable last 2 travis shards
    deepthi authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    4235fd2 View commit details
    Browse the repository at this point in the history
  27. Merge pull request vitessio#5797 from planetscale/sa-executor-test-cl…

    …eanup
    
    Clean up: Use require.NoError in Tests.
    deepthi authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    91b57fa View commit details
    Browse the repository at this point in the history
  28. Merge pull request vitessio#5783 from planetscale/ds-local-metadata

    populate local_metadata after agent has been initialized
    deepthi authored Feb 7, 2020
    Configuration menu
    Copy the full SHA
    2794cb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2020

  1. WIP - refactor examples

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    631322d View commit details
    Browse the repository at this point in the history
  2. WIP - refactor examples

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    c2f2dc9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'morgo-refactor-examples' of github.com:planetscale/vite…

    …ss into morgo-refactor-examples
    
    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    fd28018 View commit details
    Browse the repository at this point in the history
  4. More refactoring

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    4979d1c View commit details
    Browse the repository at this point in the history
  5. More refactoring

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    2b743fd View commit details
    Browse the repository at this point in the history
  6. Remove sleep calls from scripts, cleanup

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    aa3ab37 View commit details
    Browse the repository at this point in the history
  7. Fix accidentally unstaged files

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    08ff7c6 View commit details
    Browse the repository at this point in the history
  8. Fix vtctld not backgrounding

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    a5ba645 View commit details
    Browse the repository at this point in the history
  9. Fix client_test breakage

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    5c51569 View commit details
    Browse the repository at this point in the history
  10. Fix client_test

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 8, 2020
    Configuration menu
    Copy the full SHA
    690a4f4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

  1. stats: refactor counters for drop dimensions

    Also, the old code was badly written.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    4a3a98b View commit details
    Browse the repository at this point in the history
  2. stats: drop dimension

    This feature implements the drop dimension part of vitessio#5791.
    
    The dropping of dimensions is not applicable to all stats vars.
    We drop dimensions for counters and timings, but not gauges.
    This also doesn't work for func based vars, but those are now
    unused for counters and timings.
    
    The feature doesn't actually drop the dimension. Instead, it
    consolidates all the different values into a single "all"
    category. This approach is more backward compatible and allows
    for going back and forth, because the label itself continues
    to exist in both scenarios.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 9, 2020
    Configuration menu
    Copy the full SHA
    b5066e3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. trying after removing the path

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    851a851 View commit details
    Browse the repository at this point in the history
  2. trying with make tools

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    52404e3 View commit details
    Browse the repository at this point in the history
  3. fir indentation and trying with minimaltools

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    ab1b89e View commit details
    Browse the repository at this point in the history
  4. added source build.env back

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    aaf4741 View commit details
    Browse the repository at this point in the history
  5. added zookeeper and removed flaky test

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    3b3c606 View commit details
    Browse the repository at this point in the history
  6. Fixing test framework for zookeeper

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    1b38761 View commit details
    Browse the repository at this point in the history
  7. removing if condition from make tools

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2c00f4e View commit details
    Browse the repository at this point in the history
  8. adding source back in the sh file

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    4ff1776 View commit details
    Browse the repository at this point in the history
  9. adding if condition for make tool

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    d1e1326 View commit details
    Browse the repository at this point in the history
  10. added tabletmanager master test back

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    372ff26 View commit details
    Browse the repository at this point in the history
  11. stats: dropped dimension: fix empty label bug

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    468ead0 View commit details
    Browse the repository at this point in the history
  12. updated if condition

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    fc8896d View commit details
    Browse the repository at this point in the history
  13. stats: drop dimension: address review comments

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    cb2f6aa View commit details
    Browse the repository at this point in the history
  14. updating syntax

    Signed-off-by: Ajeet jain <[email protected]>
    t push -f origin test_config_changes
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    f6c8901 View commit details
    Browse the repository at this point in the history
  15. removed flaky test

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0ee5f0b View commit details
    Browse the repository at this point in the history
  16. Merge pull request vitessio#5798 from planetscale/test_config_changes

    updated config.json to use dummy file name
    morgo authored Feb 10, 2020
    Configuration menu
    Copy the full SHA
    0c35a6f View commit details
    Browse the repository at this point in the history
  17. Add parse_test but needs fix

    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    26d5c26 View commit details
    Browse the repository at this point in the history
  18. Fix IndexHints node formatter

    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    9804926 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Merge pull request vitessio#5811 from planetscale/support-empty-index…

    …-hints
    
    Support USE INDEX ()
    sougou authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    22e1ce9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vitessio#5808 from planetscale/morgo-refactor-exam…

    …ples
    
    Refactor local example
    sougou authored Feb 12, 2020
    Configuration menu
    Copy the full SHA
    20fa9d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. docker: Add sysstat and strace to vitess/lite.

    These are useful for diagnostics on running containers.
    
    Signed-off-by: Anthony Yeh <[email protected]>
    enisoc committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    40a8356 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vitessio#5814 from planetscale/docker-sysstat

    docker: Add sysstat and strace to vitess/lite.
    sougou authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    e9a6cb0 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    edad6f8 View commit details
    Browse the repository at this point in the history
  2. stats: drop variables: ability to drop variables

    It turns out that combining dimensions doesn't address all use cases.
    Gauges are also susceptible to cause huge /debug/vars. This additional
    feature allows you to drop specific variables from being exported.
    
    Ideally, they should also not be tracked. But we can iterate on this
    improvement later.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    308b4ec View commit details
    Browse the repository at this point in the history
  3. Merge pull request vitessio#5819 from planetscale/jacques_vs_plugincreds

    Add credentials plugin lookup for vstreamer master position lookup.
    sougou authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    30b2ff5 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Replacing 'HTTP' by 'HTTPS' for securing links

    Currently, when we access github.com with HTTP, it is redirected to HTTPS automatically. So this commit aims to replace http://github.com by https://github.com for security.
    
    Signed-off-by: Kim Bao Long <[email protected]>
    longkb committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    64437c8 View commit details
    Browse the repository at this point in the history
  2. Initial changes to update in plan and engine

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    cc4617d View commit details
    Browse the repository at this point in the history
  3. vtctld web test .

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    54afe78 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'vitess/master' into web-test

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    d94461f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into web-test

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b2050b7 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'vitess/master' into web-test

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    9f994f0 View commit details
    Browse the repository at this point in the history
  7. testcase added in config.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    c2c375b View commit details
    Browse the repository at this point in the history
  8. removed unsed functions.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    6c71bb2 View commit details
    Browse the repository at this point in the history
  9. comments added for the functions.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    9b835bf View commit details
    Browse the repository at this point in the history
  10. Plan IN updates with scatter for now

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    4b40129 View commit details
    Browse the repository at this point in the history
  11. Add transaction_read_only keyword

    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    3892759 View commit details
    Browse the repository at this point in the history
  12. wip - some tests still red

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    4236cb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2020

  1. vtworker tests migrated in go (vitessio#5794)

    * first commit worker tests migrated in go
    
    Signed-off-by: saurabh <[email protected]>
    
    * added testcase for worker test when mysql down
    
    Signed-off-by: saurabh <[email protected]>
    
    * added vtworker webinterface tests
    
    Signed-off-by: saurabh <[email protected]>
    
    * code clean-up moved common code to utils
    
    Signed-off-by: saurabh <[email protected]>
    
    * modifying config.json
    
    Signed-off-by: saurabh <[email protected]>
    
    * update config.json
    
    Signed-off-by: saurabh <[email protected]>
    
    * fixing throttling service assertions
    
    Signed-off-by: saurabh <[email protected]>
    
    * fixing throttling assertions failures and addressed review comments
    
    Signed-off-by: saurabh <[email protected]>
    
    * fixing throttling assertions failures and addressed review comments
    
    Signed-off-by: saurabh <[email protected]>
    
    * adding 2 minutes max waittime for throttler registration
    
    Signed-off-by: saurabh <[email protected]>
    
    * validating worker python testcase in github workflow
    
    Signed-off-by: saurabh <[email protected]>
    
    * modifying configurations
    
    Signed-off-by: saurabh <[email protected]>
    saurabh408 authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    9622e08 View commit details
    Browse the repository at this point in the history
  2. trivial fix typo

    Signed-off-by: Pham Duc Hanh <[email protected]>
    Pham Duc Hanh committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    3955b46 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'vitess/master' into web-test

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    8e3bb78 View commit details
    Browse the repository at this point in the history
  4. bootstrap.sh changed for install chromedriver.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    8412804 View commit details
    Browse the repository at this point in the history
  5. Fixed Update test cases

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    e224230 View commit details
    Browse the repository at this point in the history
  6. empty text reading of the component fixed.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    f57c316 View commit details
    Browse the repository at this point in the history
  7. port base changed.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    bc10b6b View commit details
    Browse the repository at this point in the history
  8. port range changed.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    fb21d72 View commit details
    Browse the repository at this point in the history
  9. scatter delete support for complex where clause

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    f2dbd11 View commit details
    Browse the repository at this point in the history
  10. Fix consul dependency

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 19, 2020
    Configuration menu
    Copy the full SHA
    5240335 View commit details
    Browse the repository at this point in the history
  11. Merge pull request vitessio#5824 from longkb/replace_http_git

    Replacing 'HTTP' by 'HTTPS' for securing links
    morgo authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    80a9189 View commit details
    Browse the repository at this point in the history
  12. Merge pull request vitessio#5804 from planetscale/ss-vrepl-doc-vstreamer

    vrepl: document vstreamer and binlogdata
    morgo authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    5ed9f2f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d533bf8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request vitessio#5831 from planetscale/morgo-fix-consul

    Fix consul dependency
    deepthi authored Feb 19, 2020
    Configuration menu
    Copy the full SHA
    3a293f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2020

  1. trying out docker test for web vtctl

    Signed-off-by: Ajeet Jain <[email protected]>
    
    Signed-off-by:  <[email protected]>
    ajeetj committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    499168a View commit details
    Browse the repository at this point in the history
  2. Use require in test

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    74f6b09 View commit details
    Browse the repository at this point in the history
  3. increase num of records inserted

    Signed-off-by: saurabh <[email protected]>
    saurabh408 committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    68fba7d View commit details
    Browse the repository at this point in the history
  4. Update test assertions

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    b3cadd9 View commit details
    Browse the repository at this point in the history
  5. vtworker insert value change.

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    ddc1fb4 View commit details
    Browse the repository at this point in the history
  6. Use go modules and fix build

    Now everything described in the README works with the new paths.
    
    Signed-off-by: Shaun Verch <[email protected]>
    sverch committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    0ac2441 View commit details
    Browse the repository at this point in the history
  7. tools/make-release-packages.sh: install dir tweaks

    Signed-off-by: Gary Edgar <[email protected]>
    gedgar committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    2e44ce1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. made seperate githuv action file for web test

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    776536b View commit details
    Browse the repository at this point in the history
  2. added the value of shard for web test

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    3342d58 View commit details
    Browse the repository at this point in the history
  3. added comment for docker run inside test.go

    Signed-off-by: Ajeet jain <[email protected]>
    ajeetj committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2a8b8fe View commit details
    Browse the repository at this point in the history
  4. removing service map

    Signed-off-by: saurabh <[email protected]>
    saurabh408 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2f2fa8c View commit details
    Browse the repository at this point in the history
  5. increase num of records inserted

    Signed-off-by: saurabh <[email protected]>
    
    Signed-off-by: pradip parmar <[email protected]>
    saurabh408 authored and princeparmar committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    b758f36 View commit details
    Browse the repository at this point in the history
  6. removed cell var (unused var).

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    6fc957a View commit details
    Browse the repository at this point in the history
  7. Refactor - unify planning of UPDATE and DELETE

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    60f5bec View commit details
    Browse the repository at this point in the history
  8. added and fixed tests

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    d862ca3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88af387 View commit details
    Browse the repository at this point in the history
  10. migrating xb-recovery python testcase to go (vitessio#5799)

    * xb-recovery: xtra backup recovery for sharded and unshared cluster.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * vtworker fix.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * increase num of records inserted
    
    Signed-off-by: saurabh <[email protected]>
    
    Co-authored-by: saurabh408 <[email protected]>
    princeparmar and saurabh408 authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    6ffef46 View commit details
    Browse the repository at this point in the history
  11. Support Delete Scatter for owned vindex

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    47d7b2b View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'upstream/master' into code_coverage_tra…

    …cking
    
    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    c4488b5 View commit details
    Browse the repository at this point in the history
  13. Merge pull request vitessio#5702 from planetscale/code_coverage_tracking

    Code coverage tracking
    morgo authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    a911369 View commit details
    Browse the repository at this point in the history
  14. limit healthchecking when we pass in keyspaces_to_watch

    Signed-off-by: Serry Park <[email protected]>
    
    Signed-off-by: Serry Park <[email protected]>
    spark4 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    a4055f1 View commit details
    Browse the repository at this point in the history
  15. vrepl: vplayer must rollback on exit

    There were code paths where vplayer had an open transaction on
    its dbclient connection, which got accidentally continued by
    the copier. This caused production issues with some users.
    
    The specific use case that was observed is:
    * vreplication performs catchup.
    * While it's in the middle of an apply, the context is canceled.
    * The copier has no work.
    * vreplication is asked to resume from the last saved position.
    * It replays the same statements already in the transaction.
    * This leads to dup key errors.
    
    This fix conservatively rolls back dbclient before exiting.
    The dbclient itself skips rollback if it's not in a transaction.
    This change leads to relieable rollbacks where needed. At the
    same time, there are no spurious rollbacks if we didn't start
    a transaction.
    
    As safety, I've added an extra rollback in the vreplicator loop
    just in case the underlying functions accidentally leave an
    incomplete transaction open.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    c051a70 View commit details
    Browse the repository at this point in the history
  16. Merge pull request vitessio#5842 from planetscale/ss-vrepl-bug-rollback

    vrepl: vplayer must rollback on exit
    sougou authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    eb94add View commit details
    Browse the repository at this point in the history
  17. Merge pull request vitessio#5815 from tinyspeck/sp-limit-hc-by-keyspace

    Healthcheck - limit healthchecks by keyspace
    rafael authored Feb 21, 2020
    Configuration menu
    Copy the full SHA
    edb59bd View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. fix autocommit and executor test

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    dae31b7 View commit details
    Browse the repository at this point in the history
  2. Simplify DML planning

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    4dd79d3 View commit details
    Browse the repository at this point in the history
  3. Test cleaning

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    2312f0e View commit details
    Browse the repository at this point in the history
  4. vdiff: refactor MergeSort for readability

    MergeSort as a function that required a VCursor that performed
    scatter queries was hard to use from outside of the engine code.
    
    In the new change, MergeSort is a Primitive that directly drives
    other sub-Primitives. This greatly simplifies the vdiff code,
    removing the need for a mergeSorter and a resultStreamer.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    d74e4d1 View commit details
    Browse the repository at this point in the history
  5. vdiff: document vdiff.go

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    44ddea8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vitessio#5828 from hanhpd/typo

    trivial fix typo
    sougou authored Feb 22, 2020
    Configuration menu
    Copy the full SHA
    89fb748 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Add keyword support for unique_checks

    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    42c8f17 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Merge remote-tracking branch 'vitess/master' into web-test

    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    9ef5649 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e31b245 View commit details
    Browse the repository at this point in the history
  3. bump netty-handler to 4.1.45.Final and tcnative-boring-ssl to 2.0.28.…

    …Final
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    154b86e View commit details
    Browse the repository at this point in the history
  4. Addressed Review Comments

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    8b257f8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vitessio#5848 from harshit-gangal/netty-bump

    Java Netty Version bump to Fix Vulnerability
    sougou authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    a9d7156 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vitessio#5826 from planetscale/web-test

    migrating vtctld-web python testcase to go
    morgo authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    678e999 View commit details
    Browse the repository at this point in the history
  7. Add -db_connect_timeout_ms for timing out mysqld conns.

    While testing vttablet-mysqld over TCP, we noticed mysql.Connect
    sometimes blocks forever if the backend mysqld hit max conns. This
    patch adds a timeout to this codepath. It defaults to 0 (no timeout)
    for back compatibility.
    
    Signed-off-by: Adam Saponara <[email protected]>
    adsr committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    e8b87f9 View commit details
    Browse the repository at this point in the history
  8. Teardown fixes (vitessio#5837)

    * teardown fixes: fixed unlinked shard objects.
    replaced assert.Nil with require.NoError to
    handle teardown while error in setup or restart process.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * replaced all assert.NotNil to require.Error.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * revert noError to nil
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * removed unwanted space causing test case failure.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * removed exit response wait from srop method of mysqlctld.
    
    Signed-off-by: pradip parmar <[email protected]>
    princeparmar authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    802e1bd View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master' into sa-ignore-unique-…

    …checks
    
    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    b58bd1c View commit details
    Browse the repository at this point in the history
  10. Merge pull request vitessio#5761 from evalsocket/fix-5060

    Add escape and quote to mysql password from mysqlctl/mysqld.go
    morgo authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    62f4a51 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into j0_add_are_you_alive

    Signed-off-by: Shaun Verch <[email protected]>
    sverch committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1809bfc View commit details
    Browse the repository at this point in the history
  12. PlannedReparentShard: always create a new context for calling UndoDem…

    …oteMaster
    
    Signed-off-by: deepthi <[email protected]>
    deepthi committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    056b18f View commit details
    Browse the repository at this point in the history
  13. vitessdriver: add ability to set custom gRPC dial options

    Signed-off-by: Derrick Laird <[email protected]>
    MordFustang21 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    deb5ea3 View commit details
    Browse the repository at this point in the history
  14. Merge pull request vitessio#5841 from planetscale/ds-prs-new-ctx-for-…

    …undo
    
    PlannedReparent: create a new context for calling UndoDemoteMaster
    deepthi authored Feb 24, 2020
    Configuration menu
    Copy the full SHA
    1aeb13e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. vitessdriver: change how defaults are set

    Move setDefaults() on the configuration so the driver
    is always dialing with protocol so the flag in vtgateconn
    doesn't affect it.
    
    Signed-off-by: Derrick Laird <[email protected]>
    MordFustang21 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a9928e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vitessio#5820 from MordFustang21/master

    vitessdriver: add ability to set custom gRPC dial options
    derekperkins authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    830f0db View commit details
    Browse the repository at this point in the history
  3. updated sonar github workflow

    Signed-off-by: Arindam Nayak <[email protected]>
    arindamnayak committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    c040c88 View commit details
    Browse the repository at this point in the history
  4. Pass SQL_QUOTE_SHOW_CREATE keyword

    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    21d4a14 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vitessio#5856 from planetscale/sa-quote-show-create

    Pass SQL_QUOTE_SHOW_CREATE keyword
    sougou authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    f5b6df7 View commit details
    Browse the repository at this point in the history
  6. migrating vttest_sample python to go (vitessio#5838)

    * xb-recovery: xtra backup recovery for sharded and unshared cluster.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * vtworker fix.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * increase num of records inserted
    
    Signed-off-by: saurabh <[email protected]>
    
    * vttext-sample test case migrating to golang.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * shard 25 removed from matrix.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * timeout increased.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * timeout set to 10 min.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * renamed shard 25 to shard 10 and shard 26 to shard 25.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    Co-authored-by: saurabh408 <[email protected]>
    princeparmar and saurabh408 authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    beb381e View commit details
    Browse the repository at this point in the history
  7. Merge pull request vitessio#5849 from planetscale/ar_reqr_no_error

    Fix sonar analysis on master branch
    deepthi authored Feb 25, 2020
    Configuration menu
    Copy the full SHA
    ad4e47a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e30a42 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'master' into j0_add_are_you_alive

    Signed-off-by: Shaun Verch <[email protected]>
    sverch committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    05affe0 View commit details
    Browse the repository at this point in the history
  10. Fix conflict

    Signed-off-by: Saif Alharthi <[email protected]>
    saifalharthi committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    0634bfb View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. tablet query engine: introduce -enable-consolidator-replicas

    This diff creates the possibility to start a tablet with
    "-enable-consolidator=false -enable-consolidator-replicas" so
    that query consolidation is enabled only for non-master instance
    types.
    
    This allows using the consolidator while keeping the agreement that
    OLTP reads from master have read-committed consistency while replicas
    have inconsistent reads.
    
    See vitessio#4058
    
    Signed-off-by: David Weitzman <[email protected]>
    dweitzman committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    8056e74 View commit details
    Browse the repository at this point in the history
  2. Use a timeout to update topo during vttablet shutdown

    Signed-off-by: deepthi <[email protected]>
    deepthi committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    2f20bbc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

  1. Added end-to-end tests

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    40ca5cd View commit details
    Browse the repository at this point in the history
  2. Remove kubernetes template from example

    Signed-off-by: Yuvraj <[email protected]>
    Yuvraj committed Feb 27, 2020
    Configuration menu
    Copy the full SHA
    50bed0a View commit details
    Browse the repository at this point in the history
  3. Merge pull request vitessio#5865 from planetscale/ds-tablet-topo-upda…

    …te-ctx
    
    Use a timeout to update topo during vttablet shutdown
    deepthi authored Feb 27, 2020
    Configuration menu
    Copy the full SHA
    aa9915a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

  1. Merge pull request vitessio#5846 from planetscale/sa-ignore-unique-ch…

    …ecks
    
    Add keyword support for unique_checks
    sougou authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    57ffb76 View commit details
    Browse the repository at this point in the history
  2. vdiff: address review comments

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    a7b828c View commit details
    Browse the repository at this point in the history
  3. Merge pull request vitessio#5829 from harshit-gangal/updatein

    Support DML scatter queries with lookup vindexes
    sougou authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    2c2c759 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vitessio#5827 from planetscale/sa-add-new-syntax

    Add transaction_read_only keyword
    sougou authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    6133418 View commit details
    Browse the repository at this point in the history
  5. Support for LIMIT clause in GROUP_CONCAT()

    Introduced in MariaDB 10.3
    
    https://jira.mariadb.org/browse/MDEV-11297
    
    Signed-off-by: Alex Sladkov <[email protected]>
    narkq committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    202024d View commit details
    Browse the repository at this point in the history
  6. Make it possible to update all tests in one pass

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    7f1dae8 View commit details
    Browse the repository at this point in the history
  7. Merge pull request vitessio#5845 from planetscale/ss-vrepl-better-vdiff

    vrepl: refactor vdiff for readability and add comments
    deepthi authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    1eb4277 View commit details
    Browse the repository at this point in the history
  8. Remove kubernetes template from example

    Signed-off-by: Yuvraj <[email protected]>
    Yuvraj committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5148a38 View commit details
    Browse the repository at this point in the history
  9. Documentation removed

    Signed-off-by: Yuvraj <[email protected]>
    Yuvraj committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    1eb28af View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2020

  1. mysql: remove allocation of unused bytes

    Signed-off-by: Andy Bursavich <[email protected]>
    abursavich committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    4bf6010 View commit details
    Browse the repository at this point in the history
  2. Update document for docker build

    Signed-off-by: Yuvraj <[email protected]>
    Yuvraj committed Feb 29, 2020
    Configuration menu
    Copy the full SHA
    30febaa View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. vrepl: document vstreamer/planbuilder.go

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    4065615 View commit details
    Browse the repository at this point in the history
  2. vrepl: improve row and result streamers

    The new implementation starts a transaction after locking the
    tables instead of issuing the read query. This guarantees that
    we'll release the table locks immediately. Otherwise, there's
    no guarantee about when the first results will be returned.
    
    Also, the logic to do the snapshotting has been moved into
    a reusable connection wrapper, which is a more elegant approach.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    d95ad8a View commit details
    Browse the repository at this point in the history
  3. Added /debug/vrlog endpoint. Initial commit, untested

    Signed-off-by: Rohit Nayak <[email protected]>
    rohit-nayak-ps authored and sougou committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    2724ba1 View commit details
    Browse the repository at this point in the history
  4. mysql: flush buffer on inactivity

    The mysql server uses buffered I/O. This works fine if the results
    are streamed all at once. But if the streaming is intermitent, like
    in the case of messages, the client may not get timely responses.
    
    This new change flushes any unsent data if no other data is sent
    within mysql_server_flush_delay (100ms).
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    8383470 View commit details
    Browse the repository at this point in the history
  5. stats: address review comments

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    dd1b569 View commit details
    Browse the repository at this point in the history
  6. fix flakiness of TestMessageManagerSend

    Signed-off-by: Kazushi Kitaya <[email protected]>
    kkty committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    6bde946 View commit details
    Browse the repository at this point in the history
  7. graceful shutdown using ctr+c (vitessio#5855)

    * created teardown handler on interupt signal. also added panic handler
    in each testcase to handle the unwanted panics.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * handled nil cancelFun issue.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * panic handler to each testcase.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * panic handler at starting of each main test.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * teardown fixes when process exits because of panic.
    
    Signed-off-by: pradip parmar <[email protected]>
    
    * comment for mutex in cluster.
    
    Signed-off-by: pradip parmar <[email protected]>
    princeparmar authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    16bf503 View commit details
    Browse the repository at this point in the history
  8. Merge pull request vitessio#5809 from planetscale/ss-drop-dimension

    stats: drop dimension
    deepthi authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    69f3414 View commit details
    Browse the repository at this point in the history
  9. Update examples/are-you-alive/README.md

    Co-Authored-By: Deepthi Sigireddi <[email protected]>
    Signed-off-by: Shaun Verch <[email protected]>
    sverch and deepthi committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    cc7ea16 View commit details
    Browse the repository at this point in the history
  10. Address review comments

    Signed-off-by: Shaun Verch <[email protected]>
    sverch committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    86ceabe View commit details
    Browse the repository at this point in the history
  11. Merge pull request vitessio#5646 from planetscale/j0_add_are_you_alive

    Add are you alive example
    deepthi authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    b61bb5b View commit details
    Browse the repository at this point in the history
  12. Merge pull request vitessio#5878 from planetscale/ss-better-streamer

    vrepl: improve row and result streamers
    deepthi authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    6ad75bd View commit details
    Browse the repository at this point in the history
  13. Merge pull request vitessio#5879 from planetscale/ss-mysql-flush

    mysql: flush buffer on inactivity
    deepthi authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    6b76953 View commit details
    Browse the repository at this point in the history
  14. Merge pull request vitessio#5874 from abursavich/patch-1

    Remove allocation of unused bytes
    deepthi authored Mar 2, 2020
    Configuration menu
    Copy the full SHA
    2abd04f View commit details
    Browse the repository at this point in the history
  15. Log when we fail to accept a conn

    Signed-off-by: Serry Park <[email protected]>
    spark4 committed Mar 2, 2020
    Configuration menu
    Copy the full SHA
    de0e7c4 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Merge pull request vitessio#5881 from tinyspeck/sp-log-conn-accept-err

    Log when we fail to accept a conn
    rafael authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    f0797e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request vitessio#5880 from kkty/fix-flaky-test

    fix flakiness of TestMessageManagerSend
    sougou authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    62a007d View commit details
    Browse the repository at this point in the history
  3. Instead of failing when trying to skip updates, fallback on slower mode

    When updating consistent lookup vindexes, we see if anything really did change,
    before updating the vindex. If nothing changes, we can skip updating the vindex.
    
    Sometimes, we encounter errors when checking if we can shortcut the updates.
    Instead of passing on there errors, we'll now fall back on the slower mode and execute the update.
    
    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    1e0fabc View commit details
    Browse the repository at this point in the history
  4. Merge pull request vitessio#5883 from systay/consusten-lookup-tests

    Instead of failing when trying to skip updates, fallback on slower mode
    harshit-gangal authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    20f3bf8 View commit details
    Browse the repository at this point in the history
  5. Support owned vindex update if partial column present in set and othe…

    …r present in where clause
    
    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    e5d896a View commit details
    Browse the repository at this point in the history
  6. reverting unit test case docker scripts config

    Signed-off-by: saurabh <[email protected]>
    saurabh408 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    cb72dd9 View commit details
    Browse the repository at this point in the history
  7. Add more test around last_insert_id() and rollback

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    52b698d View commit details
    Browse the repository at this point in the history
  8. Merge pull request vitessio#5884 from planetscale/tal_docker_unit_test

    Reverting unit test case docker scripts config
    morgo authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    9d96e4a View commit details
    Browse the repository at this point in the history
  9. Merge pull request vitessio#5873 from evalsocket/fix-5713

    Remove deprecated Kubernetes templates from repository
    morgo authored Mar 3, 2020
    Configuration menu
    Copy the full SHA
    d18052d View commit details
    Browse the repository at this point in the history
  10. Add -mysql_default_workload for setting default workload.

    This saves us a roundtrip when setting up OLAP clients.
    
    Signed-off-by: Adam Saponara <[email protected]>
    adsr committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    118a3b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2020

  1. Better test setup

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    10fe049 View commit details
    Browse the repository at this point in the history
  2. Improved test case. Modified template

    Signed-off-by: Rohit Nayak <[email protected]>
    rohit-nayak-ps committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    cab5d77 View commit details
    Browse the repository at this point in the history
  3. Test cases for debug log. Log stream template changed

    Signed-off-by: Rohit Nayak <[email protected]>
    rohit-nayak-ps committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    9c6bb47 View commit details
    Browse the repository at this point in the history
  4. Code cleanup

    Signed-off-by: Rohit Nayak <[email protected]>
    rohit-nayak-ps committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    bdae6b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7117000 View commit details
    Browse the repository at this point in the history
  6. Addressed review comments

    Signed-off-by: Rohit Nayak <[email protected]>
    rohit-nayak-ps committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    f174a55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37f0768 View commit details
    Browse the repository at this point in the history
  8. Merge pull request vitessio#5836 from planetscale/gedgar-pkg-dirs

    tools/make-release-packages.sh: install dir tweaks
    morgo authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    44b1955 View commit details
    Browse the repository at this point in the history
  9. Adding Azure Blob backup support

    This adds initial support for Azure blob service as a backup target
    
    Signed-off-by: Dan Kozlowski <[email protected]>
    Dan Kozlowski committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    d9d0ad6 View commit details
    Browse the repository at this point in the history
  10. Incorporating feedback from pull request.

    Giving Env paramaters for secrets, not just CLI.
    Rename prefix to be storage_root i.a.w what we do for s3 and gcs
    
    Signed-off-by: Dan Kozlowski <[email protected]>
    Dan Kozlowski committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    7c84818 View commit details
    Browse the repository at this point in the history
  11. Fixing directory paths for azure blobs

    Signed-off-by: Dan Kozlowski <[email protected]>
    Dan Kozlowski committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    aae83c4 View commit details
    Browse the repository at this point in the history
  12. Text changes and fixes from PR

    Signed-off-by: Dan Kozlowski <[email protected]>
    Dan Kozlowski committed Mar 4, 2020
    Configuration menu
    Copy the full SHA
    1eda630 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2020

  1. Moving accuont key to a file

    Signed-off-by: Dan Kozlowski <[email protected]>
    Dan Kozlowski committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    56e018e View commit details
    Browse the repository at this point in the history
  2. Merge pull request vitessio#5889 from planetscale/rn-vrlog

    VReplication Logger Stream
    sougou authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    3395c0a View commit details
    Browse the repository at this point in the history
  3. Merge pull request vitessio#5887 from systay/more-last-insert-id-test

    Add more test around last_insert_id() and rollback
    sougou authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b194375 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vitessio#5888 from adsr/vtgate-default-workload

    Add `-mysql_default_workload` for setting default workload.
    sougou authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    c710684 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vitessio#5875 from harshit-gangal/update-partial

    Support owned vindex update if partial column present in set
    sougou authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    8c805f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request vitessio#5832 from adsr/db-conn-timeout

    Add `-db_connect_timeout_ms` for timing out mysqld conns.
    sougou authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    cd01919 View commit details
    Browse the repository at this point in the history
  7. Merge pull request vitessio#5871 from narkq/group-concat-with-limit

    Parser support for LIMIT clause in GROUP_CONCAT()
    sougou authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    3ddc5da View commit details
    Browse the repository at this point in the history
  8. Merge pull request vitessio#5862 from dweitzman/query_consolidator_re…

    …plicas_only
    
    tablet query engine: introduce -enable-consolidator-replicas
    sougou authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    e69a091 View commit details
    Browse the repository at this point in the history
  9. config.json cleanup

    Signed-off-by: Ajeet jain <[email protected]>
    Signed-off-by: Arindam Nayak <[email protected]>
    ajeetj authored and arindamnayak committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    a0ce126 View commit details
    Browse the repository at this point in the history
  10. removed python deps from bootstrap

    Signed-off-by: Arindam Nayak <[email protected]>
    arindamnayak committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    9cfc70c View commit details
    Browse the repository at this point in the history
  11. updated config

    Signed-off-by: Arindam Nayak <[email protected]>
    arindamnayak committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    6275d1d View commit details
    Browse the repository at this point in the history
  12. moved client test to shard 25

    Signed-off-by: Arindam Nayak <[email protected]>
    arindamnayak committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    19d0768 View commit details
    Browse the repository at this point in the history
  13. Added python grpc dep back as we need it for client_test

    Signed-off-by: Arindam Nayak <[email protected]>
    arindamnayak committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    b7872e6 View commit details
    Browse the repository at this point in the history
  14. Make sure re-creating the visitor works as expected

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    4b0adfb View commit details
    Browse the repository at this point in the history
  15. grouped docker dependent test in one shard

    Signed-off-by: Arindam Nayak <[email protected]>
    arindamnayak committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    291540c View commit details
    Browse the repository at this point in the history
  16. DBConfigs Refactor (vitessio#5833)

    * Added wrapper struct, modified usage
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Add go.mod
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Refactor dbconfigs and its calls
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Fix failing vstreamer test
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Fix copy and paste mistakes
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Made withCredentials a private function and refactored the calls
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Fix Tests
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Clean up code
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Extend DbConfigs and change method name
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Add Connect Method
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Pass Context as parameter
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Modify definition of DBConfigs
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Make Connect function part of the Connector definition
    
    Signed-off-by: Saif Alharthi <[email protected]>
    
    * Remove obselete functions
    
    Signed-off-by: Saif Alharthi <[email protected]>
    sougou authored Mar 5, 2020
    Configuration menu
    Copy the full SHA
    124cc43 View commit details
    Browse the repository at this point in the history
  17. Pass back error when failed to read key file

    Signed-off-by: Dan Kozlowski <[email protected]>
    Dan Kozlowski committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    eae25db View commit details
    Browse the repository at this point in the history
  18. Chaging credentials type to use actual methods not global variables

    Signed-off-by: Dan Kozlowski <[email protected]>
    Dan Kozlowski committed Mar 5, 2020
    Configuration menu
    Copy the full SHA
    399a75a View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2020

  1. testcase docker run fixed.

    failing because topo was not able to create err file.
    
    Signed-off-by: pradip parmar <[email protected]>
    princeparmar committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    5b07a28 View commit details
    Browse the repository at this point in the history
  2. Don't lower case keywords

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    3f5196b View commit details
    Browse the repository at this point in the history
  3. Removed python grpc client test

    Signed-off-by: Arindam Nayak <[email protected]>
    arindamnayak committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    2bff32b View commit details
    Browse the repository at this point in the history
  4. azblob: UX fixes

    Signed-off-by: Anthony Yeh <[email protected]>
    enisoc committed Mar 6, 2020
    Configuration menu
    Copy the full SHA
    10e5cf4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vitessio#5674 from planetscale/dk-add-azblob-backups

    Adding Azure Blob backup support
    Daniel Kozlowski authored Mar 6, 2020
    Configuration menu
    Copy the full SHA
    f569401 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2020

  1. Do not drop leading zeroes in microsecond timestamps for prepared

    statements.  Fixes vitessio#5900
    
    Signed-off-by: Jacques Grove <[email protected]>
    aquarapid committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    a9bed09 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:planetscale/vitess

    Signed-off-by: Jacques Grove <[email protected]>
    aquarapid committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    32146f0 View commit details
    Browse the repository at this point in the history
  3. Add tests.

    Signed-off-by: Jacques Grove <[email protected]>
    aquarapid committed Mar 7, 2020
    Configuration menu
    Copy the full SHA
    7ddd41a View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2020

  1. vstreamer: send immediate GTID on "current"

    If the current position is requested as start for vstream, it will
    be good to send the actual starting GTID as a separate event before
    streaming the rest.
    
    This is particularly useful for messager because it needs to know
    its current position from the beginning in order to determine which
    events to skip w.r.t to poller position.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 8, 2020
    Configuration menu
    Copy the full SHA
    064c7da View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. vrepl: document engine, vreplicator, copier

    Also fix an incorrect test.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    57c2f29 View commit details
    Browse the repository at this point in the history
  2. vrepl: document vplayer.go

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    a96411a View commit details
    Browse the repository at this point in the history
  3. vrepl: refactor and fix stats reporting

    Not all code paths were updating the stats. This was causing
    the stats reported in /debug/status to be unreliable. This refactor
    keeps the stats and reporting in sync by performing the updates
    at the lower level functions that also update the vreplication table.
    
    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    e800254 View commit details
    Browse the repository at this point in the history
  4. vrepl: document plan builders

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    f3d09ea View commit details
    Browse the repository at this point in the history
  5. Merge pull request vitessio#5866 from planetscale/config_cleanup

    config.json cleanup
    morgo authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    73ceb9c View commit details
    Browse the repository at this point in the history
  6. Remove Travis (no tests running)

    Signed-off-by: Morgan Tocker <[email protected]>
    morgo committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    7801336 View commit details
    Browse the repository at this point in the history
  7. Merge pull request vitessio#5897 from systay/dont-lowercase-columns

    Don't lower case keywords
    harshit-gangal authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    8a8f10a View commit details
    Browse the repository at this point in the history
  8. Merge pull request vitessio#5901 from planetscale/master

    Do not drop leading zeroes in microsecond timestamps for prepared statements.
    deepthi authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    22cae3d View commit details
    Browse the repository at this point in the history
  9. Merge pull request vitessio#5885 from planetscale/docker-for-e2e

    test case run into docker
    deepthi authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    b7627dc View commit details
    Browse the repository at this point in the history
  10. Merge pull request vitessio#5908 from planetscale/morgo-rm-travis

    Remove Travis (no tests running)
    deepthi authored Mar 9, 2020
    Configuration menu
    Copy the full SHA
    6927179 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2020

  1. vstream: address review comments

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    840258a View commit details
    Browse the repository at this point in the history
  2. vrepl: address review comments

    Signed-off-by: Sugu Sougoumarane <[email protected]>
    sougou committed Mar 10, 2020
    Configuration menu
    Copy the full SHA
    3b8c518 View commit details
    Browse the repository at this point in the history
  3. Merge pull request vitessio#5891 from planetscale/ss-vstreamer

    vstreamer: send immediate GTID on "current"
    deepthi authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    de48475 View commit details
    Browse the repository at this point in the history
  4. Merge pull request vitessio#5905 from planetscale/ss-more-docs

    vrepl: more documentation and fix stats
    deepthi authored Mar 10, 2020
    Configuration menu
    Copy the full SHA
    53fcd36 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2020

  1. Allow SCHEMA() as a synonym for DATABASE()

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    bdbcd38 View commit details
    Browse the repository at this point in the history
  2. Refactored system function rewriting

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    cbef5f2 View commit details
    Browse the repository at this point in the history
  3. Add support for found_rows()

    Signed-off-by: Andres Taylor <[email protected]>
    systay committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    1241ef6 View commit details
    Browse the repository at this point in the history
  4. addressed review comments

    Signed-off-by: Harshit Gangal <[email protected]>
    harshit-gangal committed Mar 11, 2020
    Configuration menu
    Copy the full SHA
    12cab68 View commit details
    Browse the repository at this point in the history
  5. Merge pull request vitessio#5732 from systay/more-functions

    Rewrite more functions
    harshit-gangal authored Mar 11, 2020
    Configuration menu
    Copy the full SHA
    c7395ce View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2020

  1. Format function names correctly (vitessio#5918)

    Signed-off-by: Andres Taylor <[email protected]>
    systay authored Mar 12, 2020
    Configuration menu
    Copy the full SHA
    9c3dc87 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

  1. Modify the default grpc keepalive time parameter

    1.set grpc_keepalive_time to 10 seconds
    2.set grpc_keepalive_timeout to 10 seconds
    These settings will help to avoid the situation which query will hang there when pod or Bare metal is broken.
    
    Signed-off-by: JohnnyThree <[email protected]>
    inolddays authored and JohnnyThree committed Mar 13, 2020
    Configuration menu
    Copy the full SHA
    a6166b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b103eda View commit details
    Browse the repository at this point in the history