From 7be913de6e8e9ba361e43513869ba26b3752c5cf Mon Sep 17 00:00:00 2001 From: Tristan Su Date: Tue, 23 Jun 2020 06:01:32 +0800 Subject: [PATCH] chore(tsdb): clean up unused ShardID in EngineOptions (#17243) --- tsdb/engine.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tsdb/engine.go b/tsdb/engine.go index 48f300a0ea..4a90205a2f 100644 --- a/tsdb/engine.go +++ b/tsdb/engine.go @@ -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.