Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
f287663
vttablet: stateManager tests WIP
sougou Jun 28, 2020
5b99487
tabletserver: create new ReplTracker skeleton
sougou Jul 3, 2020
2a97a0e
vttablet: move hc flags to tabletenv.TabletConfig
sougou Jul 3, 2020
4b08c81
vttablet: type safe Seconds instead of float64
sougou Jul 3, 2020
3af6df5
vttablet: enable_replication_reporter -> tabletenv
sougou Jul 3, 2020
6d65f9f
vttablet: saving work. need mysqld in tabletserver
sougou Jul 3, 2020
4776c74
vttablet: add mysqld to tabletserver
sougou Jul 4, 2020
7098531
vttablet: ReplTracker functional
sougou Jul 4, 2020
cddd0de
vttablet: switch to use replTracker
sougou Jul 4, 2020
52d6b06
vttablet: tests for ReplTracker
sougou Jul 4, 2020
fff8340
vttablet: new healthStreamer
sougou Jul 4, 2020
e1a1170
vttablet: wire-up most of healthStreamer
sougou Jul 4, 2020
addfd0e
vttablet: streamHealth wired up
sougou Jul 5, 2020
020b2e7
vttablet: status page uses healthStreamer
sougou Jul 5, 2020
9dee129
vttablet: VREngine retries if Open fails
sougou Jul 5, 2020
5f968fc
tm: preparing to delete healthcheck
sougou Jul 5, 2020
b4f2207
vttablet: trying a different heathcheck
sougou Jul 6, 2020
efcf8b3
vttablet: delete old broken health tests
sougou Jul 6, 2020
290ea36
vttablet: make BACKUP StateNotConnected
sougou Jul 6, 2020
2f22ad3
vttablet: fix tabletserver repl health & tests
sougou Jul 6, 2020
ea790b5
vttablet: relpManager initial code
sougou Jul 7, 2020
109aab6
vttablet: fix tabletmanager tests
sougou Jul 7, 2020
6dd319d
vttablet: fix more tests
sougou Jul 7, 2020
ff9dd14
vttablet: replManager unit tests
sougou Jul 8, 2020
30f98a8
vttablet: delete deprecated code
sougou Jul 11, 2020
e8dba28
vttablet: fix after rebase
sougou Jul 11, 2020
42fa9ad
vttablet: move gracePeriod to TabletConfig
sougou Jul 12, 2020
c3bb83e
vttablet: SetServingType handles alsoAllow
sougou Jul 12, 2020
8e23766
vttablet: tmState initial cut
sougou Jul 13, 2020
453497f
vttablet: use tmState
sougou Jul 13, 2020
991dde7
vttablet: create a separate displayState
sougou Jul 16, 2020
124b245
vttablet: check replication on open
sougou Jul 16, 2020
017f2a9
vttablet: remove spurious sleep in binlog_watcher
sougou Jul 16, 2020
6af2b16
vttablet: fix after rebase
sougou Jul 18, 2020
9f2ea0a
vttablet: stateManager details on status page
sougou Jul 18, 2020
0babfd4
vttablet: healthStreamer details on status page
sougou Jul 18, 2020
b1adbdc
vttablet: remove tm's status export
sougou Jul 18, 2020
1ba7b63
vttablet: export reason to status
sougou Jul 18, 2020
e88b4f5
endtoend: start removing InitTablet calls
sougou Jul 18, 2020
635bb2f
vttablet: log repl health changes
sougou Jul 19, 2020
9632050
end2end: fix vertical_split_test
sougou Jul 19, 2020
7189cb8
end2end: sharding test fixes
sougou Jul 19, 2020
a2ec700
end2end: fix shardedrecovery test
sougou Jul 19, 2020
a50662a
end2end: speed up tests
sougou Jul 20, 2020
8ae485d
end2end: remove most InitTablet and CreateDB calls
sougou Jul 20, 2020
09228c6
vttablet: tracker closed on non-serving
sougou Jul 20, 2020
d386dc4
end2end: InitTablet removed: reparent & cellalias
sougou Jul 20, 2020
4029435
vttablet: VREngine retry tests
sougou Jul 20, 2020
1c3de85
vttablet: test for alsoAllow
sougou Jul 20, 2020
d3f4fef
vttablet: tm_state tests
sougou Jul 21, 2020
b716b97
vttablet: add polish
sougou Jul 22, 2020
95deb90
gh-ost credentials
shlomi-noach Jul 19, 2020
77955f7
gh-ost credentials
shlomi-noach Jul 19, 2020
1e89dd8
setting up ghost and handler
shlomi-noach Jul 19, 2020
a429c7b
executor for gh-ost
shlomi-noach Jul 20, 2020
a622661
support OnlineSchemaChange on schema/apply
shlomi-noach Jul 20, 2020
f7c1323
support crearin tempdir and file
shlomi-noach Jul 23, 2020
a4584e6
generate gh-ost wrapper script on the fly. Use temp dir
shlomi-noach Jul 23, 2020
a83e4c6
ApplyOnlineSchemaChange refactored into Controller
shlomi-noach Jul 23, 2020
483fc51
cleanup
shlomi-noach Jul 23, 2020
bebfb01
cleanup and comments
shlomi-noach Jul 23, 2020
6e7fc2f
typo
shlomi-noach Jul 23, 2020
1cd2d47
TODO
shlomi-noach Jul 23, 2020
4496d54
introducing query hint: VitessOnlineDDLHint
shlomi-noach Jul 23, 2020
78aad71
IsOnlineSchemaDDL analysis
shlomi-noach Jul 23, 2020
73ad39b
more explicit hint, also comment suggesting it's a hack for now
shlomi-noach Jul 23, 2020
4d3fbf3
building an OnlineDDL plan
shlomi-noach Jul 23, 2020
1d27705
merged master
shlomi-noach Jul 26, 2020
39f642f
remove online-schema-change code from vtgate and analyzer
shlomi-noach Jul 29, 2020
6df82bd
Revert "remove online-schema-change code from vtgate and analyzer"
shlomi-noach Aug 2, 2020
1346284
online_schema_change manages UUID and writes OSC request to global topo
shlomi-noach Aug 2, 2020
3d623eb
vtctl/tablet_executor write online schema change request to global topo
shlomi-noach Aug 2, 2020
015d974
vtgate intercepts ALTER TABLE statements and writes an online schema …
shlomi-noach Aug 2, 2020
7299301
refactored TopoPath() function
shlomi-noach Aug 2, 2020
5a89653
refactor: applying _vt.schema_migrations schema
shlomi-noach Aug 3, 2020
58b9a3a
refactor: naming
shlomi-noach Aug 3, 2020
e329bda
vtctld review migration requests, explodes per shard
shlomi-noach Aug 4, 2020
fa0e551
adding uuid gomod
shlomi-noach Aug 4, 2020
c551a03
fixed merge conflict
shlomi-noach Aug 4, 2020
2741151
vtctld runs schema checks
shlomi-noach Aug 4, 2020
225bc3b
reporting back UUID in response to ALTER TABLE statement
shlomi-noach Aug 4, 2020
d13b41b
/schema-migration/report-status API endpoint
shlomi-noach Aug 4, 2020
cafb9c1
Using latest gh-ost release from openark org
shlomi-noach Aug 5, 2020
079a987
sqltypes.Result supports NamedResults, via Named() function
shlomi-noach Aug 5, 2020
3393fa5
GetInt64(), GetUint64() convenience methods
shlomi-noach Aug 5, 2020
2336eac
Row() convenience method
shlomi-noach Aug 5, 2020
115de10
convenience methods in RowNamedValues
shlomi-noach Aug 6, 2020
759e76d
ToBool() conveniene method
shlomi-noach Aug 6, 2020
718e890
cleanup, undo adding fields to proto.SchemaChange
shlomi-noach Aug 6, 2020
fbd2457
cleanup, undo adding fields to proto.SchemaChange
shlomi-noach Aug 6, 2020
c78021c
Cleanup, undo and remove logic from tablet manager path
shlomi-noach Aug 6, 2020
142f06f
Cleanup, undo and remove logic from tablet manager path
shlomi-noach Aug 6, 2020
e87faa5
while still WIP, further logic into online ddl executor
shlomi-noach Aug 6, 2020
5029bd7
updating migration status and timestamp in response to API call
shlomi-noach Aug 6, 2020
bb4b328
minor cleanup and rename
shlomi-noach Aug 6, 2020
8481c3c
cleanup: remove unused code
shlomi-noach Aug 6, 2020
2b075df
Autogenerate gh-ost account and privileges
shlomi-noach Aug 6, 2020
de9b561
no need for gh-ost account in config/rice
shlomi-noach Aug 6, 2020
a8ae617
remove debug info
shlomi-noach Aug 6, 2020
6a37b43
remove debug info
shlomi-noach Aug 6, 2020
23b60b5
gh-ost password stored in environment variable, no longer visible as …
shlomi-noach Aug 6, 2020
0822dd0
provide gh-ost with DBName
shlomi-noach Aug 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docker/local/install_local_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,10 @@ rm -f /tmp/etcd-${ETCD_VER}-linux-amd64.tar.gz

