Skip to content
New issue

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

goleveldb failed at CI test. #49

Closed
coocood opened this issue Sep 7, 2015 · 1 comment
Closed

goleveldb failed at CI test. #49

coocood opened this issue Sep 7, 2015 · 1 comment

Comments

@coocood
Copy link
Member

coocood commented Sep 7, 2015

It happens randomly.

full log is at https://travis-ci.org/pingcap/tidb/jobs/79117789

2015/09/07 12:54:47 kv.go:121: [debug] Begin txn:103
2015/09/07 12:54:47 kv.go:121: [debug] Begin txn:104
2015/09/07 12:54:47 txn.go:155: [debug] set key:1, txn:104
2015/09/07 12:54:47 txn.go:155: [debug] set key:1, txn:103
2015/09/07 12:54:47 txn.go:266: [info] commit txn 104
2015/09/07 12:54:47 txn.go:266: [info] commit txn 104
panic: runtime error: index out of range
goroutine 115 [running]:
github.com/syndtr/goleveldb/leveldb/memdb.(*dbIter).Next(0xc208084880, 0xc208084800)
    /home/travis/gopath/src/github.com/pingcap/tidb/Godeps/_workspace/src/github.com/syndtr/goleveldb/leveldb/memdb/memdb.go:129 +0x187
github.com/pingcap/tidb/store/localstore.(*dbTxn).each(0xc208096900, 0xc20a7aedb8, 0x0, 0x0)
    github.com/pingcap/tidb/store/localstore/_test/_obj_test/txn.go:201 +0x158
github.com/pingcap/tidb/store/localstore.(*dbTxn).doCommit(0xc208096900, 0x0, 0x0)
    github.com/pingcap/tidb/store/localstore/_test/_obj_test/txn.go:248 +0x405
github.com/pingcap/tidb/store/localstore.(*dbTxn).Commit(0xc208096900, 0x0, 0x0)
    github.com/pingcap/tidb/store/localstore/_test/_obj_test/txn.go:273 +0x1ba
github.com/pingcap/tidb/store/localstore.func·005()
    /home/travis/gopath/src/github.com/pingcap/tidb/store/localstore/kv_test.go:471 +0x234
created by github.com/pingcap/tidb/store/localstore.(*testKVSuite).TestConditionIfEqual
    /home/travis/gopath/src/github.com/pingcap/tidb/store/localstore/kv_test.go:475 +0x512
@qiuyesuifeng
Copy link
Member

see #50

YuJuncen pushed a commit to YuJuncen/tidb that referenced this issue Apr 23, 2021
* README, docs: add TiDB Lightning user guide

* Update wording

* Update wording

* Fix format

* Update wording

* Update wording

* Update wording

* Resolve comments

* Resolve comments

* Fix a comma

* Update wording and fix a comma
YuJuncen pushed a commit to YuJuncen/tidb that referenced this issue Apr 23, 2021
* use distsql to checksum

* address comment

* use recent ts to ensure request ts greater than safepoint

* add log

* fix index rewrite in checksum

* add integration test

* add fast checksum switch

* fix encode key bug

* fix index checksum

* hidden checksum flag and cmd
xhebox pushed a commit to xhebox/tidb that referenced this issue Sep 28, 2021
xhebox pushed a commit to xhebox/tidb that referenced this issue Oct 8, 2021
okJiang pushed a commit to okJiang/tidb that referenced this issue Oct 19, 2021
* add variable to struct

* use global variable

* add UT

* update go.mod go.sum

* refine code

* refine code again

* add escape integration tests

* fix bug

* fix

* address comment

* address comment

* fix test

* address comment
iosmanthus pushed a commit to iosmanthus/tidb that referenced this issue Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants