foundationdb icon indicating copy to clipboard operation
foundationdb copied to clipboard

Let transaction_too_old delays more in storageserver.actor.cpp:fetchKeys

Open xis19 opened this issue 2 years ago • 5 comments

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)

xis19 avatar Aug 15 '22 23:08 xis19

Doxense CI Report for Windows 10

  • Commit ID: 59ad2f369ee4ecf11fbec041c679bfe8d6b803f5
  • Result: :x: FAILED
  • Build Logs (available for 30 days)

fdb-windows-ci avatar Aug 16 '22 00:08 fdb-windows-ci

Result of foundationdb-pr on Linux CentOS 7

  • Commit ID: 59ad2f369ee4ecf11fbec041c679bfe8d6b803f5
  • Duration 0:59:23
  • 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 Logs (available for 30 days)
  • Build Artifact (available for 30 days)

foundationdb-ci avatar Aug 16 '22 00:08 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

  • Commit ID: 59ad2f369ee4ecf11fbec041c679bfe8d6b803f5
  • Duration 2:51:42
  • Result: :x: FAILED
  • Error: Error while executing command: if $(grep -q -- "--- FAIL:" ${CODEBUILD_SRC_DIR}/fdb-kubernetes-tests/logs/*.log); then echo "TESTS FAILED SEE THESE LOGS:"; echo ; grep -l -- "--- FAIL:" ${CODEBUILD_SRC_DIR}/fdb-kubernetes-tests/logs/*.log; exit 1; fi. Reason: exit status 1
  • Build Logs (available for 30 days)
  • Build Artifact (available for 30 days)

foundationdb-ci avatar Aug 16 '22 02:08 foundationdb-ci

Result of foundationdb-pr on Linux CentOS 7

  • Commit ID: 59ad2f369ee4ecf11fbec041c679bfe8d6b803f5
  • Duration 0:50:10
  • 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 Logs (available for 30 days)
  • Build Artifact (available for 30 days)

foundationdb-ci avatar Aug 18 '22 22:08 foundationdb-ci

Result of foundationdb-pr-cluster-tests on Linux CentOS 7

  • Commit ID: 59ad2f369ee4ecf11fbec041c679bfe8d6b803f5
  • Duration 4:16:10
  • Result: :x: FAILED
  • Error: Build has timed out.
  • Build Logs (available for 30 days)
  • Build Artifact (available for 30 days)

foundationdb-ci avatar Aug 19 '22 02:08 foundationdb-ci

Can you please resolve the conflicts?

jzhou77 avatar Oct 03 '22 16:10 jzhou77

Changes in https://github.com/apple/foundationdb/pull/7683 seem to address this problem in a better way already, i.e., using the cluster's read version instead of this storage's version.

jzhou77 avatar Oct 05 '22 03:10 jzhou77