mkdir -p /var/run/etcd && chown -R vitess:vitess /var/run/etcd

# Install gh-ost
curl -k -L https://github.com/openark/gh-ost/releases/download/v1.1.0/gh-ost-binary-linux-20200805092717.tar.gz -o /tmp/gh-ost.tar.gz
(cd /tmp/ && tar xzf gh-ost.tar.gz)
cp /tmp/gh-ost /usr/bin

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out of curiosity. I can see from security perspective, installing the binary on each tablet is preferred, what are the other tradeoffs to install the binary on each tablet vs remotely on a dedicated server/pod?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right; the above is just the local docker setup, and so does not represent a production environment. The above is also likely temporary. At any case, an important observation is that gh-ost reads data from MySQL and then mostly writes it back. It reads the data both by connecting into the replication stream as well as normal queries. What we've observed at GitHub is that latency between he machine where gh-ost runs, to the MySQL servers, is important. e.g. we would only run gh-ost in same DC as affected servers. But, I think taking it to the next level and running gh-ost on the very same tablet+MySQL master servers can be beneficial.
Another thing about running gh-ost from dedicated servers is the amount of migrations you'd be able to run concurrently. I don't have the numbers, but I guess if you'd want to run 100 concurrent migrations (say you have 100 shards), then I suspect running 100 gh-ost instances on same dedicated server is unlikely to perform well. Actual testing needed but that's my suspicion.
When you run gh-ost right on the master server, that problem implicitly doesn't exist.

