apache/dubbo

upgrade dubb2 to dubbo3 exists some diry data in cache

Open

#12.756 geöffnet am 19. Juli 2023

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (26.453 Forks)batch import
component/sdkhelp wantedtype/bug

Repository-Metriken

Stars
 (41.524 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 7T 14h) (20 gemergte PRs in 30 T)

Beschreibung

  • I have searched the issues of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 3.1.0
  • Operating System version: Linux
  • Java version: 1.8

Steps to reproduce this issue

Upgrading dubbo2. x to dubbo3. x on the same machine will reuse the Disk buffer file (the interface level data is not cleaned up, and some data exists in Dirty data) 同一台机器dubbo2.x升级dubbo3.x 会复用磁盘缓存文件(接口级数据未清理掉,部分数据存在脏数据的场景)

Pls. provide [GitHub address] to reproduce this issue.

Expected Behavior

don't use some dirty data such as qos enable = false

Actual Behavior

still use some dirty data

If there is an exception, please attach the exception trace:

Just put your stack trace here!

Contributor Guide