We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23033f commit e78bf28Copy full SHA for e78bf28
tikv/kv.go
@@ -621,7 +621,7 @@ func (s *KVStore) setClusterMinSafeTSByPD(ctx context.Context) bool {
621
if s.pdHttpClient != nil && isGlobal {
622
clusterMinSafeTS, err := s.pdHttpClient.GetClusterMinResolvedTS(ctx)
623
if err != nil {
624
- logutil.BgLogger().Debug("get cluster-level min resolved timestamp from PD failed", zap.Error(err))
+ logutil.BgLogger().Warn("get cluster-level min resolved timestamp from PD failed", zap.Error(err))
625
} else if clusterMinSafeTS != 0 {
626
// Update metrics.
627
preClusterMinSafeTS := s.GetMinSafeTS(oracle.GlobalTxnScope)
0 commit comments