Commit Graph

47 Commits

Author SHA1 Message Date
Liangliang Gu 2ceec148c1 fix compile error becase of proto (#65) 2019-08-14 14:38:45 +08:00
birdstorm 24ed19b582 Fix ScanIterator may fail when an error encounters (#63) 2019-06-14 17:41:27 +08:00
birdstorm daca5d23f2 Add gradle build documents (#59) 2019-04-10 14:17:05 +08:00
Soup 67112a9eca
Update README.md
Change typo. According to what I know, PingCAP should either be `PingCAP` or `pingcap` but not `PingCap`.
2019-04-03 14:03:40 +08:00
Zili Chen f8fa00387a Correct README for new repo base url (#54)
Signed-off-by: tison <wander4096@gmail.com>
2019-03-28 13:20:59 -04:00
Zili Chen a166cc07d8 Properly add include proto files for Maven build (#55) 2019-03-28 20:16:01 +08:00
birdstorm a67f45cf53
Fix ipv6 address (#51) 2019-03-05 16:31:40 +08:00
birdstorm c4b32df541
Fix gradle build (#50) 2019-02-27 14:57:55 +08:00
birdstorm 1d66f4effa
Refine region refresh logic in RegionStoreClient.get (#27)
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2019-01-21 18:37:55 +08:00
chenjing ebe6f6bece Fix gradle build bugs and remove hadoop dependencies (#26)
Signed-off-by: jackycchen <120505816@qq.com>
2019-01-21 17:45:23 +08:00
birdstorm 491efa9fbb
fix #21 (#23) 2019-01-07 15:30:41 +08:00
Soup 2f0d9997d1 Refactory class model (#18) 2019-01-04 16:45:35 +08:00
birdstorm 24719494ea
Fix data race in context (#22) 2018-12-28 10:51:07 +08:00
birdstorm 45d8f78727
Fix several client tests (#19) 2018-12-25 17:03:59 +08:00
Soup 2c1ed9d08c
Fix backOffer data race 2018-12-21 16:32:38 +08:00
birdstorm ce2adbe2c9 fix multi-thread on backOffer
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-12-21 16:10:02 +08:00
Soup c7ff78aefe
Add multi-threading for batchPut 2018-12-20 17:36:57 +08:00
birdstorm f964343f13 apply comments
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-12-19 21:19:43 +08:00
birdstorm 6aea6bbf2b tiny modification
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-12-19 17:57:18 +08:00
birdstorm 96a28811db modify test
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-12-19 17:08:34 +08:00
birdstorm 4aa8046b9f add comments
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-12-19 16:40:23 +08:00
birdstorm 106a7c3b3f add multi-thread for batchPut
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-12-19 16:22:32 +08:00
birdstorm 2a50639074
Extend for YCSB (#14) 2018-12-19 13:20:01 +08:00
birdstorm 7ff70610f9
Separate raw client and txn client (#13) 2018-12-12 20:24:12 +08:00
birdstorm def2e5767f
add other codec (#12) 2018-12-11 19:43:23 +08:00
birdstorm 168e169fb1
Update README.md 2018-12-11 18:20:07 +08:00
birdstorm 3027bd76bc
modify readme (#11) 2018-12-10 17:10:08 +08:00
birdstorm a93e507126
Fix pd response is null (#10) 2018-12-08 19:08:26 +08:00
birdstorm eeced35f2c
add kv mode KV/RAW (#9) 2018-12-08 16:20:39 +08:00
birdstorm b11d513192
add raw-batch-put api (#8) 2018-12-08 14:02:40 +08:00
Huachao Huang 1669051914
Merge pull request #7 from birdstorm/fix-lock-resolver-test
Fix LockResolverTest
2018-12-07 16:26:40 +08:00
birdstorm 09865bb166 fix LockResolverTest
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-12-07 14:02:58 +08:00
Huachao Huang 46332bd5cb
Merge pull request #5 from birdstorm/init_gradle_build
Init gradle build
2018-12-05 10:19:32 +08:00
Huachao Huang 43df304e3c
Delete most unused apis (#6)
Delete most unused apis
2018-12-05 10:18:04 +08:00
birdstorm 232b7018dd add logs for storeNotMatch
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-12-04 18:18:39 +08:00
birdstorm 2635655b75 format
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-11-30 15:55:29 +08:00
birdstorm 7afce3a61c resolve comments
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-11-30 15:44:06 +08:00
birdstorm efe747ff6b delete most unused apis
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-11-30 15:25:17 +08:00
birdstorm c65e8d65b8 init gradle build
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-11-29 15:29:37 +08:00
Huachao Huang 1d62d71ed3
Merge pull request #4 from birdstorm/fix_decode_region
Fix error in region decode when using rawKVClient APIs
2018-11-28 20:35:56 +08:00
birdstorm 6306440218 fix error in region decode when using rawKVClient API
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-11-28 16:02:31 +08:00
Huachao Huang e9641249d9
*: rename java packages (#3) 2018-11-28 15:18:02 +08:00
birdstorm c1e36c58d4 modify proto.sh
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-11-28 14:54:06 +08:00
birdstorm 20cd53c476 rename java packages
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-11-21 18:03:04 +08:00
Huachao Huang 47af16be9e
Initial java client for TiKV 2018-11-15 20:09:15 +08:00
birdstorm fdf6ee3b06 init
Signed-off-by: birdstorm <samuelwyf@hotmail.com>
2018-11-15 17:11:42 +08:00
Huachao Huang 50be50807d
Initial commit 2018-11-15 16:52:53 +08:00