# Clean up files we won't need in the final image.
rm -rf /var/lib/apt/lists/*
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ require (
github.com/golang/protobuf v1.3.2
github.com/golang/snappy v0.0.1
github.com/google/go-cmp v0.4.0
github.com/google/uuid v1.1.1
github.com/googleapis/gnostic v0.2.0 // indirect
github.com/gorilla/websocket v1.4.0
github.com/grpc-ecosystem/go-grpc-middleware v1.1.0
Expand All @@ -41,11 +42,12 @@ require (
github.com/hashicorp/serf v0.9.2 // indirect
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/imdario/mergo v0.3.6 // indirect
github.com/julienschmidt/httprouter v1.3.0
github.com/klauspost/compress v1.4.1 // indirect
github.com/klauspost/cpuid v1.2.0 // indirect
github.com/klauspost/pgzip v1.2.4
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/krishicks/yaml-patch v0.0.10
github.com/krishicks/yaml-patch v0.0.10 // indirect
github.com/magiconair/properties v1.8.1
github.com/manifoldco/promptui v0.7.0
github.com/minio/minio-go v0.0.0-20190131015406-c8a261de75c1
Expand Down
3 changes: 3 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfV
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a h1:FaWFmfWdAUKbSCtOU2QjDaorUexogfaMgbipgYATUMU=
github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a/go.mod h1:UJSiEoRfvx3hP73CvoARgeLjaIOjybY9vj8PUPPFGeU=
github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
github.com/julienschmidt/httprouter v1.3.0 h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=
github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM=
github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg=
Expand Down Expand Up @@ -685,6 +687,7 @@ golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ym
golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 h1:CCH4IOTTfewWjGOlSp+zGcjutRKlBEZQ6wTn8ozI/nI=
golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
golang.org/x/net v0.0.0-20200707034311-ab3426394381 h1:VXak5I6aEWmAXeQjA+QSZzlgNrpq9mjcfDemuexIKsU=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0=
Expand Down
140 changes: 140 additions & 0 deletions go/sqltypes/named_result.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,140 @@
/*
Copyright 2019 The Vitess Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package sqltypes

import (
"errors"

querypb "vitess.io/vitess/go/vt/proto/query"
)

var (
// ErrNoSuchField indicates a search for a value by an unknown field/column name
ErrNoSuchField = errors.New("No such field in RowNamedValues")
)

// RowNamedValues contains a row's values as a map based on Field (aka table column) name
type RowNamedValues map[string]Value

// ToString returns the named field as string
func (r RowNamedValues) ToString(fieldName string) (string, error) {
if v, ok := r[fieldName]; ok {
return v.ToString(), nil
}
return "", ErrNoSuchField
}

// AsString returns the named field as string, or default value if nonexistent/error
func (r RowNamedValues) AsString(fieldName string, def string) string {
if v, err := r.ToString(fieldName); err == nil {
return v
}
return def
}

// ToInt64 returns the named field as int64
func (r RowNamedValues) ToInt64(fieldName string) (int64, error) {
if v, ok := r[fieldName]; ok {
return v.ToInt64()
}
return 0, ErrNoSuchField
}

// AsInt64 returns the named field as int64, or default value if nonexistent/error
func (r RowNamedValues) AsInt64(fieldName string, def int64) int64 {
if v, err := r.ToInt64(fieldName); err == nil {
return v
}
return def
}

// ToUint64 returns the named field as uint64
func (r RowNamedValues) ToUint64(fieldName string) (uint64, error) {
if v, ok := r[fieldName]; ok {
return v.ToUint64()
}
return 0, ErrNoSuchField
}

// AsUint64 returns the named field as uint64, or default value if nonexistent/error
func (r RowNamedValues) AsUint64(fieldName string, def uint64) uint64 {
if v, err := r.ToUint64(fieldName); err == nil {
return v
}
return def
}

// ToBool returns the named field as bool
func (r RowNamedValues) ToBool(fieldName string) (bool, error) {
if v, ok := r[fieldName]; ok {
return v.ToBool()
}
return false, ErrNoSuchField
}

// AsBool returns the named field as bool, or default value if nonexistent/error
func (r RowNamedValues) AsBool(fieldName string, def bool) bool {
if v, err := r.ToBool(fieldName); err == nil {
return v
}
return def
}

// NamedResult represents a query result with named values as opposed to ordinal values.
type NamedResult struct {
Fields []*querypb.Field `json:"fields"`
RowsAffected uint64 `json:"rows_affected"`
InsertID uint64 `json:"insert_id"`
Rows []RowNamedValues `json:"rows"`
}

// ToNamedResult converts a Result struct into a new NamedResult struct
func ToNamedResult(result *Result) (r *NamedResult) {
if result == nil {
return r
}
r = &NamedResult{
Fields: result.Fields,
RowsAffected: result.RowsAffected,
InsertID: result.InsertID,
}
columnOrdinals := make(map[int]string)
for i, field := range result.Fields {
columnOrdinals[i] = field.Name
}
r.Rows = make([]RowNamedValues, len(result.Rows))
for rowIndex, row := range result.Rows {
namedRow := make(RowNamedValues)
for i, value := range row {
namedRow[columnOrdinals[i]] = value
}
r.Rows[rowIndex] = namedRow
}
return r
}

// Row assumes this result has exactly one row, and returns it, or else returns nil.
// It is useful for queries like:
// - select count(*) from ...
// - select @@read_only
// - select UNIX_TIMESTAMP() from dual
func (r *NamedResult) Row() RowNamedValues {
if len(r.Rows) != 1 {
return nil
}
return r.Rows[0]
}
60 changes: 60 additions & 0 deletions go/sqltypes/named_result_test.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
/*
Copyright 2019 The Vitess Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package sqltypes

import (
"reflect"
"testing"

querypb "vitess.io/vitess/go/vt/proto/query"
)

func TestToNamedResult(t *testing.T) {
in := &Result{
Fields: []*querypb.Field{{
Name: "id",
Type: Int64,
}, {
Name: "status",
Type: VarChar,
}},
InsertID: 1,
RowsAffected: 2,
Rows: [][]Value{
{TestValue(Int64, "1"), TestValue(VarChar, "first")},
{TestValue(Int64, "2"), TestValue(VarChar, "second")},
{TestValue(Int64, "3"), TestValue(VarChar, "third")},
},
}
named := in.Named()
for i := range in.Rows {
{
want := in.Rows[i][0]
got := named.Rows[i]["id"]
if !reflect.DeepEqual(want, got) {
t.Errorf("Named:%+v\n, want:%+v\n", got, want)
}
}
{
want := in.Rows[i][1]
got := named.Rows[i]["status"]
if !reflect.DeepEqual(want, got) {
t.Errorf("Named:%+v\n, want:%+v\n", got, want)
}
}
}
}
5 changes: 5 additions & 0 deletions go/sqltypes/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,8 @@ func (result *Result) AppendResult(src *Result) {
}
result.Rows = append(result.Rows, src.Rows...)
}

// Named returns a NamedResult based on this struct
func (result *Result) Named() *NamedResult {
return ToNamedResult(result)
}
37 changes: 37 additions & 0 deletions go/sqltypes/value.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package sqltypes
import (
"encoding/base64"
"encoding/json"
"errors"
"fmt"
"strconv"

Expand All @@ -37,6 +38,9 @@ var (
DontEscape = byte(255)

nullstr = []byte("null")

// ErrIncompatibleTypeCast indicates a casting problem
ErrIncompatibleTypeCast = errors.New("Cannot convert value to desired type")
)

// BinWriter interface is used for encoding values.
Expand Down Expand Up @@ -203,6 +207,39 @@ func (v Value) Len() int {
return len(v.val)
}

// ToInt64 returns the value as MySQL would return it as a int64.
func (v Value) ToInt64() (int64, error) {
if !v.IsIntegral() {
return 0, ErrIncompatibleTypeCast
}

return strconv.ParseInt(v.ToString(), 10, 64)
}

// ToUint64 returns the value as MySQL would return it as a uint64.
func (v Value) ToUint64() (uint64, error) {
if !v.IsIntegral() {
return 0, ErrIncompatibleTypeCast
}

return strconv.ParseUint(v.ToString(), 10, 64)
}

// ToBool returns the value as a bool value
func (v Value) ToBool() (bool, error) {
i, err := v.ToInt64()
if err != nil {
return false, err
}
switch i {
case 0:
return false, nil
case 1:
return true, nil
}
return false, ErrIncompatibleTypeCast
}

// ToString returns the value as MySQL would return it as string.
// If the value is not convertible like in the case of Expression, it returns nil.
func (v Value) ToString() string {
Expand Down
2 changes: 1 addition & 1 deletion go/test/endtoend/tabletmanager/tablet_health_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ func TestHealthCheck(t *testing.T) {

// stop replication, make sure we don't go unhealthy.
// TODO: replace with StopReplication once StopSlave has been removed
err = clusterInstance.VtctlclientProcess.ExecuteCommand("StopSlave", rTablet.Alias)
err = clusterInstance.VtctlclientProcess.ExecuteCommand("StopReplication", rTablet.Alias)
require.NoError(t, err)
err = clusterInstance.VtctlclientProcess.ExecuteCommand("RunHealthCheck", rTablet.Alias)
require.NoError(t, err)
Expand Down
Loading