Skip to content

Commit

Permalink
Merge pull request #1284 from tigrisdata/main
Browse files Browse the repository at this point in the history
Release Beta
  • Loading branch information
himank authored Jun 28, 2023
2 parents 7d79533 + 1189cf2 commit 7156e15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/proto
Submodule proto updated from 7e29de to 8b60b6
3 changes: 2 additions & 1 deletion server/metadata/tenant.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ func NewTenantManager(kvStore kv.TxStore, searchStore search.Store, txMgr *trans
func newTenantManager(kvStore kv.TxStore, searchStore search.Store, mdNameRegistry *NameRegistry, txMgr *transaction.Manager) *TenantManager {
collectionsInSearch, err := searchStore.AllCollections(context.TODO())
if err != nil {
log.Fatal().Err(err).Msgf("error starting server: loading schemas from search failed")
log.Err(err).Msgf("error starting server: loading schemas from search failed")
collectionsInSearch = make(map[string]*tsApi.CollectionResponse)
}

return &TenantManager{
Expand Down

0 comments on commit 7156e15

Please sign in to comment.