Skip to content

Commit

Permalink
Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilder committed Mar 2, 2016
1 parent a1c9ce6 commit a54befb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/shard_writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (w *ShardWriter) WriteShard(shardID, ownerID uint64, points []models.Point)
// Determine the location of this shard and whether it still exists
db, rp, sgi := w.MetaClient.ShardOwner(shardID)
if sgi == nil {
// If we can't the shard group for this shard, then we need to drop this request
// If we can't get the shard group for this shard, then we need to drop this request
// as it is no longer valid. This could happen if writes were queued via
// hinted handoff and we're processing the queue after a shard group was deleted.
return nil
Expand Down

0 comments on commit a54befb

Please sign in to comment.