Fix data models (#13444)

### What problem does this PR solve?

Since database model is updated in python version, go server also need
to update

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Signed-off-by: Jin Hai <haijin.chn@gmail.com>
This commit is contained in:
Jin Hai
2026-03-06 20:05:10 +08:00
committed by GitHub
parent 3ed91345aa
commit 01a100bb29
29 changed files with 565 additions and 137 deletions

View File

@ -347,8 +347,7 @@ func (p *analyzerPool) Close() {
p.baseAnalyzer = nil
}
logger.Info("Analyzer pool closed",
zap.Int32("final_size", atomic.LoadInt32(&p.currentSize)))
logger.Info(fmt.Sprintf("Analyzer pool closed, final_size: %d", atomic.LoadInt32(&p.currentSize)))
}
// GetPoolStats returns current pool statistics