Commit 4b01611
Secondary part merge master (#321)
* feat: support user_specific_T flag for ObTableQueryAndMutate and ObTableSingleOp (#289)
* support sync server capacity and negate expr (#288)
* adapt for distributedExecute
* Revert "adapt for distributedExecute"
This reverts commit 095ccbe.
* adapt for distributedExecute (#290)
* adapt for distributedExecute
* fix for compile
* fix for ci test
* get server capacity in odp mode
* fix for reviews
* fix sub expr bug (#291)
* fix some bugs (#298)
* fix sub expr bug
* fix queryAndMutate in secondary part
* fix tablet_id error bug (#302)
* fix sub expr bug
* fix scan bug
* add client type
* mutation,query_and_mutate set a isUserSpecifiedT based on T (#300)
* set partition id invalid when isDistributedExecuteSupported
* add query_and_mutate check_and_mutate (#305)
* add query_and_mutate check_and_mutate
* fix review
* abs func
* add kvMode test for secondary part (#307)
* Secondary part rebase master (#309)
* support mysql date/datetime (#287)
* fix addr expired throw (#292)
* add fts case (#294)
* Move JDBC driver loading to static initializer (#293)
* Optimize JDBC driver loading with thread-safe initialization and reduce log
* Move JDBC driver loading to static initializer
* remove unused code
* remove unused code
* Fix issue where low traffic prevents timely detection and refresh of RS when the peer goes offline (#297)
* [maven-release-plugin] prepare release obkv-table-client-1.4.1
* [maven-release-plugin] prepare for next development iteration
* Update README.md
* Fix ob down ls timeout (#299)
* SQLException need to refresh obTable roster
* refresh tablet address after refresh obTable roster
* refresh table roster if obtable is null
* use force renew to update roster
* add log
* update addrExpired after refresh
* Capture exceptions in the refreshIndexInfo and do syncRefreshMetadata (#301)
* Capture exceptions in the refreshIndexInfo and do syncRefreshMetadata
* fix
* fix commonExecute not catch refreshException
* [maven-release-plugin] prepare release obkv-table-client-1.4.2
* [maven-release-plugin] prepare for next development iteration
---------
Co-authored-by: vanson <[email protected]>
Co-authored-by: GroundWu <[email protected]>
Co-authored-by: junye <[email protected]>
Co-authored-by: fan <[email protected]>
Co-authored-by: Ziyu Shi <[email protected]>
* add version check for distributed execute (#311)
* change obhbaseParams defualt param
* [Fix] hbase multi partition scan return repetitive data
* fix ClientType Incompatible (#316)
* fix allowDistributeScan default value (#318)
* fix erase table group get nullptr (#315)
---------
Co-authored-by: stuBirdFly <[email protected]>
Co-authored-by: GroundWu <[email protected]>
Co-authored-by: vanson <[email protected]>
Co-authored-by: WeiXinChan <[email protected]>
Co-authored-by: junye <[email protected]>
Co-authored-by: fan <[email protected]>
Co-authored-by: Ziyu Shi <[email protected]>
Co-authored-by: stuBirdFly <[email protected]>
Co-authored-by: shen <[email protected]>1 parent 960b9e0 commit 4b01611
File tree
46 files changed
+1819
-762
lines changed- src
- main/java/com/alipay/oceanbase/rpc
- bolt/transport
- checkandmutate
- direct_load
- get
- result
- location
- model/partition
- mutation
- protocol/payload/impl
- column
- execute
- mutate
- query
- syncquery
- parser
- queryandmutate
- stream
- table
- api
- test/java/com/alipay/oceanbase/rpc
- bolt
- protocol/payload/impl/column
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1819
-762
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
273 | 277 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
108 | 112 | | |
109 | 113 | | |
110 | 114 | | |
| |||
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| 128 | + | |
| 129 | + | |
124 | 130 | | |
125 | 131 | | |
Lines changed: 61 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
433 | 434 | | |
434 | 435 | | |
435 | 436 | | |
436 | | - | |
| 437 | + | |
437 | 438 | | |
438 | 439 | | |
439 | 440 | | |
| |||
486 | 487 | | |
487 | 488 | | |
488 | 489 | | |
489 | | - | |
| 490 | + | |
490 | 491 | | |
491 | 492 | | |
492 | 493 | | |
| |||
973 | 974 | | |
974 | 975 | | |
975 | 976 | | |
976 | | - | |
| 977 | + | |
977 | 978 | | |
978 | 979 | | |
979 | 980 | | |
| |||
1393 | 1394 | | |
1394 | 1395 | | |
1395 | 1396 | | |
1396 | | - | |
| 1397 | + | |
| 1398 | + | |
1397 | 1399 | | |
1398 | 1400 | | |
1399 | 1401 | | |
| |||
1829 | 1831 | | |
1830 | 1832 | | |
1831 | 1833 | | |
1832 | | - | |
| 1834 | + | |
1833 | 1835 | | |
1834 | 1836 | | |
1835 | 1837 | | |
| |||
1944 | 1946 | | |
1945 | 1947 | | |
1946 | 1948 | | |
1947 | | - | |
| 1949 | + | |
1948 | 1950 | | |
1949 | 1951 | | |
1950 | 1952 | | |
| |||
3696 | 3698 | | |
3697 | 3699 | | |
3698 | 3700 | | |
3699 | | - | |
| 3701 | + | |
| 3702 | + | |
| 3703 | + | |
| 3704 | + | |
| 3705 | + | |
| 3706 | + | |
| 3707 | + | |
| 3708 | + | |
| 3709 | + | |
3700 | 3710 | | |
3701 | 3711 | | |
3702 | 3712 | | |
| |||
3743 | 3753 | | |
3744 | 3754 | | |
3745 | 3755 | | |
3746 | | - | |
| 3756 | + | |
| 3757 | + | |
| 3758 | + | |
3747 | 3759 | | |
3748 | 3760 | | |
3749 | 3761 | | |
| |||
3819 | 3831 | | |
3820 | 3832 | | |
3821 | 3833 | | |
3822 | | - | |
| 3834 | + | |
| 3835 | + | |
3823 | 3836 | | |
3824 | 3837 | | |
3825 | 3838 | | |
3826 | 3839 | | |
3827 | 3840 | | |
3828 | 3841 | | |
3829 | 3842 | | |
3830 | | - | |
| 3843 | + | |
| 3844 | + | |
3831 | 3845 | | |
3832 | 3846 | | |
3833 | 3847 | | |
| |||
4254 | 4268 | | |
4255 | 4269 | | |
4256 | 4270 | | |
| 4271 | + | |
| 4272 | + | |
| 4273 | + | |
| 4274 | + | |
| 4275 | + | |
| 4276 | + | |
| 4277 | + | |
| 4278 | + | |
4257 | 4279 | | |
4258 | 4280 | | |
4259 | 4281 | | |
| |||
4302 | 4324 | | |
4303 | 4325 | | |
4304 | 4326 | | |
| 4327 | + | |
| 4328 | + | |
| 4329 | + | |
| 4330 | + | |
| 4331 | + | |
| 4332 | + | |
| 4333 | + | |
| 4334 | + | |
| 4335 | + | |
| 4336 | + | |
| 4337 | + | |
| 4338 | + | |
| 4339 | + | |
| 4340 | + | |
| 4341 | + | |
| 4342 | + | |
4305 | 4343 | | |
4306 | 4344 | | |
4307 | 4345 | | |
| |||
4577 | 4615 | | |
4578 | 4616 | | |
4579 | 4617 | | |
| 4618 | + | |
| 4619 | + | |
| 4620 | + | |
| 4621 | + | |
| 4622 | + | |
| 4623 | + | |
| 4624 | + | |
| 4625 | + | |
| 4626 | + | |
| 4627 | + | |
| 4628 | + | |
| 4629 | + | |
| 4630 | + | |
4580 | 4631 | | |
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
| |||
171 | 172 | | |
172 | 173 | | |
173 | 174 | | |
| 175 | + | |
174 | 176 | | |
175 | 177 | | |
176 | 178 | | |
| |||
259 | 261 | | |
260 | 262 | | |
261 | 263 | | |
262 | | - | |
| 264 | + | |
| 265 | + | |
263 | 266 | | |
264 | 267 | | |
265 | 268 | | |
| |||
Lines changed: 19 additions & 17 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | | - | |
| 146 | + | |
| 147 | + | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
| |||
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
201 | | - | |
202 | | - | |
| 203 | + | |
| 204 | + | |
203 | 205 | | |
204 | 206 | | |
205 | 207 | | |
206 | 208 | | |
207 | 209 | | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
0 commit comments