3 Kommentare (3 Kommentare)0 Reaktionen (0 Reaktionen)1 zugewiesene Person (1 zugewiesene Person)C24.849 Stars (24.849 Stars)5.002 Forks (5.002 Forks)batch import
help wantedquestion
Beschreibung
修改了taos.config 文件中关于日志的存储位置的配置,但是仍然会在旧的默认存储日志文件的位置存储日志,同时在新的目录下也存在日志。
Contributor Guide
- Tech Stack
- c
- Domain
- databasebackend
- Issue Type
- bug
- SchwierigkeitGeschätzte Implementierungsschwierigkeit für neue Contributors, von 1 für sehr kleine Änderungen bis 5 für Expertenarbeit.
- 3
- Geschätzte ZeitEin grober Zeitrahmen, um zu recherchieren, zu implementieren, zu testen und einen Pull Request vorzubereiten.
- half day
- AktivitätsstatusWie verfügbar das Issue gerade wirkt: frisch, aktiv, stale, blockiert oder wartet auf Maintainer-Input.
- blocked
- KlarheitWie klar das Issue die erwartete Änderung, Akzeptanzkriterien und den nächsten Schritt erklärt.
- needs investigation
- Voraussetzungen
- basic knowledge of TDengine configurationfamiliarity with file system logs
- EinsteigerfreundlichkeitEin Score von 1 bis 100, der schätzt, wie zugänglich dieses Issue für First-Time Contributors ist.
- 30
- Research-Richtung
- The issue reports that after changing the log storage path in taos.config, logs still appear in both the old and new locations. Investigate the log configuration parsing in TDengine's source code, particularly in files related to log initialization (e.g., src/util/src/tlog.c or similar). Check if the old path is being used due to a fallback or caching mechanism. Additionally, review any environment variables or default settings that might override the config. The assignee may have further insights from the comments.