Weny Xu
|
28748edb0d
|
chore: bump proto to 917ead6 (#1892)
* feat: add table_id for ddl exprs
* chore: bump proto to 917ead6
|
2023-07-06 13:29:36 +08:00 |
|
Weny Xu
|
8a00424468
|
refactor: implement Display for TableRouteKey (#1879)
|
2023-07-05 09:42:16 +08:00 |
|
Weny Xu
|
ee16262b45
|
feat: add create table procedure (#1845)
* feat: add create table procedure
* feat: change table_info type from vec u8 to RawTableInfo
* feat: return create table status
* fix: fix uncaught error
* refactor: use a notifier to respond to callers
* chore: apply suggestions from CR
* chore: apply suggestions from CR
* chore: add comment
* chore: apply suggestions from CR
* refacotr: make CreateMetadata step after DatanodeCreateTable step
|
2023-07-04 22:24:43 +08:00 |
|
shuiyisong
|
2922c25a16
|
chore: stop caching None in CachedMetaKvBackend (#1871)
* chore: dont cache none
* fix: test case
* chore: add comment
* chore: minor rewrite
|
2023-07-04 17:17:48 +08:00 |
|
LFC
|
5b42e15105
|
refactor: add TableInfoKey and TableRegionKey (#1865)
* refactor: add TableInfoKey and TableRegionKey
* refactor: move KvBackend to common-meta
* fix: resolve PR comments
|
2023-07-03 18:01:20 +08:00 |
|
LFC
|
fcff66e039
|
chore: deny unused results (#1825)
* chore: deny unused results
* rebase
|
2023-06-27 15:33:53 +08:00 |
|
LFC
|
2dd86b686f
|
feat: extend region leases in Metasrv (#1784)
* feat: extend region leases in Metasrv
* fix: resolve PR comments
|
2023-06-19 19:55:59 +08:00 |
|
LFC
|
128c6ec98c
|
feat: region alive keeper in Datanode (#1780)
|
2023-06-19 14:50:33 +08:00 |
|
LFC
|
5004cf6d9a
|
feat: make grpc insert requests in a batch (#1687)
* feat: make Prometheus remote write in a batch
* rebase
* fix: resolve PR comments
* fix: resolve PR comments
* fix: resolve PR comments
|
2023-06-02 09:06:48 +00:00 |
|
Ruihang Xia
|
2615718999
|
feat: merge scan for distributed execution (#1660)
* generate exec plan
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* move DatanodeClients to client crate
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* wip MergeScanExec::to_stream
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix compile errors
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix default catalog
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix expand order of new stage
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* move sqlness cases contains plan out of common dir
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* refactor information schema to allow duplicated scan call
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix: ignore two cases due to substrait
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* reorganise sqlness common cases
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix typos
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* redact round robin partition number
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Apply suggestions from code review
Co-authored-by: Yingwen <realevenyag@gmail.com>
* skip tranforming projection
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* revert common/order
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix clippy
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* Update src/query/src/dist_plan/merge_scan.rs
Co-authored-by: JeremyHi <jiachun_feng@proton.me>
* update sqlness result
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness result again
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* resolve CR comments
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* ignore region failover IT
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* update sqlness result again and again
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* unignore some tests about projection
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* enable failover tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
Co-authored-by: Yingwen <realevenyag@gmail.com>
Co-authored-by: JeremyHi <jiachun_feng@proton.me>
|
2023-06-02 06:42:54 +00:00 |
|
fys
|
86adac1532
|
chore: reject table creation when partitions exceeds peer number (#1654)
* chore: table creation is rejected, when partition_num exceeds peer_num
* chore: modify no_active_datanode error msg
* fix: ut
* fix sqlness test and add limit for select peer in region_failover
* upgrade greptime-proto
* self cr
* fix: cargo sqlness
* chore: add table info in select ctx for failover
* fix sqlness
|
2023-06-01 09:05:17 +00:00 |
|
Weny Xu
|
a4b884406a
|
feat: add invalidate cache step (#1658)
* feat: add invalidate cache step
* refactor: refactor TableIdent
* chore: apply suggestions from CR
|
2023-05-30 11:17:59 +08:00 |
|
Weny Xu
|
953793143b
|
feat: add invalidate table cache handler (#1633)
* feat: add invalidate table cache handler
* feat: setup invalidate table cache handler for frontend
* test: add test for invalidate table cache handler
* chore: apply suggestions from CR
* chore: apply suggestions from CR
* fix: fix report_interval unit
|
2023-05-25 17:45:45 +08:00 |
|
Weny Xu
|
74a6517bd0
|
refactor: move the common part of the heartbeat response handler to common (#1627)
* refactor: move heartbeat response handler to common
* chore: apply suggestions from CR
|
2023-05-24 07:55:06 +00:00 |
|
JeremyHi
|
1225edb065
|
refactor: move rpc's commons to common-meta (#1625)
|
2023-05-23 10:07:24 +08:00 |
|
LFC
|
f64527da22
|
feat: region failover procedure (#1558)
* feat: region failover procedure
|
2023-05-22 19:54:52 +08:00 |
|
Weny Xu
|
66903d42e1
|
feat: implement OpenTableHandler (#1567)
* feat: implement OpenTableHandler
* chore: apply suggestion from CR
* chore: apply suggestion from CR
|
2023-05-15 10:47:28 +08:00 |
|
Weny Xu
|
44aef6fcbd
|
feat(datanode): iImplement the heartbeat response handler (#1547)
* feat(datanode): implement instruction handler
* chore: apply suggestion from CR
* refactor: refactor heartbeat response handler
|
2023-05-11 09:27:13 +08:00 |
|