We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
panic: interface conversion: interface {} is nil, not *statistics.Table goroutine 234846 [running]: [github.com/pingcap/tidb/statistics/handle/cache/internal/lfu.(*LFU).onEvict](http://github.com/pingcap/tidb/statistics/handle/cache/internal/lfu.(*LFU).onEvict)(0xc0713f33f8, 0xc01c5e1680) statistics/handle/cache/internal/lfu/lfu_cache.go:123 +0x1be [github.com/dgraph-io/ristretto.NewCache.func2(0xc01c5e1680)](http://github.com/dgraph-io/ristretto.NewCache.func2(0xc01c5e1680)) external/com_github_dgraph_io_ristretto/cache.go:188 +0x31 [github.com/dgraph-io/ristretto.(*Cache).processItems.func2(0xc01c5e1680)](http://github.com/dgraph-io/ristretto.(*Cache).processItems.func2(0xc01c5e1680)) external/com_github_dgraph_io_ristretto/cache.go:447 +0xb7 [github.com/dgraph-io/ristretto.(*Cache).processItems(0xc00619c000)](http://github.com/dgraph-io/ristretto.(*Cache).processItems(0xc00619c000)) external/com_github_dgraph_io_ristretto/cache.go:479 +0x3ae created by [github.com/dgraph-io/ristretto.NewCache](http://github.com/dgraph-io/ristretto.NewCache) in goroutine 209915 external/com_github_dgraph_io_ristretto/cache.go:207 +0x645
The text was updated successfully, but these errors were encountered:
*: get nil in the LFU's onEvict (#45949)
d819ea3
close #45946
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
2. What did you expect to see? (Required)
3. What did you see instead (Required)
4. What is your TiDB version? (Required)
The text was updated successfully, but these errors were encountered: