Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into use-vtorc
Browse files Browse the repository at this point in the history
  • Loading branch information
jawabuu committed Nov 12, 2020
2 parents e225227 + c6da712 commit 1aa5590
Show file tree
Hide file tree
Showing 98 changed files with 3,699 additions and 2,273 deletions.
4 changes: 2 additions & 2 deletions config/tablet/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ healthcheck:
unhealthyThresholdSeconds: 7200 # unhealthy_threshold

gracePeriods:
transactionShutdownSeconds: 0 # transaction_shutdown_grace_period
transitionSeconds: 0 # serving_state_grace_period
shutdownSeconds: 0 # shutdown_grace_period
transitionSeconds: 0 # serving_state_grace_period

replicationTracker:
mode: disable # enable_replication_reporter
Expand Down
1 change: 1 addition & 0 deletions examples/compose/vttablet-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ if [ "$external" = "1" ]; then
echo "CREATE USER IF NOT EXISTS '$DB_USER'@'%' IDENTIFIED BY '$DB_PASS';" >> $init_db_sql_file
echo "GRANT ALL ON *.* TO '$DB_USER'@'%';FLUSH PRIVILEGES;" >> $init_db_sql_file
fi
echo "##[CUSTOM_SQL_END]##" >> $init_db_sql_file

echo "##[CUSTOM_SQL_END]##" >> $init_db_sql_file

Expand Down
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ require (
github.com/satori/go.uuid v1.2.0
github.com/sjmudd/stopwatch v0.0.0-20170613150411-f380bf8a9be1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spyzhov/ajson v0.4.2
github.com/stretchr/testify v1.4.0
github.com/tchap/go-patricia v0.0.0-20160729071656-dd168db6051b
github.com/tebeka/selenium v0.9.9
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -600,6 +600,8 @@ github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnIn
github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
github.com/spyzhov/ajson v0.4.2 h1:JMByd/jZApPKDvNsmO90X2WWGbmT2ahDFp73QhZbg3s=
github.com/spyzhov/ajson v0.4.2/go.mod h1:63V+CGM6f1Bu/p4nLIN8885ojBdt88TbLoSFzyqMuVA=
github.com/stretchr/objx v0.1.0 h1:4G4v2dO3VZwixGIRoQ5Lfboy6nUhCyYzaqnIAPPhYs4=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
Expand Down
3 changes: 1 addition & 2 deletions go/cmd/vttablet/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ var (
<a href="/debug/tablet_plans">Schema&nbsp;Query&nbsp;Plans</a></br>
<a href="/debug/query_stats">Schema&nbsp;Query&nbsp;Stats</a></br>
<a href="/queryz">Query&nbsp;Stats</a></br>
<a href="/streamqueryz">Streaming&nbsp;Query&nbsp;Stats</a></br>
</td>
<td width="25%" border="">
<a href="/debug/consolidations">Consolidations</a></br>
Expand All @@ -76,7 +75,7 @@ var (
<td width="25%" border="">
<a href="/healthz">Health Check</a></br>
<a href="/debug/health">Query Service Health Check</a></br>
<a href="/streamqueryz">Current Stream Queries</a></br>
<a href="/livequeryz/">Real-time Queries</a></br>
<a href="/debug/status_details">JSON Status Details</a></br>
</td>
</tr>
Expand Down
Loading

0 comments on commit 1aa5590

Please sign in to comment.