3 commentaires (3 commentaires)0 réactions (0 réactions)1 assigné (1 assigné)C24 849 stars (24 849 stars)5 002 forks (5 002 forks)batch import
help wantedquestion
Description
修改了taos.config 文件中关于日志的存储位置的配置,但是仍然会在旧的默认存储日志文件的位置存储日志,同时在新的目录下也存在日志。
Guide contributeur
- Stack technique
- c
- Domaine
- databasebackend
- Type d'issue
- bug
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 3
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- half day
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- blocked
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- needs investigation
- Prérequis
- basic knowledge of TDengine configurationfamiliarity with file system logs
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 30
- Direction de recherche
- 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.