Skip to content

Commit

Permalink
Merge branch 'master' into paul-cache-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 committed Sep 3, 2021
2 parents 30b8b7f + 4fb0555 commit dc1a88d
Show file tree
Hide file tree
Showing 105 changed files with 1,444 additions and 736 deletions.
3 changes: 0 additions & 3 deletions common/archiver/interface.go
Expand Up @@ -34,7 +34,6 @@ import (
"go.temporal.io/server/common/searchattribute"

archiverspb "go.temporal.io/server/api/archiver/v1"
"go.temporal.io/server/common/cache"
"go.temporal.io/server/common/cluster"
"go.temporal.io/server/common/log"
"go.temporal.io/server/common/metrics"
Expand Down Expand Up @@ -76,7 +75,6 @@ type (
Logger log.Logger
MetricsClient metrics.Client
ClusterMetadata cluster.Metadata
NamespaceCache cache.NamespaceCache
}

// HistoryArchiver is used to archive history and read archived history
Expand All @@ -102,7 +100,6 @@ type (
Logger log.Logger
MetricsClient metrics.Client
ClusterMetadata cluster.Metadata
NamespaceCache cache.NamespaceCache
}

// QueryVisibilityRequest is the request to query archived visibility records
Expand Down

0 comments on commit dc1a88d

Please sign in to comment.