Skip to content

Commit e78bf28

Browse files
committed
change debug to warn
Signed-off-by: husharp <[email protected]>
1 parent e23033f commit e78bf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tikv/kv.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ func (s *KVStore) setClusterMinSafeTSByPD(ctx context.Context) bool {
621621
if s.pdHttpClient != nil && isGlobal {
622622
clusterMinSafeTS, err := s.pdHttpClient.GetClusterMinResolvedTS(ctx)
623623
if err != nil {
624-
logutil.BgLogger().Debug("get cluster-level min resolved timestamp from PD failed", zap.Error(err))
624+
logutil.BgLogger().Warn("get cluster-level min resolved timestamp from PD failed", zap.Error(err))
625625
} else if clusterMinSafeTS != 0 {
626626
// Update metrics.
627627
preClusterMinSafeTS := s.GetMinSafeTS(oracle.GlobalTxnScope)

0 commit comments

Comments
 (0)