Commit Graph

284 Commits

Author SHA1 Message Date
shi yuhang fca8893de2
update version to 3.3.4 (#746)
Signed-off-by: shiyuhang <1136742008@qq.com>
2023-04-28 21:40:22 +08:00
Ti Chi Robot 4463abb6c9
[close #736] Select reachable store (#737) (#742)
Signed-off-by: shiyuhang <1136742008@qq.com>
2023-04-27 22:06:06 +08:00
Ti Chi Robot a958699e0f
fix CI (#741) (#743)
Signed-off-by: shiyuhang <1136742008@qq.com>
2023-04-27 21:49:06 +08:00
shi yuhang 43216ad3f0
update version to 3.3.3 (#733)
Signed-off-by: shiyuhang <1136742008@qq.com>
2023-04-27 20:17:37 +08:00
Ti Chi Robot a09b06d6b4
fix byte overflow (#729)
Signed-off-by: shiyuhang <1136742008@qq.com>
Co-authored-by: shiyuhang <1136742008@qq.com>
2023-03-07 11:22:23 +00:00
Ti Chi Robot 287317f6a2
[to #773] implement UpdateServiceGCSafePoint (#723) (#732)
* implement UpdateServiceGCSafePoint

Signed-off-by: shiyuhang <1136742008@qq.com>
2023-03-07 19:13:03 +08:00
Ti Chi Robot d8f7a54d9e
fix pair (#727)
Signed-off-by: shiyuhang <1136742008@qq.com>
Co-authored-by: shiyuhang <1136742008@qq.com>
2023-03-07 13:03:52 +08:00
ti-srebot c85eeae7d3
Add RegionCacheInvalidCallBack (#653) #715
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
Co-authored-by: tomato <38561029+qidi1@users.noreply.github.com>
2023-02-09 10:51:32 +08:00
shi yuhang 2029478fa9
upgrade version to 3.3.2 in release-3.3 (#710)
Signed-off-by: shiyuhang <1136742008@qq.com>

Signed-off-by: shiyuhang <1136742008@qq.com>
2023-01-06 10:07:56 +08:00
shi yuhang 6b21aa6902
[close #699] Batch pick from release-3.1.1.11 (#708)
* [close #626] remove nix-shell (#627)

Signed-off-by: shiyuhang <1136742008@qq.com>

* fix wrong backoffer for pd client

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: shiyuhang <1136742008@qq.com>

* add TsoBatchUsedUp region error handler

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: shiyuhang <1136742008@qq.com>

* fix license header

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: shiyuhang <1136742008@qq.com>

* upgrade grpc-netty to 1.48.0

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: shiyuhang <1136742008@qq.com>

* Update pom.xml

Upgrade commons-codec as well

Signed-off-by: shiyuhang <1136742008@qq.com>

* upgrade protobuf

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: shiyuhang <1136742008@qq.com>

* upgrade protobuf to 3.19.6

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Signed-off-by: shiyuhang <1136742008@qq.com>

Signed-off-by: shiyuhang <1136742008@qq.com>
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
Co-authored-by: iosmanthus <dengliming@pingcap.com>
Co-authored-by: iosmanthus <myosmanthustree@gmail.com>
Co-authored-by: Xiaoguang Sun <sunxiaoguang@users.noreply.github.com>
2022-12-30 20:20:09 +08:00
ti-srebot 30930e22e4
[close #693] Add test for RangeSplitter (#694) #698
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
Co-authored-by: shi yuhang <52435083+shiyuhang0@users.noreply.github.com>
2022-12-29 15:47:56 +08:00
ti-srebot a345184780
[to #656] Fix scan with lock (#670) #697
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
Co-authored-by: Ping Yu <yuping@pingcap.com>
2022-12-29 15:21:16 +08:00
ti-srebot 82c99e2c2b
[close #684] Fix batch get blocked by write (#685) #691 2022-12-20 21:43:25 +08:00
ti-srebot 571a47c4f7
[close #679] Let ColumnRef case insensitive (#678) #690 2022-12-20 21:08:47 +08:00
ti-srebot 6efa139d77
[close #663] Avoid overflow (#664) #689 2022-12-20 20:53:51 +08:00
ti-srebot f395e4b8d1
[close #663] Select TiFlash Stores Round-Robin (#662) #688 2022-12-20 20:30:44 +08:00
ti-srebot 6c0f6adeaa
[close #639] reduce lock granularity of RegionStoreClient and PDClient (#638) (#642)
Co-authored-by: iosmanthus <dengliming@pingcap.com>
2022-07-31 21:02:04 +08:00
ti-srebot 9a127af613
[close #634] fix rawBatchPut hang while batch size is larger than MAX_RAW_BATCH_LIMIT (#640) (#641)
Co-authored-by: iosmanthus <dengliming@pingcap.com>
2022-07-29 19:09:16 +08:00
ti-srebot 6e8c0fc99a
cherry pick #636 to release-3.3 (#637)
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>

Co-authored-by: iosmanthus <dengliming@pingcap.com>
2022-07-29 16:50:14 +08:00
ti-srebot 52491a1fcf
[fix #623] region may be missed (#624) (#625)
Co-authored-by: Trafalgar Ricardo Lu <TrafalgarRicardoLu@gmail.com>
2022-06-30 17:53:06 +08:00
ti-srebot 7e8bdb0966
[close #619] Shutdown recycler when closing ChannelFactory to avoid resource leak (#618) (#621)
Co-authored-by: Daemonxiao <35677990+Daemonxiao@users.noreply.github.com>
2022-06-22 13:31:34 +08:00
ti-srebot 1267187c11
[close #616] check store version while using API V2 (#617) (#620)
Co-authored-by: iosmanthus <dengliming@pingcap.com>
2022-06-20 22:38:47 +08:00
ti-srebot 191cea0182
[close #610] [to #590] add docs for api v2 and tls reload (#611) (#614)
Co-authored-by: iosmanthus <dengliming@pingcap.com>
2022-06-15 15:47:34 +08:00
ti-srebot 64beacfb9c
fix TLS reload doesn't work after delete cert file (#609) (#612)
Co-authored-by: Daemonxiao <35677990+Daemonxiao@users.noreply.github.com>
2022-06-14 23:23:00 +08:00
iosmanthus aacbb8c849
[close #606]: change the default prefix for API v2 (#607) 2022-06-06 21:22:03 +08:00
iosmanthus 9ce52d3401
[to #555] enable api v2 (#575) 2022-06-02 16:33:28 +08:00
iosmanthus 774ee50189
[close #596] fix tls reloading encouter slow thread npe (#597) 2022-05-18 11:16:17 +08:00
xieyi888 3163793311
[close #600] `ScanIterator` missing fetch the region keys because the wrong limit setting
Signed-off-by: Yi Xie <xieyi01@rd.netease.com>

Co-authored-by: Yi Xie <xieyi01@rd.netease.com>
2022-05-13 00:07:29 +08:00
iosmanthus 660199a2d2
[to #591] update all the branch of proto while precompiling to avoid commit miss (#598) 2022-04-24 14:34:57 +08:00
iosmanthus 7a123a07e2
[close #591] update all the branch of proto while precompiling to avoid commit miss (#592) 2022-04-22 07:36:40 +00:00
iosmanthus 09cb452c2e
[close #588] support tls reload (#589) 2022-04-19 12:14:07 +08:00
iosmanthus 7fa24c3206
[close #567] upgrade jackson-databind to 2.13.2.2 to fix CVE-2020-36518 (#584) 2022-04-07 18:11:24 +08:00
shiyuhang0 56d64ef5c2
[fix #537] fix convert byte[] to long error (#538)
Co-authored-by: Liangliang Gu <marsishandsome@gmail.com>
Co-authored-by: Jian Zhang <zjsariel@gmail.com>
2022-03-29 14:28:02 +08:00
iosmanthus ef1678724f
[close #572] misc: fix syntax issues in github issue/pr templates (#573) 2022-03-28 01:41:49 +00:00
iosmanthus 6cbf56aede
[to #556] metrics: attach cluster label to metrics (#558) 2022-03-28 01:20:50 +00:00
iosmanthus f4e7c302ad
[close #570] mockserver: fix unstable mock server cluster setup (#571) 2022-03-25 16:34:17 +08:00
Liangliang Gu 7278d5aa1d
delete Netty Allocator on grafana (#553)
Signed-off-by: marsishandsome <marsishandsome@gmail.com>

Co-authored-by: Jian Zhang <zjsariel@gmail.com>
2022-03-24 07:08:21 +00:00
iosmanthus 36d010973f
[to #464] add unit tests for exported API of RawKVClient (#471)
Co-authored-by: Jian Zhang <zjsariel@gmail.com>
2022-03-24 06:47:08 +00:00
Liangliang Gu 92fea3289a
[close #519] remove cdc and br releated components (#563) 2022-03-23 06:48:55 +00:00
iosmanthus e89ca5f37b
[close #550] rawkv: fix seek leader/proxy store early abort (#551)
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
2022-03-23 12:48:48 +08:00
iosmanthus b5b0545b6f
[close #415] CI: enable spotbugs for pull request for master or push to master (#532)
Co-authored-by: Jian Zhang <zjsariel@gmail.com>
2022-03-22 16:46:40 +08:00
iosmanthus d354ffc99a
[to #556] slowlog: attach cluster_id and pd_addresses to slow log properties (#557) 2022-03-21 17:39:18 +08:00
iosmanthus 97983823cc
[close #540] rawkv: fix scan return empty set while exist empty key (#541) 2022-03-01 14:35:29 +08:00
Liangliang Gu 36feccb3fa
[close #542] update protobuf version to 3.16.1 (#539) 2022-02-28 21:40:42 +08:00
Jian Zhang c75730e122
[to #421] add a python script to analyze slow log stats (#527)
Co-authored-by: Liangliang Gu <marsishandsome@gmail.com>
2022-02-22 15:52:02 +08:00
iosmanthus d24b8e9da7
[to #439] introduce MockThreeStoresTest to onStoreUnreachable (#518)
Co-authored-by: Jian Zhang <zjsariel@gmail.com>
2022-02-21 16:14:22 +08:00
Jian Zhang 2ac49bb92c
[close #528] add workflows to check staleness and PR title (#529) 2022-02-21 13:49:17 +08:00
Andy Lok 49476d7fa0
[to #526] Add codecov on Github Action (#524) 2022-02-18 10:04:29 +08:00
Liangliang Gu b30a8ff35f
update pom version to 3.3.0-SNAPSHOT (#530)
Signed-off-by: marsishandsome <marsishandsome@gmail.com>
2022-02-17 11:01:45 +08:00
Jian Zhang ef1abb3067
[close #520] add communication method in README (#521) 2022-02-16 14:16:04 +08:00