Skip to content

Commit

Permalink
curvefs/sdk: refactor CurveFileSystem for performance.
Browse files Browse the repository at this point in the history
Signed-off-by: Wine93 <[email protected]>
  • Loading branch information
Wine93 committed Jan 8, 2024
1 parent 88a6091 commit 77c61d6
Show file tree
Hide file tree
Showing 41 changed files with 1,629 additions and 1,445 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,4 @@ curvefs/sdk/libcurvefs/examples/bin
curvefs/sdk/output/
hadoop-test/
nnbench-test/
dependency-reduced-pom.xml
1 change: 1 addition & 0 deletions .obm.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
container_name: curve-build-playground.master
container_image: opencurvedocker/curve-build:ubuntu22

5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ci-list:
@bash util/build_in_image.sh --stor=$(stor) --list

ci-build:
@bash util/build_in_image.sh --stor=$(stor) --only=$(only) --dep=$(dep) --release=$(release) --ci=$(ci) --os=$(os) --sanitizer=$(sanitizer)
@bash util/build_in_image.sh --stor=$(stor) --only=$(only) --dep=$(dep) --release=$(release) --ci=$(ci) --os=$(os)

ci-dep:
@bash util/build_in_image.sh --stor=$(stor) --only="" --dep=1
Expand Down Expand Up @@ -127,3 +127,6 @@ init-hadoop:

sdk:
@bash util/sdk.sh

clean:
@bash util/clean.sh
221 changes: 0 additions & 221 deletions curvefs/sdk/java/native/io_opencurve_curve_fs_libfs_CurveFSMount.h

This file was deleted.

Loading

0 comments on commit 77c61d6

Please sign in to comment.