Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
update glide
Browse files Browse the repository at this point in the history
  • Loading branch information
datoug committed May 2, 2017
1 parent cbeb2f1 commit 33897c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 2 additions & 4 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions glide.yaml
Expand Up @@ -2,9 +2,6 @@ package: github.com/uber/cherami-server
import:
- package: github.com/Sirupsen/logrus
- package: github.com/apache/thrift
repo: git://git.apache.org/thrift.git
vcs: git
version: ^0.9.3
subpackages:
- lib/go/thrift
- package: github.com/aws/aws-sdk-go
Expand Down
2 changes: 1 addition & 1 deletion services/replicator/metadataReconciler.go
Expand Up @@ -390,7 +390,7 @@ func (r *metadataReconciler) reconcileCg(localCgs []*shared.ConsumerGroupDescrip
// We don't need to handle this because deleted cg will still be in the uuid table for 30 days, so it should be covered by case #1

r.m3Client.UpdateGauge(metrics.ReplicatorReconcileScope, metrics.ReplicatorReconcileCgFoundMissing, replicatorReconcileCgFoundMissingCount)
r.m3Client.UpdateGauge(metrics.ReplicatorReconcileScope, metrics.ReplicatorReconcileCgFoundUp
r.m3Client.UpdateGauge(metrics.ReplicatorReconcileScope, metrics.ReplicatorReconcileCgFoundUpdated, replicatorReconcileCgFoundUpdatedCount)
}

func (r *metadataReconciler) compareAndUpdateCg(remoteCg *shared.ConsumerGroupDescription, localCg *shared.ConsumerGroupDescription, logger bark.Logger, replicatorReconcileCgFoundUpdatedCount *int64) {
Expand Down

0 comments on commit 33897c8

Please sign in to comment.