foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

Support multiple ranges in sharded rocksdb.

Open yao-xiao-github opened this issue 6 months ago • 77 comments

Replace this text with your description here...

Code-Reviewer Section

The general pull request guidelines can be found here.

Please check each of the following things and check all boxes before accepting a PR.

  • [ ] The PR has a description, explaining both the problem and the solution.
  • [ ] The description mentions which forms of testing were done and the testing seems reasonable.
  • [ ] Every function/class/actor that was touched is reasonably well documented.

For Release-Branches

If this PR is made against a release-branch, please also check the following:

  • [ ] This change/bugfix is a cherry-pick from the next younger branch (younger release-branch or main if this is the youngest branch)
  • [ ] There is a good reason why this PR needs to go into a release branch and this reason is documented (either in the description above or in a linked GitHub issue)

yao-xiao-github avatar Jun 04 '25 04:06 yao-xiao-github

Result of foundationdb-pr-clang-ide on Linux RHEL 9

  • Commit ID: fa48d60d22b6862cf70c9e825cd5e055217ce254
  • Duration 0:19:42
  • Result: :x: FAILED
  • Error: Error while executing command: ninja -v -C build_output -j ${NPROC} all. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 04 '25 04:06 foundationdb-ci

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x

  • Commit ID: fa48d60d22b6862cf70c9e825cd5e055217ce254
  • Duration 0:38:33
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 04 '25 05:06 foundationdb-ci

Result of foundationdb-pr-clang on Linux RHEL 9

  • Commit ID: fa48d60d22b6862cf70c9e825cd5e055217ce254
  • Duration 0:43:38
  • Result: :x: FAILED
  • Error: Error while executing command: if python3 -m joshua.joshua list --stopped | grep ${ENSEMBLE_ID} | grep -q 'pass=10[0-9][0-9][0-9]'; then echo PASS; else echo FAIL && exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 04 '25 05:06 foundationdb-ci

Result of foundationdb-pr on Linux RHEL 9

  • Commit ID: fa48d60d22b6862cf70c9e825cd5e055217ce254
  • Duration 0:48:53
  • Result: :x: FAILED
  • Error: Error while executing command: if python3 -m joshua.joshua list --stopped | grep ${ENSEMBLE_ID} | grep -q 'pass=10[0-9][0-9][0-9]'; then echo PASS; else echo FAIL && exit 1; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 04 '25 05:06 foundationdb-ci

Result of foundationdb-pr-clang-arm on Linux CentOS 7

  • Commit ID: fa48d60d22b6862cf70c9e825cd5e055217ce254
  • Duration 0:49:01
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 04 '25 05:06 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux RHEL 9

  • Commit ID: fa48d60d22b6862cf70c9e825cd5e055217ce254
  • Duration 0:57:29
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

foundationdb-ci avatar Jun 04 '25 05:06 foundationdb-ci

Result of foundationdb-pr-macos on macOS Ventura 13.x

  • Commit ID: fa48d60d22b6862cf70c9e825cd5e055217ce254
  • Duration 1:01:00
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 04 '25 05:06 foundationdb-ci

Result of foundationdb-pr-clang-arm on Linux CentOS 7

  • Commit ID: da665bd84a4facb735a70ebe64c3766427936f64
  • Duration 0:04:53
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 05 '25 20:06 foundationdb-ci

Result of foundationdb-pr on Linux RHEL 9

  • Commit ID: da665bd84a4facb735a70ebe64c3766427936f64
  • Duration 0:05:08
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 05 '25 20:06 foundationdb-ci

Result of foundationdb-pr-clang on Linux RHEL 9

  • Commit ID: da665bd84a4facb735a70ebe64c3766427936f64
  • Duration 0:05:13
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 05 '25 20:06 foundationdb-ci

Result of foundationdb-pr-clang-ide on Linux RHEL 9

  • Commit ID: da665bd84a4facb735a70ebe64c3766427936f64
  • Duration 0:05:13
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 05 '25 20:06 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux RHEL 9

  • Commit ID: da665bd84a4facb735a70ebe64c3766427936f64
  • Duration 0:05:16
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

foundationdb-ci avatar Jun 05 '25 20:06 foundationdb-ci

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x

  • Commit ID: da665bd84a4facb735a70ebe64c3766427936f64
  • Duration 0:36:58
  • Result: :white_check_mark: SUCCEEDED
  • Error: N/A
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 05 '25 21:06 foundationdb-ci

