$ cat mo-service.log.1 | awk '{print $4, $5}' | grep INFO | sort | uniq -c | sort -n | tail
1577 INFO rpc/handle.go:525
1583 INFO rpc/handle.go:578
2102 INFO tn-service.lockservice.lockservice.allocator
2110 INFO cn-service.lockservice
2367 INFO tn-service.logtail-server
3555 INFO cn-service
11305 INFO compile/sql_executor.go:359
119035 INFO txnimpl/table.go:357
119035 INFO txnimpl/table.go:405
119035 INFO txnimpl/table.go:413
$ let val=119035/60; echo $val
1983
Is there an existing issue for the same bug?
Branch Name
main
Commit ID
86dbf35af
Other Environment Information
Actual Behavior
日志打印超过阈值(1000 行/秒)
mo-service.log.1.tgz
附件是 2024/09/04 15:00:49 ~ 2024/09/04 15:01:48 的日志, 主要是 txnimpl/table.go:357, txnimpl/table.go:405, txnimpl/table.go:413 在刷日志
Expected Behavior
No response
Steps to Reproduce
https://github.com/matrixorigin/matrixone/actions/runs/10704212820/job/29676638690
Additional information
No response