Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

5.2 to 5.3 merge #13168

Merged
merged 8 commits into from Nov 29, 2021
Merged

5.2 to 5.3 merge #13168

merged 8 commits into from Nov 29, 2021

Commits on Nov 27, 2021

  1. Copy the full SHA
    2f0a50c View commit details
    Browse the repository at this point in the history
  2. RavenDB-17308 Using mmap() instead of posix_memalign() when allocatin…

    …g 4KB aligned memory for the encryption buffers and journal reader recovery. This way we avoid the memory fragmentation. Note that providing NULL as the first argument to mmap() makes that the returned address is page-aligned.
    arekpalinski authored and ppekrol committed Nov 27, 2021
    Copy the full SHA
    16705c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. RavenDB-17170 : fix flaky test - wait for etl to finish processing it…

    …ems before asserting values on destination
    aviv86 authored and ppekrol committed Nov 28, 2021
    Copy the full SHA
    46b575e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0e4eef8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5715446 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    93d58c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Merge pull request ravendb#13165 from ppekrol/v5.2

    5.1 to 5.2 merge
    ppekrol committed Nov 29, 2021
    Copy the full SHA
    7ba16cc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c4b62e1 View commit details
    Browse the repository at this point in the history