SteveLauC
|
e9a2b0a9ee
|
chore: use workspace-wide lints (#3352)
* chore: use workspace-wide lints
* respond to review
|
2024-02-22 01:01:10 +00:00 |
|
Ruihang Xia
|
93f21b188d
|
chore: unify workspace dependencies and remove some unused (#2713)
* log-store
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* base64
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* udeps
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* snafu
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* snafu style
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* change the workspace deps' style
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-11-09 07:34:22 +00:00 |
|
Ruihang Xia
|
515ce825bd
|
feat: stack trace style debug print for error (#2489)
* impl macro stack_trace_debug
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* manually mark external error
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* ignore warnings
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix clippy warnings
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* use debug print
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* simplify the error and warn macro
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix ut
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* add docs
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* replace snafu backtrace with location
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-09-26 11:23:21 +00:00 |
|
shuiyisong
|
20f4f7971a
|
refactor: remove source and location in snafu display (#2428)
* refactor: remove source pt 1
* refactor: remove source pt 2
* refactor: remove source pt 3
* refactor: remove location pt 1
* refactor: remove location pt 2
* chore: remove rustc files
* chore: fix error case
* chore: fix test
* chore: fix test
* chore: fix cr issue
Co-authored-by: fys <40801205+fengys1996@users.noreply.github.com>
---------
Co-authored-by: fys <40801205+fengys1996@users.noreply.github.com>
|
2023-09-21 02:55:24 +00:00 |
|
LFC
|
5c19913a91
|
build: on windows (#2054)
* build on windows
* rebase develop
* fix: resolve PR comments
|
2023-08-10 08:08:37 +00:00 |
|
Ning Sun
|
c39de9072f
|
refactor: use workspace dependencies for internal modules (#2119)
* refactor: use workspace dependencies for internal modules
* fix: resolve issue with mock module in datanode
* refactor: update test modules
|
2023-08-08 11:02:34 +00:00 |
|
shuiyisong
|
7efff2d704
|
fix: introduce taplo.toml and sort Cargo.toml (#2096)
* fix: add taplo.toml
* fix: introduce taplo.toml & sort cargo.toml
* chore: remove option in ci too
|
2023-08-04 06:44:45 +00:00 |
|
gongzhengyang
|
0eac56a442
|
chore: remove unused dependencies (#2055)
Co-authored-by: gongzhengyang <gongzhengyang@bolean.com.cn>
|
2023-08-01 07:43:03 +00:00 |
|
Ben Baoyi
|
9ff7670adf
|
refactor:remove common_error::prelude (#1946)
* feat:Remove common_error::prelude
* fix merge error
* cr comment
* fix error
|
2023-07-13 10:36:36 +08:00 |
|
LFC
|
fcff66e039
|
chore: deny unused results (#1825)
* chore: deny unused results
* rebase
|
2023-06-27 15:33:53 +08:00 |
|
Yingwen
|
5b8e54e60e
|
feat: Add HTTP API for cpu profiling (#1694)
* chore: print source error in mem-prof
* feat(common-pprof): add pprof crate
* feat(servers): Add pprof handler to router
refactor the mem_prof handler to avoid checking feature while
registering router
* feat(servers): pprof handler support different output type
* docs(common-pprof): Add readme
* feat(common-pprof): Build guard using code in pprof-rs's example
* feat(common-pprof): use prost
* feat: don't add timeout to perf api
* feat: add feature pprof
* feat: update readme
* test: fix tests
* feat: close region in TestBase
* feat(pprof): addres comments
|
2023-06-07 15:25:16 +08:00 |
|
Ruihang Xia
|
da66138e80
|
refactor(error): remove backtrace, and introduce call-site location for debugging (#1329)
* wip: global replace
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix compile
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix warnings
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove unneeded tests of errors
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix ErrorExt trait implementator
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix warnings
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix format
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix pyo3 tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-04-06 04:06:00 +00:00 |
|
Lei, HUANG
|
757b4a87a0
|
fix: remove profile in mem-prof crate to suppress compiler warnings (#1146)
|
2023-03-09 03:39:24 +00:00 |
|
Lei, HUANG
|
a4c01f4a3a
|
feat: memory profiling (#1124)
* feat: use jemalloc as default allocator
* feat: add feature for mem-prof
* feat: add errors
* make common-mem-prof optional dep
* fix: toml format
* doc: add profile doc
* fix: typo
|
2023-03-07 17:12:51 +08:00 |
|