GrinnellAppDev/KDIC-Radio-Android 24
App for the Grinnell campus radio station.
GrinnellAppDev/Grinnell-Menu 7
Grinnell College Dinning Menu (G-licious) for Android
CSC322-Grinnell/LFC_Features 2
Includes map, additional information pages
JesseErger/Web_Mining_Project_Reddit 0
Class Project for Web Mining
:ramen: Minimalist Jekyll Template
push eventtinyspeck/vitess
commit sha 4748d260b53c3e985cd1356db9e18bc6c9e56c31
[vtadmin-web] Disable refetchOnWindowFocus by default Signed-off-by: Sara Bee <[email protected]>
push time in a day
push eventtinyspeck/vitess
commit sha 7e26f0a1f3f02f8495a9e3a7e8d4325bb0d6a0be
[vtadmin-web] Reduce frequency of NavRail queries Signed-off-by: Sara Bee <[email protected]>
push time in a day
create barnchtinyspeck/vitess
branch : am_cherrypick_workflow_vexec_sema
created branch time in a day
create barnchtinyspeck/vitess
branch : sarabee-vtadmin-stream-janitoring
created branch time in 2 days
push eventtinyspeck/vitess
commit sha 3f746429ca5a8136be999307bb26d12fbec45f83
[topo] Optimize `GetTabletMap` to only need one conn lookup per cell Currently, `GetTabletMap` makes one call to `GetTablet` per tablet alias. This is good, as that's what the function is supposed to do. However, `GetTablet` is a high-level function, and _it_ makes a call to `ConnForCell`. If we have multiple aliases in the same cell, this means that they will contend with each other for the lock in `ConnForCell`, when they are going to end up using the same cached connection anyway. This refactor lets us skip that synchronization, by moving the bulk of `GetTablet` into a helper function that takes a `Conn`. Therefore we can perform exactly one Conn lookup per cell during `GetTabletMap`, and reuse that without needing to synchronize. Signed-off-by: Andrew Mason <[email protected]>
push time in 2 days
create barnchtinyspeck/vitess
branch : am_get_tablet_map_lock_contention
created branch time in 2 days
create barnchtinyspeck/vitess
branch : slack-vitess-9-2021.06.07.vtctld
created branch time in 4 days
delete branch tinyspeck/vitess
delete branch : slack-vitess-9-2021.06.07r13.vtctld
delete time in 4 days
push eventtinyspeck/vitess
commit sha f7be4b4ec0935945f34cbfef9bd12aa857cb49f5
Merge pull request #8261 from tinyspeck/am_vreplication_log [workflow] Add vreplication_log data to workflow protos, and `VtctldServer.GetWorkflows` method Signed-off-by: Andrew Mason <[email protected]>
commit sha a4a559489a211901c30da1a5e543f49e2974243f
[vexec] Backport fix for typechange in sqlparser In upstream (where the previous commit was cherry-picked from), all of the `New<columntype>` functions take a `string` argument, but previously (and therefore in our vtctld branch) they took a `[]byte`. Signed-off-by: Andrew Mason <[email protected]>
commit sha b669ab387ae77884db97499b1f1c3c4b21d4e73d
Restore `grpcvtctldserver` tests Steps taken: 1. `git checkout upstream/main -- go/vt/vtctl/grpcvtctldserver/server_test.go` 2. `git checkout upstream/main -- go/vt/vtctl/grpcvtctldserver/testutil` 3. Replace imports of `google.golang.org/protobuf/proto` with `github.com/golang/protobuf/proto`, as we haven't taken the protobuf upgrade yet 4. Remove all types referenced in the tests that we haven't added to vtctldatapb yet Note: at the time, `upstream/main` resolved to `83dfb9aa59ce47a313ecb7bc12804298e76d350c`. Signed-off-by: Andrew Mason <[email protected]>
commit sha 498c127425e01313fa3a56459c41774a0215fe0f
Merge pull request #8221 from tinyspeck/sarabee-vtctld-getsrvvschemas [vtctld] Add GetSrvVSchemas command Signed-off-by: Andrew Mason <[email protected]>
commit sha f2d95dd968139486df04f500e5ac99a1f542757d
Merge pull request #8321 from tinyspeck/am_additional_backup_info [vtctldserver] Add additional backup info fields Signed-off-by: Andrew Mason <[email protected]>
commit sha d6f19a908355e1bcbdf18cca0349c35da986b80c
[mysqlctl] WIP: EDIT THIS MESSAGE WITH MORE DETAILS Update BackupHandle/BackupEngine interfaces to support populating BackupInfo.Status Signed-off-by: Andrew Mason <[email protected]>
commit sha 80b9507118c98e43b21cb0a700db6e1d84f4ee22
[vtctldserver] Extend GetBackups to fetch detailed backup info Signed-off-by: Andrew Mason <[email protected]>
commit sha 8a31392bf4a16adbc683edde047677c38cfc6e2f
[vtctldclient] Extend GetBackups CLI to support detail-related options Signed-off-by: Andrew Mason <[email protected]>
commit sha 479197fa530d930710dca5198a4e84e347bc3365
Merge pull request #8272 from tinyspeck/am_vtctld_concurrent_scanworkflow [workflow] Call `scanWorkflow` concurrently Signed-off-by: Andrew Mason <[email protected]>
commit sha ee646092d636e5823891dc11224348607050f74b
Merge pull request #218 from tinyspeck/am_slack-vitess-9-r13-backups add backup status to vtctld 9.0 branch
commit sha ef97c9f48272f0ef62b52d3ae16136d045828dde
Merge pull request #217 from tinyspeck/slack-vitess-9-2021.06.07r13.vtctld Slack vitess 9 2021.06.07r13.vtctld
push time in 4 days
PR merged tinyspeck/vitess
Description
This brings the following PRs into our vtctld deploy:
- https://github.com/vitessio/vitess/pull/8261
- https://github.com/vitessio/vitess/pull/8221
- https://github.com/vitessio/vitess/pull/8321
- https://github.com/vitessio/vitess/pull/8272
I also needed to commit a workaround to a type change in the sqlparser package that we don't have yet, which just amounted to converting some strings to []byte. For more details, see a4a5594
I also opened another PR (#218) to merge this change into this branch, and we can merge the final result. It's not merged into upstream yet, so I wanted eyes on just that diff separately.
pr closed time in 4 days
push eventtinyspeck/vitess
commit sha d6f19a908355e1bcbdf18cca0349c35da986b80c
[mysqlctl] WIP: EDIT THIS MESSAGE WITH MORE DETAILS Update BackupHandle/BackupEngine interfaces to support populating BackupInfo.Status Signed-off-by: Andrew Mason <[email protected]>
commit sha 80b9507118c98e43b21cb0a700db6e1d84f4ee22
[vtctldserver] Extend GetBackups to fetch detailed backup info Signed-off-by: Andrew Mason <[email protected]>
commit sha 8a31392bf4a16adbc683edde047677c38cfc6e2f
[vtctldclient] Extend GetBackups CLI to support detail-related options Signed-off-by: Andrew Mason <[email protected]>
commit sha ee646092d636e5823891dc11224348607050f74b
Merge pull request #218 from tinyspeck/am_slack-vitess-9-r13-backups add backup status to vtctld 9.0 branch
push time in 4 days
PR merged tinyspeck/vitess
This brings in #8308 , via:
git cherry-pick 7e6673c^..38e842e
which is broadly just "all the commits in the branch". If we're comfortable with this, I'll squash-n-merge this into the r13 branch, and then we'll merge that result.
pr closed time in 4 days
PR opened tinyspeck/vitess
This brings in #8308 , via:
git cherry-pick 7e6673c^..38e842e
which is broadly just "all the commits in the branch". If we're comfortable with this, I'll squash-n-merge this into the r13 branch, and then we'll merge that result.
pr created time in 4 days
push eventtinyspeck/vitess
commit sha 479197fa530d930710dca5198a4e84e347bc3365
Merge pull request #8272 from tinyspeck/am_vtctld_concurrent_scanworkflow [workflow] Call `scanWorkflow` concurrently Signed-off-by: Andrew Mason <[email protected]>
push time in 4 days
delete branch tinyspeck/vitess
delete branch : am_vtctld_concurrent_scanworkflow
delete time in 4 days
PR opened tinyspeck/vitess
Description
This brings the following PRs into our vtctld deploy:
- https://github.com/vitessio/vitess/pull/8261
- https://github.com/vitessio/vitess/pull/8221
- https://github.com/vitessio/vitess/pull/8321
I also needed to commit a workaround to a type change in the sqlparser package that we don't have yet, which just amounted to converting some strings to []byte. For more details, see a4a5594
I am still waiting on a review for https://github.com/vitessio/vitess/pull/8272, and after that I will open another PR to merge that change plus this one into this branch, and we can merge the final result.
pr created time in 4 days
create barnchtinyspeck/vitess
branch : slack-vitess-9-2021.06.07r13.vtctld
created branch time in 4 days
delete branch tinyspeck/vitess
delete branch : sarabee-vtadmin-stream-lag-charts
delete time in 4 days
push eventtinyspeck/vitess
commit sha 22bec26f6d899ecb902c6b16124bd12172871967
Move duplicated vtctld cert/tls flags to a common package Signed-off-by: Andrew Mason <[email protected]>
commit sha ea4926b2382e3df270bdba003295850f81362893
Don't show `help requested` errors as errors This turns the output from: ``` ❯ vtctlclient -server "localhost:15999" ListAllTablets -h Usage: ListAllTablets <cell name1>, <cell name2>, ... Lists all tablets in an awk-friendly way. ListAllTablets Error: rpc error: code = Unknown desc = flag: help requested E0528 19:52:46.564223 77260 main.go:76] remote error: rpc error: code = Unknown desc = flag: help requested ❯ echo $? 1 ``` into: ``` ❯ vtctlclient -server "localhost:15999" ListAllTablets -h Usage: ListAllTablets <cell name1>, <cell name2>, ... Lists all tablets in an awk-friendly way. ❯ echo $? 0 ``` Signed-off-by: Andrew Mason <[email protected]>
commit sha 1928fac2f79b7d6e115162dc2d480d0851b70b3f
Add LegacyVtctlCommand shim to vtctldclient CLI This is admittedly pretty hacky, and I had to spend a lot of time messing around with cobra to make this behavior correctly. But, it works! Signed-off-by: Andrew Mason <[email protected]>
commit sha 7d8df7b933099ad32df77b2cc9574a5b20be35fa
vtorc: purging raft logic Signed-off-by: Shlomi Noach <[email protected]>
commit sha 4de837d70a8bcb175ad394017c5781021667da90
purging raft code Signed-off-by: Shlomi Noach <[email protected]>
commit sha 8676d0953d1043a68432e8fc3b4aae37fddaf463
purging raft code Signed-off-by: Shlomi Noach <[email protected]>
commit sha 15d0473c17e753f44e900aa10af2d4beed8ab612
Online DDL/Vreplication: column type awareness handling JSON type by converting it to utf8mb4 Signed-off-by: Shlomi Noach <[email protected]>
commit sha a510381ac710cc725e7295b3e191d6c0d069afcd
merge main, resolve conflict Signed-off-by: Shlomi Noach <[email protected]>
commit sha bdb18bbf90d8446df534331228c78ff96154f575
merge main, resolve conflict Signed-off-by: Shlomi Noach <[email protected]>
commit sha 4352126720f055f31838f96d8cb3f9a1de154589
nil srvVschema test Signed-off-by: Harshit Gangal <[email protected]>
commit sha a2572e2b292ed31fa91aef2eda780073b9ff150a
Add additional comparison operators in Materialize Filters and fix bug where comparison operators were not applied for sharded keyspaces Signed-off-by: Rohit Nayak <[email protected]>
commit sha 22117f32369b1f49b3f6e780042be10ca1f6ae90
Update materialize e2e test and add to config.json Signed-off-by: Rohit Nayak <[email protected]>
commit sha 1f8cc8fc50840b37163385f2e9a29d03c60b6db6
Refactor comparison based on review comments Signed-off-by: Rohit Nayak <[email protected]>
commit sha 2a42a841f8941260f6f9173988e6ea6a4535ad18
Add null semantics to compare and related test Signed-off-by: Rohit Nayak <[email protected]>
commit sha e9c7c0df332aa6eba0c09bd6e829e36637cea9bc
naming: rename funcs on mysqld, add new funcs on tabletmanager and deprecate old funcs Signed-off-by: deepthi <[email protected]>
commit sha 12a456e8444e608129a679cd61985c02cf67c33c
added function to create vttestserver docker images Signed-off-by: GuptaManan100 <[email protected]>
commit sha c425e9a6eb94f25b645078de545170ef8cc90ca5
added test for unsharded keyspace in vttestserver image Signed-off-by: GuptaManan100 <[email protected]>
commit sha 0a3baf882341dde3dc531573bac3faabe2db1d3e
added test for sharded keyspace for vttestserver image Signed-off-by: GuptaManan100 <[email protected]>
commit sha f01e28939e2eaffe8c07146c90ebe115244b9940
added test for mysql max connections for vttestserver image Signed-off-by: GuptaManan100 <[email protected]>
commit sha d2e8b5ab81a635e2686eef0edbfa19d09c35ed92
added test for lots of keyspaces for vttestserver image Signed-off-by: GuptaManan100 <[email protected]>
push time in 4 days
push eventtinyspeck/vitess
commit sha 0b76c1d794eaf06c8fd0b1c8843e130d8a637db0
New E2E tests for new tables in unsharded/sharded keyspaces Signed-off-by: Florent Poinsard <[email protected]>
commit sha 97ce0972f1a8cd775e3462ae7a1ad894ecda0f86
Improved vschema tracker misc end to end tests Signed-off-by: Florent Poinsard <[email protected]>
commit sha 3f6b7a61fead5123827303b827c9c9b7f4b1f2d7
attempt to fix panic on DML against sharded keyspace Signed-off-by: Florent Poinsard <[email protected]>
commit sha 2399ee19c69490dd0dd6b8830f4e0712e378e981
Refactor PKInfoMap to get info for all columns in the table as ColInfoMap as a precursor to adding Extra info for detecting generated columns Signed-off-by: Rohit Nayak <[email protected]>
commit sha 32d438eec7572be6c00c5aa7a5fdd5b5a3986973
Ignore inserting/updating generated columns on the target. Add e2e tests to test generated columns in source as well as target for reshard and materialize Signed-off-by: Rohit Nayak <[email protected]>
commit sha 8e4c944f32de3d685bc66631185b7f01aae71488
Update logic to ignore generated columns for additional use cases Signed-off-by: Rohit Nayak <[email protected]>
commit sha 46f534726d7e39efd31c07dab2df673aca8db465
Add vstreamer test to confirm generated columns are sent in events Signed-off-by: Rohit Nayak <[email protected]> Signed-off-by: Rohit Nayak <[email protected]>
commit sha 38de519945251360be5d818278e520277cd89411
Add vplayer test for generated columns Signed-off-by: Rohit Nayak <[email protected]>
commit sha 7789c30528deac4371a8a393d16d03c2d4f51c3a
Add vplayer test for generated columns Signed-off-by: Rohit Nayak <[email protected]>
commit sha 6d9e3cbe5eea10bb4f361f8a746d1de3bbdfb6e8
Improve comment Signed-off-by: Rohit Nayak <[email protected]>
commit sha d0714c7721e76cf021cf23a9b45d480079b8875e
Fix merge Signed-off-by: Rohit Nayak <[email protected]>
commit sha 6b52e982ccdf1c20b1b11d84693e5d57da6b46b6
Address review comments Signed-off-by: Rohit Nayak <[email protected]>
commit sha 3f0d6bfceb7700ac1a517542c4355cb65b160fa7
Adds padding when doing keyrange comparisons Signed-off-by: Rafael Chacon <[email protected]>
commit sha 1a4bf681a549b3e676cb7b09d61b6a8b8669b76a
Change name to be less confusing Signed-off-by: Rafael Chacon <[email protected]>
commit sha ce857aabd75cb3d48e0c2eb4b84b7a44ce9f8fb5
Updates and Corrections to v9 Release Notes Signed-off-by: Alkin Tezuysal <[email protected]>
commit sha 9d8ba928d9e70a1e3c054f8611ae04aa4e5344b1
Merge master
commit sha 248909bfdd6a204fec4a0d2ec4158b390ded5aad
Avoid races Signed-off-by: Rafael Chacon <[email protected]>
commit sha cfed06207fce627e331bf45b4e6c9c3d9479c181
Fixing TestVSchemaTrackerInitAndUpdate E2E test Signed-off-by: Florent Poinsard <[email protected]>
commit sha 4213c523228958611d4d1edbf6b0f6e8d528782a
fixed error messages and reorganized tests wrt schema tracker Signed-off-by: GuptaManan100 <[email protected]>
commit sha 6087205c7e4b72d44b694b58624b55df3e49b09e
update names of tests Signed-off-by: GuptaManan100 <[email protected]>
push time in 5 days
PR opened tinyspeck/vitess
Description
This brings https://github.com/vitessio/vitess/pull/8306 into our deploy
pr created time in 5 days
PR closed tinyspeck/vitess
Description
This brings https://github.com/vitessio/vitess/pull/8306 into our deploy
pr closed time in 5 days