-
Notifications
You must be signed in to change notification settings - Fork 177
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
Dynamic decision to swap threads or not on Erlang Write operation #242
base: develop
Are you sure you want to change the base?
Commits on Aug 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bca0888 - Browse repository at this point
Copy the full SHA bca0888View commit details
Commits on Apr 15, 2016
-
Don't use deprecated erlang:now/0
Signed-off-by: Peter Lemenkov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70c648f - Browse repository at this point
Copy the full SHA 70c648fView commit details
Commits on Sep 7, 2016
-
Matthew V committed
Sep 7, 2016 Configuration menu - View commit details
-
Copy full SHA for d7b0fc3 - Browse repository at this point
Copy the full SHA d7b0fc3View commit details
Commits on Sep 13, 2016
-
Make multi_backend compression settings commented
These should only be appearing in riak.conf for documentation, as they won't be needed unless a user is setting up multi_backend. Even then they will probably want to change the backend name to something other than "name".
Configuration menu - View commit details
-
Copy full SHA for 14cff4f - Browse repository at this point
Copy the full SHA 14cff4fView commit details -
Merge pull request #218 from basho/nem-comment-multi-backend-compress…
…ion-settings Make multi_backend compression settings commented
Matthew Von-Maszewski authoredSep 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 54bc385 - Browse repository at this point
Copy the full SHA 54bc385View commit details
Commits on Oct 4, 2016
-
Merge pull request #190 from lemenkov/deprecated_fun
Don't use deprecated erlang:now/0 in tests
Configuration menu - View commit details
-
Copy full SHA for 5c93adf - Browse repository at this point
Copy the full SHA 5c93adfView commit details -
Merge pull request #144 from bougueil/bougueil-patch-1
unsigned long for memory_sz so it compiles on scaleway C1 / arm
Configuration menu - View commit details
-
Copy full SHA for ce05053 - Browse repository at this point
Copy the full SHA ce05053View commit details
Commits on Oct 11, 2016
-
Matthew V committed
Oct 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 47f8842 - Browse repository at this point
Copy the full SHA 47f8842View commit details
Commits on Oct 17, 2016
-
Switch the few remaining naked pointer uses to reference counted poin…
…ters. This fills some remaining race condition holes (of which one recently seen).
Matthew V committedOct 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 68d201b - Browse repository at this point
Copy the full SHA 68d201bView commit details -
Make LevelIteratorWrap an embedded object instead of dynamic ref coun…
…ted object.
Matthew V committedOct 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 576ca48 - Browse repository at this point
Copy the full SHA 576ca48View commit details -
remove stale iterator debug logging code
Matthew V committedOct 17, 2016 Configuration menu - View commit details
-
Copy full SHA for fb90ec3 - Browse repository at this point
Copy the full SHA fb90ec3View commit details
Commits on Oct 28, 2016
-
create special case RefDec to deal with AAE multi-process issue.
Matthew V committedOct 28, 2016 Configuration menu - View commit details
-
Copy full SHA for 0d3ee8f - Browse repository at this point
Copy the full SHA 0d3ee8fView commit details
Commits on Oct 31, 2016
-
update to use combined leveldb branches: mv-no-md-expiry and mv-tuning8
Matthew V committedOct 31, 2016 Configuration menu - View commit details
-
Copy full SHA for 84337db - Browse repository at this point
Copy the full SHA 84337dbView commit details
Commits on Nov 1, 2016
-
Merge pull request #221 from basho/mv-ref-hardening
Switch to reference counted pointers instead of naked pointers.
Matthew Von-Maszewski authoredNov 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 22b4869 - Browse repository at this point
Copy the full SHA 22b4869View commit details -
clean LEVELDB_VSN in build_deps.sh and update BASHO_RELEASES
Matthew V committedNov 1, 2016 Configuration menu - View commit details
-
Copy full SHA for 17cdb0d - Browse repository at this point
Copy the full SHA 17cdb0dView commit details
Commits on Nov 9, 2016
-
more iterator hardening against two thread use case. moved from 2.0 b…
…ranch.
Matthew V committedNov 9, 2016 Configuration menu - View commit details
-
Copy full SHA for 71458ee - Browse repository at this point
Copy the full SHA 71458eeView commit details
Commits on Nov 10, 2016
-
Port submit_to_thread_queue() from riak_ts-develop to develop
Brett Hazen committedNov 10, 2016 Configuration menu - View commit details
-
Copy full SHA for a350fcf - Browse repository at this point
Copy the full SHA a350fcfView commit details
Commits on Nov 16, 2016
-
Merge pull request #226 from basho/submit_to_thread_queue
Port submit_to_thread_queue() from riak_ts-develop to develop
Brett Hazen authoredNov 16, 2016 Configuration menu - View commit details
-
Copy full SHA for efbc928 - Browse repository at this point
Copy the full SHA efbc928View commit details
Commits on Nov 18, 2016
-
Use CreateExpiryModule() instead of new so EE and OS version of level…
…db operate correctly
Matthew V committedNov 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 4043f13 - Browse repository at this point
Copy the full SHA 4043f13View commit details -
tie this branch to same name in leveldb ... for testing
Matthew V committedNov 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 71223cf - Browse repository at this point
Copy the full SHA 71223cfView commit details -
busted: failed to compile and unit test before check-in.
Matthew V committedNov 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 5427991 - Browse repository at this point
Copy the full SHA 5427991View commit details
Commits on Nov 21, 2016
-
remove explicity dependency to mv-bucket-expiry prior to merge
Matthew V committedNov 21, 2016 Configuration menu - View commit details
-
Copy full SHA for b6e01c9 - Browse repository at this point
Copy the full SHA b6e01c9View commit details -
Matthew V committed
Nov 21, 2016 Configuration menu - View commit details
-
Copy full SHA for 064e0ab - Browse repository at this point
Copy the full SHA 064e0abView commit details -
revert previous eleveldb.cc check-in
Matthew V committedNov 21, 2016 Configuration menu - View commit details
-
Copy full SHA for c59609f - Browse repository at this point
Copy the full SHA c59609fView commit details -
Merge pull request #228 from basho/mv-bucket-expiry
Mv bucket expiry
Matthew Von-Maszewski authoredNov 21, 2016 Configuration menu - View commit details
-
Copy full SHA for c5c5fdc - Browse repository at this point
Copy the full SHA c5c5fdcView commit details -
Backport submit_to_thread_queue()
Brett Hazen committedNov 21, 2016 Configuration menu - View commit details
-
Copy full SHA for e26bbd1 - Browse repository at this point
Copy the full SHA e26bbd1View commit details
Commits on Nov 23, 2016
-
Brett Hazen committed
Nov 23, 2016 Configuration menu - View commit details
-
Copy full SHA for a23a9fb - Browse repository at this point
Copy the full SHA a23a9fbView commit details
Commits on Dec 21, 2016
-
Merge pull request #229 from basho/bch-submit_to_thread_queue-refactor
Backport submit_to_thread_queue() to KV
Brett Hazen authoredDec 21, 2016 Configuration menu - View commit details
-
Copy full SHA for be72d53 - Browse repository at this point
Copy the full SHA be72d53View commit details -
Merge pull request #230 from basho/bch-refactor-workitems
Refactor workitems.{h,cc}
Brett Hazen authoredDec 21, 2016 Configuration menu - View commit details
-
Copy full SHA for b593a41 - Browse repository at this point
Copy the full SHA b593a41View commit details
Commits on Jan 26, 2017
-
Disable shared library creation
Manually disabling dylib creation for snappy since OSX links the preferentially rather than the static library. This resolves #236
Charlie Voiselle authoredJan 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 08ea482 - Browse repository at this point
Copy the full SHA 08ea482View commit details -
Merge pull request #237 from basho/cv-disable-snappy-dylibs
Disable shared library creation
Matthew Von-Maszewski authoredJan 26, 2017 Configuration menu - View commit details
-
Copy full SHA for 996cb43 - Browse repository at this point
Copy the full SHA 996cb43View commit details
Commits on Jan 28, 2017
-
Fix eleveldb module tests so they run.
A commit over 4 years ago disabled most of the eunit tests in the eleveldb module. This enables them and adds a few, while refactoring so they clean up after themselves. It also adds exported test helper functions to make it easier for other tests to clean up after themselves.
Configuration menu - View commit details
-
Copy full SHA for bdd970d - Browse repository at this point
Copy the full SHA bdd970dView commit details -
Fix tests so they clean up after themselves.
Tests now use helper functions from eleveldb module tests.
Configuration menu - View commit details
-
Copy full SHA for 8780b3d - Browse repository at this point
Copy the full SHA 8780b3dView commit details -
Make test_open_many relative to the number of schedulers so it won't …
…time out on wimpy builders.
Configuration menu - View commit details
-
Copy full SHA for 31952a9 - Browse repository at this point
Copy the full SHA 31952a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41f67a0 - Browse repository at this point
Copy the full SHA 41f67a0View commit details
Commits on Jan 29, 2017
-
Another try at not overloading test platforms.
- Number of database instances is capped to keep filesystem footprint manageable. - Complexity of some operations reduced to limit runtime. - Generous timeouts added to more tests.
Configuration menu - View commit details
-
Copy full SHA for db0d66d - Browse repository at this point
Copy the full SHA db0d66dView commit details
Commits on Jan 30, 2017
-
Added flag for MACOSX_DEPLOYMENT_TARGET = 10.8
This value is an alternative to `-mmacosx-version-min=version` which does not appear to be settable via the snappy configure script. This is to allow support for historical versions of MacOSX
Charlie Voiselle committedJan 30, 2017 Configuration menu - View commit details
-
Copy full SHA for 2ba6415 - Browse repository at this point
Copy the full SHA 2ba6415View commit details
Commits on Feb 2, 2017
-
Merge pull request #241 from basho/cv-disable-snappy-dylibs
Added flag for MACOSX_DEPLOYMENT_TARGET = 10.8
Charlie Voiselle authoredFeb 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 254cba3 - Browse repository at this point
Copy the full SHA 254cba3View commit details
Commits on Feb 4, 2017
-
Change left-margin single-percent comments to double-percent to keep …
…Doug and/or emacs happy (the former is the more worthy goal). Sync with latest 'develop' branch.
Configuration menu - View commit details
-
Copy full SHA for 89a5756 - Browse repository at this point
Copy the full SHA 89a5756View commit details
Commits on Feb 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4e63b92 - Browse repository at this point
Copy the full SHA 4e63b92View commit details
Commits on Feb 15, 2017
-
update release notes to 2.0.34
Matthew V committedFeb 15, 2017 Configuration menu - View commit details
-
Copy full SHA for 9099f80 - Browse repository at this point
Copy the full SHA 9099f80View commit details
Commits on Mar 2, 2017
-
move code from mv-nonblocking-write2 to new branch based upon current…
… develop branch. git rebase sucks, i.e. unreliably bad.
Matthew V committedMar 2, 2017 Configuration menu - View commit details
-
Copy full SHA for 56023cb - Browse repository at this point
Copy the full SHA 56023cbView commit details