You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SQLe Version
UI Version: release-1.2201.x 0ad3134
Server Version: release-1.2201.x-ee 658ec45d5a
To Reproduce
Steps to reproduce the behavior:
1.创建一个慢日志功能的审核任务,启动对应的scanner程序
2.在对应的mysql数据源上,造出来一些慢语句
3.在sqle对应的审核任务中查看到对应的慢语句之后,删除该审核任务
4.对应的scanner运行结束,且出现panic信息
panic: runtime error: slice bounds out of range [:18446744073709551615] with length 0
goroutine 51 [running]:
github.com/percona/pmm-agent/agents/mysql/slowlog/parser.(*SlowLogParser).Run(0xc00060e000)
/universe/vendor/github.com/percona/pmm-agent/agents/mysql/slowlog/parser/parser.go:151 +0x507
created by github.com/actiontech/sqle/sqle/cmd/scannerd/scanners/slowquery.(*SlowQuery).Run
/universe/sqle/cmd/scannerd/scanners/slowquery/slowquery_ee.go:51 +0x28
The text was updated successfully, but these errors were encountered:
验证版本
UI Version: main 1651c64
Server Version: main-ee 8066a53
验证步骤:
Steps to reproduce the behavior:
1.创建一个慢日志功能的审核任务,启动对应的scanner程序
2.在对应的mysql数据源上,造出来一些慢语句
3.在sqle对应的审核任务中查看到对应的慢语句之后,删除该审核任务
4.对应的scanner正常结束运行,且没有出现panic信息
SQLe Version
UI Version: release-1.2201.x 0ad3134
Server Version: release-1.2201.x-ee 658ec45d5a
To Reproduce
Steps to reproduce the behavior:
1.创建一个慢日志功能的审核任务,启动对应的scanner程序
2.在对应的mysql数据源上,造出来一些慢语句
3.在sqle对应的审核任务中查看到对应的慢语句之后,删除该审核任务
4.对应的scanner运行结束,且出现panic信息
panic: runtime error: slice bounds out of range [:18446744073709551615] with length 0
goroutine 51 [running]:
github.com/percona/pmm-agent/agents/mysql/slowlog/parser.(*SlowLogParser).Run(0xc00060e000)
/universe/vendor/github.com/percona/pmm-agent/agents/mysql/slowlog/parser/parser.go:151 +0x507
created by github.com/actiontech/sqle/sqle/cmd/scannerd/scanners/slowquery.(*SlowQuery).Run
/universe/sqle/cmd/scannerd/scanners/slowquery/slowquery_ee.go:51 +0x28
The text was updated successfully, but these errors were encountered: