Skip to content

Commit

Permalink
go/vt/topo: all together -> altogether
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <[email protected]>
  • Loading branch information
mdlayher committed Dec 5, 2023
1 parent b8184a7 commit db27983
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/vt/topo/keyspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@ func (ts *Server) FindAllShardsInKeyspace(ctx context.Context, keyspace string,
// records which resulted in overwhelming topo server instances:
// https://github.com/vitessio/vitess/pull/5436.
//
// However, removing the concurrency all together can cause large operations
// to fail all together due to timeout. The caller chooses the appropriate
// concurrency level so that certain paths can be optimized (such as vtctld
// However, removing the concurrency altogether can cause large operations
// to fail due to timeout. The caller chooses the appropriate concurrency
// level so that certain paths can be optimized (such as vtctld
// RebuildKeyspace calls, which do not run on every vttablet).
var (
mu sync.Mutex
Expand Down

0 comments on commit db27983

Please sign in to comment.