-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. rocksdb instead of leveldb. 2. add cos proxy. 3.record requestid
1. rocksdb instead of leveldb. 2. add cos proxy. 3.record requestid
- Loading branch information
1 parent
f00e4b0
commit 354fd6f
Showing
22 changed files
with
329 additions
and
91 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
#!/bin/bash | ||
export LANG=en_US.utf8 | ||
|
||
cur_dir=$(cd `dirname $0`; cd ..; pwd) | ||
echo ${cur_dir} | ||
cd ${cur_dir} | ||
cp_path=${cur_dir}/src/main/resources:${cur_dir}/dep/* | ||
|
||
export RUN_MODE='DUMP_REQUESTID' | ||
export DUMP_REQUESTID_FILE="${cur_dir}/dump-requestid.txt" | ||
echo "try to dump requestid to ${DUMP_REQUESTID_FILE}" | ||
java -Dfile.encoding=UTF-8 $@ -cp "$cp_path" com.qcloud.cos_migrate_tool.app.App |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#!/bin/bash | ||
export LANG=en_US.utf8 | ||
|
||
cur_dir=$(cd `dirname $0`; cd ..; pwd) | ||
cd ${cur_dir} | ||
cp_path=${cur_dir}/src/main/resources:${cur_dir}/dep/* | ||
|
||
export RUN_MODE='QUERY_REQUESTID' | ||
export QUERY_REQUESTID_KEY="/create_test_data.sh" | ||
echo "try to query requestid ${QUERY_REQUESID_KEY}" | ||
java -Dfile.encoding=UTF-8 $@ -cp "$cp_path" com.qcloud.cos_migrate_tool.app.App |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+16 KB
src/main/java/com/qcloud/cos_migrate_tool/task/.MigrateAliTaskExecutor.java.swp
Binary file not shown.
Binary file added
BIN
+16 KB
src/main/java/com/qcloud/cos_migrate_tool/task/.MigrateAwsTaskExecutor.java.swp
Binary file not shown.
Binary file added
BIN
+12 KB
src/main/java/com/qcloud/cos_migrate_tool/task/.MigrateQiniuTaskExecutor.java.swp
Binary file not shown.
Binary file added
BIN
+16 KB
src/main/java/com/qcloud/cos_migrate_tool/task/.MigrateUrllistTaskExecutor.java.swp
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.