- Jun 16, 2022
-
-
fagongzi authored
* Initial commit of TxnClient * Fix txn client error code * add test case * Rename partitions to dnshards
-
GreatRiver authored
Remove read log
-
bbbearxyz authored
-
bbbearxyz authored
-
- Jun 15, 2022
-
-
iamlinjunhong authored
Co-authored-by:
Jin Hai <haijin.chn@gmail.com>
-
qingxinhome authored
-
lni authored
-
maomao authored
-
jiangxinmeng1 authored
-
Boyu Tan authored
* fix unixtimestamp and from_unixtime bugs,finish convertion from number to decimal * fix from_unixtime * fix conflict Co-authored-by:
Jin Hai <haijin.chn@gmail.com>
-
dongdongyang authored
* add aliase for stddev_pop Signed-off-by:
wuqinxuan <wuqinxuan33@gmail.com> * add aliase find_in_set Signed-off-by:
wuqinxuan <wuqinxuan33@gmail.com> Co-authored-by:
Jin Hai <haijin.chn@gmail.com>
-
nnsgmsone authored
-
daviszhen authored
1. Fix the details of the usage of the begin/commit/rollback in the interactive environment. 2. The switch flag of the initdb for tae. It is optional to initialize the catalog for tae in every booting with the parameter.
-
daviszhen authored
* fix space panic * fix static-check failure
-
jiangxinmeng1 authored
* update ut * fix internal entry * fix logstore version
-
XuPeng-SH authored
* (tae): update replay * (tae): update for static code check Co-authored-by:
Jin Hai <haijin.chn@gmail.com>
-
bbbearxyz authored
1. bool to char/varchar 2. date to datetime 3. datetime to date 4. date to char/varchar 5. datetime to char/varchar
-
broccoliSpicy authored
Co-authored-by:
nnsgmsone <nnsmgsone@outlook.com>
-
nnsgmsone authored
-
broccoliSpicy authored
-
GreatRiver authored
* Remove tae reader preallocated memory * Update reader
-
lni authored
* hakeeper: renamed {DN|Log}ShardInfo to {DN|Log}StoreInfo * hakeeper: added DNShardRecord, DNShard and LogShardRecord types
-
broccoliSpicy authored
-
lni authored
* mod: bumped dragonboat version * logservice: added IsTempError()
-
dengn authored
-
dongdongyang authored
* cast ts as varchar function Signed-off-by:
wuqinxuan <wuqinxuan33@gmail.com> * register and disable unit test Signed-off-by:
wuqinxuan <wuqinxuan33@gmail.com>
-
broccoliSpicy authored
* feature: add function extract for date types * add license header Co-authored-by:
Jin Hai <haijin.chn@gmail.com>
-
fengttt authored
Co-authored-by:
Jin Hai <haijin.chn@gmail.com>
-
ou yuanning authored
* fix interval build bug * add ut * fix ci-lint error
-
- Jun 14, 2022
-
-
ou yuanning authored
-
XuPeng-SH authored
* (tae): clean stale segment * (tae): fix lint error
-
GreatRiver authored
* Support update for tae moengine * Add ut * Add ut Co-authored-by:
Yingfeng <yingfeng.zhang@gmail.com>
-
maomao authored
-
Aylei authored
* docs: add markdownlint rules for mo docs Signed-off-by:
Aylei <rayingecho@gmail.com> * docs: add lint docs github action Signed-off-by:
Aylei <rayingecho@gmail.com> * docs: better check name Signed-off-by:
Aylei <rayingecho@gmail.com> * docs: fix docs automatically using markdown-lint Signed-off-by:
Aylei <rayingecho@gmail.com> * fix markdown lint rule file path Signed-off-by:
Aylei <rayingecho@gmail.com> * docs: fix link of cube auto-rebalance Signed-off-by:
Aylei <rayingecho@gmail.com>
-
lni authored
* logservice: initial commit * logservice: added LogShardManager * logservice: renamed service.go -> shards.go * logservice: added hakeeper and tests * logservice: some cleanups * logservice: added stateMachine.LeaseHistory * logservice: added the ability to filter internal entries * logservice: fixed various issues in LogStore * logservice: updated store APIs to expose LogRecord and LSN * logservice: pass meta info to NodeHost * logservice: allow NodeHostID to be specified * logservice: added the ability to query serviceAddress * logservice: added the ability to query shard info * logservice: minor update * logservice: truncate log asynchronously in a worker goroutine * logservice: fixed copyright notice * logservice: added heartbeat message ready to be sent to HAKeeper * logservice: use gogofaster to generate .pb.go * logservice: minor update to reflect dragonboat v4 changes * logservice: added pb/rpc * logservice: added server side rpc support * logservice: bumped cube version to avoid pebble version conflicts * logservice: added error handling * logservice: more error handling * logservice: added some tests * logservice: minor fixess for errors.go * logservice: added DN heartbeat messages * logservice: minor cleanups * logservice: minor fix for error handling * logservice: moved hakeeper code to its own directory * logservice: made logservice rsm a IStateMachine * hakeeper: use Lookup() for querying shard ID * logservice: move pb file to matrixone/proto, some other cleanups * hakeeper: added hakeeper/state.go * logservice: added methods for updating hakeeper * hakeeper: minor fix, added some tests * logservice: added ticker for hakeeper replica * logservice: minor fix for service.go * logservice: fixed some issues in transport.go * logservice: added client.go * logservice: minor refactoring * logservice: added client_test.go, fixed a few bugs * logservice: readonly clients now reject write requests * logservice: refactored query shard info API * logservice: added tests for Servide.GetShardInfo * logservice: fixed a few static-check reported issues
-
maomao authored
-
nnsgmsone authored
-
Yingfeng authored
-
qingxinhome authored
* Add cast for string as decimal * Add cast unit test
-
XuPeng-SH authored
* (tae): add some helper func * (tae): update for logger * (tae): update for logger 2 * (tae): fix many replay bugs * (tae): update * (tae): update replay segment
-