Open wwar opened 4 years ago
are there any other TiDB instances doing some insertions?
No, this is just a minimal install: 1x tidb 1x tikv 1x pd.
I have switched from tiup temporarily to my previous script of downloading wget http://download.pingcap.org/tidb-nightly-linux-amd64.tar.gz
. It seems that tiup nightly is currently a few days behind.
This is in line with current product design, but the design may be defective
/bug P2
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. What did you do?
This is a regression:
2. What did you expect to see?
TiDB 2.1.2 (the version I had on hand):
3. What did you see instead?
TiDB 4.0:
Because integers default to signed, that is 1/1000th of the keyspace consumed. It looks like the next restart only consumes
30000
values, which is better. But I haven't tested with multiple tidb-servers:4. What version of TiDB are you using? (
tidb-server -V
or runselect tidb_version();
on TiDB)