Result of foundationdb-pr-clang-ide on Linux RHEL 9

  • Commit ID: 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Duration 0:04:40
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (3115e03cf16e76b38a05a18e6528c9c1fc546863) for primary source and source version 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr on Linux RHEL 9

  • Commit ID: 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Duration 0:04:43
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (3115e03cf16e76b38a05a18e6528c9c1fc546863) for primary source and source version 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-clang on Linux RHEL 9

  • Commit ID: 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Duration 0:04:45
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (3115e03cf16e76b38a05a18e6528c9c1fc546863) for primary source and source version 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux RHEL 9

  • Commit ID: 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Duration 0:04:45
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (3115e03cf16e76b38a05a18e6528c9c1fc546863) for primary source and source version 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-clang-arm on Linux CentOS 7

  • Commit ID: 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Duration 0:04:46
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (3115e03cf16e76b38a05a18e6528c9c1fc546863) for primary source and source version 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr on Linux RHEL 9

  • Commit ID: 8d0ab0042549f172689cae717d9781402bd687bd
  • Duration 0:04:29
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (8d0ab0042549f172689cae717d9781402bd687bd) for primary source and source version 8d0ab0042549f172689cae717d9781402bd687bd
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux RHEL 9

  • Commit ID: 8d0ab0042549f172689cae717d9781402bd687bd
  • Duration 0:04:41
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (8d0ab0042549f172689cae717d9781402bd687bd) for primary source and source version 8d0ab0042549f172689cae717d9781402bd687bd
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-macos on macOS Ventura 13.x

  • Commit ID: 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Duration 0:06:33
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (3115e03cf16e76b38a05a18e6528c9c1fc546863) for primary source and source version 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-macos-m1 on macOS Ventura 13.x

  • Commit ID: 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Duration 0:06:36
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (3115e03cf16e76b38a05a18e6528c9c1fc546863) for primary source and source version 3115e03cf16e76b38a05a18e6528c9c1fc546863
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-clang-ide on Linux RHEL 9

  • Commit ID: 8d0ab0042549f172689cae717d9781402bd687bd
  • Duration 0:04:46
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (8d0ab0042549f172689cae717d9781402bd687bd) for primary source and source version 8d0ab0042549f172689cae717d9781402bd687bd
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-clang-arm on Linux CentOS 7

  • Commit ID: 8d0ab0042549f172689cae717d9781402bd687bd
  • Duration 0:04:52
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (8d0ab0042549f172689cae717d9781402bd687bd) for primary source and source version 8d0ab0042549f172689cae717d9781402bd687bd
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-clang on Linux RHEL 9

  • Commit ID: 8d0ab0042549f172689cae717d9781402bd687bd
  • Duration 0:04:55
  • Result: :x: FAILED
  • Error: git checkout failed with exit status 128: fatal: unable to read tree (8d0ab0042549f172689cae717d9781402bd687bd) for primary source and source version 8d0ab0042549f172689cae717d9781402bd687bd
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-clang on Linux RHEL 9

  • Commit ID: 8ee0bea84f0b857b27ad3abf7193569fc56738c3
  • Duration 0:04:49
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-clang-ide on Linux RHEL 9

  • Commit ID: 8ee0bea84f0b857b27ad3abf7193569fc56738c3
  • Duration 0:04:49
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr on Linux RHEL 9

  • Commit ID: 8ee0bea84f0b857b27ad3abf7193569fc56738c3
  • Duration 0:04:50
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-clang-arm on Linux CentOS 7

  • Commit ID: 8ee0bea84f0b857b27ad3abf7193569fc56738c3
  • Duration 0:04:52
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)

foundationdb-ci avatar Jun 09 '25 23:06 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux RHEL 9

  • Commit ID: 8ee0bea84f0b857b27ad3abf7193569fc56738c3
  • Duration 0:06:45
  • Result: :x: FAILED
  • Error: Error while executing command: if [[ $(git diff --shortstat 2> /dev/null | tail -n1) == "" ]]; then echo "CODE FORMAT CLEAN"; else echo "CODE FORMAT NOT CLEAN"; echo; echo "THE FOLLOWING FILES NEED TO BE FORMATTED"; echo; git ls-files -m; echo; if [[ $FDB_VERSION =~ 7\.\3. ]]; then echo skip; else exit 1; fi; fi. Reason: exit status 1
  • Build Log terminal output (available for 30 days)
  • Build Workspace zip file of the working directory (available for 30 days)
  • Cluster Test Logs zip file of the test logs (available for 30 days)

foundationdb-ci avatar Jun 10 '25 00:06 foundationdb-ci