Commit Graph

  • b02c256157 perf: use memory state to check if a logical region exists Ruihang Xia 2024-05-31 18:16:08 +08:00
  • 45fee948e9 fix: display error in correct format (#4082) Ruihang Xia 2024-05-31 17:25:14 +08:00
  • ea49f8a5c4 feat(flow): make write path faster with shared lock (#4073) discord9 2024-05-31 14:50:22 +08:00
  • 43afea1a9d refactor!: remove the tableid in ddl response since tableids is enough (#4080) Jeremyhi 2024-05-31 14:41:53 +08:00
  • fcfcf86385 feat: implement WalEntryDistributor, WalEntryReciver (#4031) Weny Xu 2024-05-31 12:03:38 +09:00
  • 26b112ab57 refactor: remove upgrade cli tool (#4077) Jeremyhi 2024-05-31 08:40:27 +08:00
  • 24612f62dd feat: querying from view works (#3952) dennis zhuang 2024-05-30 14:45:56 -07:00
  • 85a231850d fix: add tailing separator to prefix (#4078) Ruihang Xia 2024-05-30 23:29:26 +08:00
  • f024054ed3 ci: cargo gc fuzz test runner (#4074) Ruihang Xia 2024-05-30 18:41:29 +08:00
  • 05751084e7 chore: bump to v0.8.1 (#4055) v0.8.1 discord9 2024-05-30 15:59:52 +08:00
  • 8b6596faa0 feat: avoid some cloning when mirror requests to flownode (#4068) Jeremyhi 2024-05-30 15:29:13 +08:00
  • eab309ff7e fix: avoid acquiring lock during reading stats (#4070) Weny Xu 2024-05-30 16:08:04 +09:00
  • 7de336f087 fix(flow): correctness bugs (#4018) discord9 2024-05-30 11:49:11 +08:00
  • 6e9a9dc333 refactor(log_store): remove associated type Namespace and Entry in LogStore (#4038) Weny Xu 2024-05-29 22:44:01 +09:00
  • 848bd7e553 feat: Implements row group level parallel unordered scanner (#3992) Yingwen 2024-05-29 19:06:08 +08:00
  • f0effd2680 feat: Implement SHOW STATUS (#4050) LYZJU2019 2024-05-28 21:49:05 -07:00
  • aafb468547 fix: set local or session time_zone not work (#4064) dennis zhuang 2024-05-28 17:06:13 -07:00
  • 4aa756c896 feat: open region in background (#4052) Weny Xu 2024-05-28 22:58:15 +09:00
  • d3860671a8 chore: add LAST_SENT_HEARTBEAT_ELAPSED metric (#4062) Weny Xu 2024-05-28 17:05:37 +09:00
  • 9dd6e033a7 refactor: move Database to client crate behind testing feature (#4059) tison 2024-05-28 11:21:43 +08:00
  • 097f62f459 refactor(fuzz-tests): generate ts value separately (#4056) Weny Xu 2024-05-27 23:07:32 +09:00
  • 048368fd87 feat: invoke flush_table and compact_table in fuzz tests (#4045) Weny Xu 2024-05-27 18:26:50 +09:00
  • f9db5ff0d6 build(deps): upgrade opendal to 0.46 (#4037) tison 2024-05-27 17:12:23 +08:00
  • 20ce7d428d fix(metric-engine): missing catchup implementation (#4048) Weny Xu 2024-05-27 16:56:46 +09:00
  • 75bddc0bf5 fix(fuzz-tests): avoid to drop in-use database (#4049) Weny Xu 2024-05-27 16:44:59 +09:00
  • c78043d526 build(deps): merge tower deps to workspace (#4036) tison 2024-05-27 15:15:30 +08:00
  • d815bdf770 refactor: per reviews flow_fix_func_choose discord9 2024-05-24 16:32:36 +08:00
  • 0b324563ac fix: range begin>range end discord9 2024-05-24 16:01:54 +08:00
  • ffecb6882e mend discord9 2024-05-23 21:13:18 +08:00
  • c185242997 fix: window_start when ts<start_time discord9 2024-05-23 21:10:46 +08:00
  • 9fda415b0d fix: ts<start time correct window discord9 2024-05-23 21:02:07 +08:00
  • 5eaf9816b9 fix: send buf clear discord9 2024-05-23 20:58:40 +08:00
  • 6684f8dce3 fix: test of tumble discord9 2024-05-23 15:43:25 +08:00
  • e8660a6f7e fix: expire state discord9 2024-05-22 17:50:26 +08:00
  • 6659f3cc62 fix: reorder write requests discord9 2024-05-22 14:55:33 +08:00
  • d218d65361 fix: default timestamp name discord9 2024-05-20 19:34:00 +08:00
  • 8f40ba42c1 feat: rename default ts to GREPTIME_TIMESTAMP discord9 2024-05-20 19:10:35 +08:00
  • d1ce436442 fix(WIP): choose discord9 2024-05-20 17:41:23 +08:00
  • e580ba63ec fix: optional args of tumble discord9 2024-05-20 16:50:29 +08:00
  • 297105266b feat: enable tcp keepalive for http server (#4019) LFC 2024-05-27 12:07:36 +08:00
  • 1de17aec74 feat: change EXPIRE WHEN to EXPIRE AFTER (#4002) Ruihang Xia 2024-05-27 12:05:55 +08:00
  • 389ded93d1 chore: add logs for setting the region to writable (#4044) Weny Xu 2024-05-27 13:01:40 +09:00
  • af486ec0d0 feat(opertor): check if a database is in use before dropping it (#4035) Eugene Tolbakov 2024-05-27 04:31:58 +01:00
  • 25d64255a3 feat: support table level comment (#4042) irenjj 2024-05-27 10:28:52 +08:00
  • 3790020d78 build(deps): upgrade promql-parser to 0.4 (#4047) tison 2024-05-27 09:51:59 +08:00
  • 5df3d4e5da feat: implement the LogStoreRawEntryReader and RawEntryReaderFilter (#4030) v0.9.0-nightly-20240527 Weny Xu 2024-05-24 20:53:15 +09:00
  • af670df515 ci: skip notification for manual releases (#4033) tison 2024-05-24 18:16:06 +08:00
  • a58256d4d3 feat: round-robin selector (#4024) Ruihang Xia 2024-05-24 15:29:07 +08:00
  • 466f7c6448 feat: add RawEntryReader and OneshotWalEntryReader trait (#4027) Weny Xu 2024-05-24 15:30:50 +09:00
  • 0101657649 feat: remove one clone on constructing partition (#4028) Ruihang Xia 2024-05-24 12:01:19 +08:00
  • a3a2c8d063 feat: Add TLS support for gRPC service (#3957) taobo 2024-05-24 03:00:16 +08:00
  • dfc1acbb2a fix: notifies all workers once a region is flushed (#4016) Yingwen 2024-05-23 20:45:00 +08:00
  • 0d055b6ee6 refactor: remove unused log config (#4021) Lei, HUANG 2024-05-23 16:59:42 +08:00
  • 614643ef7b chore(ci): add more replicas (#4015) Weny Xu 2024-05-23 11:43:24 +09:00
  • b90b7adf6f feat: add fallback logic for vmagent sending wrong content type (#4009) Ning Sun 2024-05-22 19:40:17 -07:00
  • 418090b464 chore: log error for detail (#4011) Jeremyhi 2024-05-22 20:17:20 +08:00
  • 090b59e8d6 feat: manual compaction (#3988) Lei, HUANG 2024-05-22 17:42:21 +08:00
  • 9e1af79637 chore: add ttl to write_cache (#4010) shuiyisong 2024-05-22 14:50:12 +08:00
  • 9800807fe5 fix(fuzz): sort inserted rows with primary keys and time index (#4008) Yohan Wal 2024-05-22 11:32:19 +08:00
  • b86d79b906 fix: can't print log because the tracing guard is dropped (#4005) zyy17 2024-05-22 11:24:40 +08:00
  • e070ba3c32 feat: respect time range when building parquet reader (#3947) Lei, HUANG 2024-05-22 00:02:25 +08:00
  • 43bf7bffd0 fix: try to fix unstable fuzz test (#4003) Weny Xu 2024-05-21 21:57:09 +09:00
  • 56aed6e6ff chore(ci): export kind logs (#3996) Weny Xu 2024-05-21 20:56:03 +09:00
  • 47785756e5 fix: move log_version() into build() of App to fix no log version on bootstrap (#4004) zyy17 2024-05-21 17:15:15 +08:00
  • 0aa523cd8c feat: make create view procedure simple as others (#4001) Jeremyhi 2024-05-21 16:30:57 +08:00
  • 7a8222dd97 fix: try to fix broken CI (#3998) Weny Xu 2024-05-21 16:02:18 +09:00
  • 40c585890a refactor: replace Expr with datafusion::Expr (#3995) maco 2024-05-21 14:40:29 +08:00
  • da925e956e ci: change the image name of nightly build (#3994) zyy17 2024-05-21 14:11:12 +08:00
  • d7ade3c854 chore(ci): add fuzz tests for distributed mode (#3967) Weny Xu 2024-05-21 13:58:42 +09:00
  • 179c8c716c feat: Adds RegionScanner trait (#3948) Yingwen 2024-05-20 19:52:00 +08:00
  • 19543f9819 feat: support compression on gRPC server (#3961) shuiyisong 2024-05-20 19:28:00 +08:00
  • 533ada70ca chore: remove a dbg! forget to remove (#3990) discord9 2024-05-20 16:34:47 +08:00
  • c50ff23194 ci: add 'contents: write' permission (#3989) zyy17 2024-05-20 14:23:54 +08:00
  • d7f1150098 ci: fixup strings in check ci status (#3987) tison 2024-05-20 11:59:05 +08:00
  • 82c3eca25e refactor: make the command entry cleaner (#3981) zyy17 2024-05-20 11:34:06 +08:00
  • df13832a59 feat: use cache in compaction (#3982) Yingwen 2024-05-20 10:36:51 +08:00
  • 7da92eb9eb ci: check-status for nightly-ci (#3984) tison 2024-05-19 15:10:59 +08:00
  • c71298d3d5 chore: pin cargo-ndk to 3.5.4 (#3979) Weny Xu 2024-05-18 17:46:01 +09:00
  • de594833ac docs: add v0.8.0 TSBS report (#3983) Yingwen 2024-05-18 16:09:16 +08:00
  • 6a9a92931d chore: change binary array type from LargeBinaryArray to BinaryArray (#3924) Eugene Tolbakov 2024-05-18 09:04:41 +01:00
  • 11ad5b3ed1 ci: report CI failures with creating issues (#3976) tison 2024-05-18 11:03:56 +08:00
  • b8354bbb55 docs: add toc for config docs (#3974) zyy17 2024-05-18 09:57:49 +08:00
  • 258675b75e chore: bump to v0.8.0 (#3971) v0.8.0 Weny Xu 2024-05-18 00:05:20 +09:00
  • 11a08cb272 feat(cli): prevent exporting physical table data (#3978) Weny Xu 2024-05-17 23:58:10 +09:00
  • e9b178b8b9 fix: tql parser hang on abnormal input (#3977) Ruihang Xia 2024-05-17 22:22:20 +08:00
  • 3477fde0e5 feat(flow): tumble window func (#3968) discord9 2024-05-17 20:10:28 +08:00
  • 9baa431656 fix: changing column data type can't process type alias (#3972) dennis zhuang 2024-05-17 19:34:31 +08:00
  • abfbea4c15 fix: prevent exporting metric physical table data (#3975) v0.7.1-1 Weny Xu 2024-05-17 18:08:11 +09:00
  • e2a1cb5840 feat: support evaluate expr in range query param (#3823) WU Jingdi 2024-05-17 16:31:55 +08:00
  • f696f41a02 fix: prevent registering logical regions with AliveKeeper (#3965) Weny Xu 2024-05-17 16:38:35 +09:00
  • 0168d43d60 fix: prevent exporting metric physical table data (#3970) Weny Xu 2024-05-17 16:19:28 +09:00
  • e372e25e30 build: add RUSTUP_WINDOWS_PATH_ADD_BIN env (#3969) v0.8.0-nightly-20240517 Yingwen 2024-05-17 14:01:46 +08:00
  • ca409a732f refactor(naming): use the better naming for pubsub (#3960) zyy17 2024-05-17 11:00:15 +08:00
  • 5c0a530ad1 feat: skip read-only region when trying to flush on region full (#3966) Ruihang Xia 2024-05-16 22:56:43 +08:00
  • 4b030456f6 feat: remove timeout in the channel between frontend and datanode (#3962) Ruihang Xia 2024-05-16 22:12:42 +08:00
  • f93b5b19f0 feat: limit total rows copied in COPY TABLE FROM with LIMIT segment (#3910) irenjj 2024-05-16 21:39:26 +08:00
  • 669a6d84e9 test: gracefully shutdown postgres client in sql tests (#3958) Yingwen 2024-05-16 19:50:45 +08:00
  • a45017ad71 feat(flow): expire arrange according to time_index type (#3956) discord9 2024-05-16 19:41:03 +08:00
  • 0d9e71b653 feat(flow): flow node manager (#3954) discord9 2024-05-16 19:37:14 +08:00
  • 93f178f3ad feat(flow): avg func rewrite to sum/count (#3955) discord9 2024-05-16 18:03:56 +08:00