Skip to content

Conversation

@jzhou77
Copy link
Contributor

@jzhou77 jzhou77 commented Jul 26, 2022

actor_cancel should be thrown, otherwise the rest code can access invalid
memory.

100k Status tests 20220726-182507-jzhou-0849bcdb1315c2cf

Code-Reviewer Section

The general 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)

actor_cancel should be thrown, otherwise the rest code can access invalid
memory.
@jzhou77 jzhou77 requested review from halfprice and xumengpanda July 26, 2022 18:09
@jzhou77 jzhou77 marked this pull request as ready for review July 26, 2022 18:32
@fdb-windows-ci
Copy link
Collaborator

Doxense CI Report for Windows 10

Copy link
Contributor

@halfprice halfprice left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't that all wait(tr.onError(e)); have this issue?

@foundationdb-ci
Copy link
Contributor

Result of foundationdb-pr-macos on macOS BigSur 11.5.2

  • Commit ID: dea670b
  • Duration 0:43:51
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Logs (available for 30 days)

@halfprice
Copy link
Contributor

Won't that all wait(tr.onError(e)); have this issue?

NVM. This is inside a try catch block...

@foundationdb-ci
Copy link
Contributor

Result of foundationdb-pr on Linux CentOS 7

  • Commit ID: dea670b
  • Duration 1:11:50
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Logs (available for 30 days)

@foundationdb-ci
Copy link
Contributor

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

  • Commit ID: dea670b
  • Duration 1:35:48
  • Result: ✅ SUCCEEDED
  • Error: N/A
  • Build Logs (available for 30 days)

@sfc-gh-satherton sfc-gh-satherton merged commit 698360d into apple:main Jul 26, 2022
sfc-gh-satherton added a commit to sfc-gh-satherton/foundationdb that referenced this pull request Jul 26, 2022
jzhou77 added a commit that referenced this pull request Jul 26, 2022
…ase-7.1

Fix a crash bug during CC shutdown process (Cherry-pick #7705 to snowflake/release-7.1)
sfc-gh-nwijetunga added a commit to sfc-gh-nwijetunga/foundationdb that referenced this pull request Jul 27, 2022
… nim/tenant-encryption-property

* 'main' of github.com:sfc-gh-nwijetunga/foundationdb: (42 commits)
  Get ShardedRocks ready for simulation test. (apple#7679)
  fixing specific unit test
  formatting
  addressing review comments
  Fix incorrect deserialization of FdbClientLogEvents::Event (apple#7707)
  Fix a crash bug during CC shutdown process (apple#7705)
  addressing review comments
  remove runAfter
  Add comments explaining the use of the TransactionState tenant() and hasTenant() functions
  Make sure resumeFromDataMoves() starts after resumeFromShards().
  Fix: during recovery, it was possible for tenant operations to briefly fail because the tenant mode is not known
  formatting
  Fixed granule purging bug and improved debugging for purging
  making purge failures fail test
  cleanup and polish
  Bug fix and cleanup
  First version of key-sorted delta files
  Added full granule read unit test
  Completed delta format unit test
  delta file test and delta generation
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants