discord9
|
5d7db484ce
|
feat: add Create/Remove Task request (#150)
* feat: add Create/Remove Task request
* chore: all supported impls
* feat: flow.server.proto
* feat: add affected task ids
* chore: make all
* chore: typo
* refactor: use u32 for `TaskId`
|
2024-04-25 14:19:55 +08:00 |
|
Ruihang Xia
|
349cb38558
|
feat: add extension field to region response (#138)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2024-03-15 15:47:06 +08:00 |
|
JeremyHi
|
519b1d0757
|
feat: support batch ddl (#135)
* feat: support batch create table
* feat: ddl batch
* feat: batch ddl task
* feat: response table ids
|
2024-01-22 15:39:21 +09:00 |
|
WU Jingdi
|
25429306d0
|
feat: pass tracing context in proto (#120)
* feat: pass tracing context in proto
* fix: run make
|
2023-11-15 19:26:13 +08:00 |
|
shuiyisong
|
1f1dd532a1
|
chore: add dbname in region request header for tracking purpose (#107)
|
2023-10-07 17:16:26 +08:00 |
|
Vanish
|
693128abe9
|
feat: truncate region (#103)
|
2023-09-24 15:13:21 +08:00 |
|
Yingwen
|
115c108077
|
feat: remove create_if_not_exists from region CreateRequest (#106)
|
2023-09-20 16:11:27 +08:00 |
|
JeremyHi
|
e81a60e817
|
feat: region storage path (#102)
|
2023-09-15 16:39:28 +08:00 |
|
Ruihang Xia
|
33db1a4429
|
feat: remove region id and add request header (#101)
* remove region from database proto
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add request header to read
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* generate code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* forget some ts
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* generate code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-09-06 20:52:41 +08:00 |
|
LFC
|
1969b5d610
|
feat: distributed alter table in region server (#97)
* feat: alter region request
|
2023-09-04 18:58:35 +08:00 |
|
JeremyHi
|
b585955dbb
|
feat: v04 new heartbeat (#96)
* feat: new heartbeat
* feat: single RegionLease to handle all region ids
|
2023-09-01 11:51:45 +08:00 |
|
Ruihang Xia
|
117ec6c510
|
feat: remove storage path in open/create request (#92)
* feat: remove storage path in open/create request
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* generate code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* sync changes
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-08-30 16:15:21 +08:00 |
|
zyy17
|
e8e228b026
|
refactor: remove **all** unnecessary 'optional' notation (#91)
|
2023-08-30 11:08:14 +08:00 |
|
Ruihang Xia
|
3b5a687da5
|
feat: define header for region request (#90)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-08-28 17:22:46 +08:00 |
|
Ruihang Xia
|
39b0ea8d08
|
fix: minor changes to region server (#88)
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-08-28 11:00:55 +08:00 |
|
LFC
|
4d9ed36291
|
fix: typo (#84)
* fix: typo
* rebase main
|
2023-08-25 17:40:10 +08:00 |
|
Ruihang Xia
|
708866d505
|
chore: rename RegionServer to Region (#85)
* chore: rename RegionServer to Region
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add stream api
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-08-25 17:01:40 +08:00 |
|
Ruihang Xia
|
dbb8e524ca
|
feat: define region server related messages (#79)
* feat: define region server related messages
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* finalise
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* generate language code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add missing field
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* push region id down
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove type alias for region id and column id
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* define query request
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove old java file
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove go code
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-08-15 18:43:23 +08:00 |
|