Skip to content

Commit

Permalink
Table GC: remove spammy log entry (#12625) (#12808)
Browse files Browse the repository at this point in the history
Signed-off-by: Shlomi Noach <[email protected]>
Co-authored-by: Shlomi Noach <[email protected]>
  • Loading branch information
frouioui and shlomi-noach authored Apr 3, 2023
1 parent 126c523 commit af8e5e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion go/vt/vttablet/tabletserver/gc/tablegc.go
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ func (collector *TableGC) operate(ctx context.Context) {
}
case <-purgeRequestsChan:
{
log.Info("TableGC: purgeRequestsChan")
go func() {
tableName, err := collector.purge(ctx)
if err != nil {
Expand Down

0 comments on commit af8e5e5

Please sign in to comment.