-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
lost connection when I create partitioned table #7362
Comments
chainkite
changed the title
lost connection when create partitioned table
lost connection when I create partitioned table
Aug 13, 2018
@ciscoxll PTAL |
@ciscoxll I am looking into it. |
It's fixed in #7252 |
@tiancaiamao No, it is another issue |
@chainkite
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please answer these questions before submitting your issue. Thanks!
I tried to load data into tidb with tidb‘s
loader
, but it always lost connection while loading metadata sql, without any error information.Finally I found out the reason... it lost connection while creating partitioned table.
Reproduce the issue:
What did you expect to see?
Detail error message.
What did you see instead?
Lost connection.
What version of TiDB are you using (
tidb-server -V
or runselect tidb_version();
on TiDB)?Release Version: v2.0.4-1-g06a0bf5
Git Commit Hash: 06a0bf5
Git Branch: release-2.0
UTC Build Time: 2018-06-19 05:32:47
GoVersion: go version go1.10.2 linux/amd64
TiKV Min Version: 2.0.0-rc.4.1 |
The text was updated successfully, but these errors were encountered: