1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C8,229 stars (8,229 stars)1,003 forks (1,003 forks)batch import
area/docdbgood first issuekind/enhancementpriority/medium
説明
Jira Link: DB-1666
- There could be a lot of these records.
- Values could be large.
- There could be sensitive customer data that could later be uploaded for log analysis.
- Issue 種別
- security
- 調査方針
- Investigate the tablet bootstrap process in the YugabyteDB codebase. Look for where Raft records are dumped or logged during bootstrap. Identify the code path that ingests uncommitted Raft entries and determine how to suppress logging of such records. Consider the impact on debugging and diagnostics. Possibly modify the logging to exclude 'orphaned' records or ensure they are not dumped as part of standard bootstrap logs.