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

1.4.2 turner #97

Closed
wants to merge 10 commits into from
Closed

1.4.2 turner #97

wants to merge 10 commits into from

Commits on Oct 4, 2013

  1. Configuration menu
    Copy the full SHA
    a6d8657 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48b607c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2013

  1. FINALLY ... rewrite some of the file routines: specifically fix race …

    …condition on close of async files and remove tons of redundant code.
    Matthew V committed Oct 7, 2013
    Configuration menu
    Copy the full SHA
    a7adf44 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2013

  1. Bug fix closing sequence. Forgot to change file size. This is why we …

    …have unit tests.
    MatthewVon committed Oct 8, 2013
    Configuration menu
    Copy the full SHA
    a5b2f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67f5063 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2013

  1. first pass at integrating hot threads. at this point it seems that th…

    …e threads move to fast for Google unit tests. use of volatile needed. or I could be wrong. checking in to move off laptop.
    MatthewVon committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    a54904b View commit details
    Browse the repository at this point in the history
  2. spin lock defining in some modules and not in others. need this heade…

    …r file to resolve.
    Matthew V committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    905d8e7 View commit details
    Browse the repository at this point in the history
  3. various changes to support multiple, overlapping compactions on the d…

    …atabase (vnode).
    Matthew V committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    5a39395 View commit details
    Browse the repository at this point in the history
  4. level-0 merge to level-1 was intended to merge all ... does not alway…

    …s do that naturally. Adjust code
    MatthewVon committed Oct 9, 2013
    Configuration menu
    Copy the full SHA
    b1e6e33 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2013

  1. completely disable compactions due to seeks.

    Matthew V committed Oct 10, 2013
    Configuration menu
    Copy the full SHA
    8b5c6bc View commit details
    Browse the repository at this point in the history