Closed stonebirdjx closed 2 months ago
单实例规格 8C16G,服务数量级20w左右,平时运行稳定,突然内存飙升,然后oom被kill。没有内存飙升的现场pprof,有没有有经验的懂哥告知一下排查方案
数据库lastFetchTime慢查询情况下返回0,导致数据库全量拉取 if maxWait != 0 && timePass > maxWait { log.Infof("[Store][database] query now spend %s, exceed %s, skip", timePass, maxWait) return 0, nil }