john

Results 5 issues of john

🔧 Feature: Config History Cleanup with Retention Setting 💡 Background The his_config_info table records every configuration change, and it can grow rapidly in production environments (millions of rows). Without a...

kind/feature
kind/discussion
area/Config
kind/research

## What does this PR do? This PR fixes issue #13538 by restoring the `config_info_beta` table definition in `mysql-schema.sql`. This prevents false error logs reporting "master db xxx.xxx.xxx.xxx down" when...

feat: format imports and finalize MetadataServiceV2 implementation - Format import statements using imports-formatter with three distinct blocks - Ensure proper separation of standard library, third-party, and internal packages - Finalize...

pending PR
3.3.1

enhancement
3.3.1

## Summary This PR resolves CI failures and improves code quality issues found in PR #375, while preserving the important performance optimizations. ## Changes Made - ✅ Fixed go.mod version...