chore(tsdb): clean up unused ShardID in EngineOptions (#17243)

pull/18429/head
Tristan Su 2020-06-23 06:01:32 +08:00 committed by GitHub
parent 7f08d1f99f
commit 7be913de6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ func NewEngine(id uint64, i Index, path string, walPath string, sfile *SeriesFil
type EngineOptions struct {
EngineVersion string
IndexVersion string
ShardID uint64
InmemIndex interface{} // shared in-memory index
// Limits the concurrent number of TSM files that can be loaded at once.