alibaba/sentinel-golang

[BUG] When the system clock is maliciously modified, the sliding window data reading will cause errors

Open

#409 geöffnet am 27. Mai 2021

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (1 zugewiesene Person)Go (453 Forks)github user discovery
good first issuekind/bugkind/enhancement

Repository-Metriken

Stars
 (2.957 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Issue Description

Type: bug report

When the system clock is maliciously modified, the sliding window data reading will cause errors

Describe what happened

print a lot of logs due to data reading error

Describe what you expected to happen

  1. Reduce the frequency of error log output
  2. reset the bucket to avoid it

How to reproduce it (as minimally and precisely as possible)

  1. Adjust the system time back when Sentinel is working

Tell us your environment

Anything else we need to know?

image

Contributor Guide