Skip to content
Snippets Groups Projects
  1. May 04, 2016
  2. Apr 13, 2016
    • nygard_89's avatar
      [travis] Added Riak service for testing purposes. · d2091759
      nygard_89 authored
      [riak] Added test unit.
      [riak] Set eventual consistency as default in both README.md and riak.properties file, as strong consistency it's not the main model adopted by the db (check http://docs.basho.com/riak/kv/2.1.4/developing/app-guide/strong-consistency/ for further info).
      [riak] Fixed getFields() function by transforming it into createResultHashMap(). This function creates the HashMap to give as result appropriately.
      [riak] Removed scan transaction support for strong consistency model. 2i search is not allowed for this model, neither there is a suitable search mean to use to achieve a proper scan transaction.
      [riak] Done minor fixes to code and comments.
      d2091759
  3. Apr 11, 2016
  4. Apr 09, 2016
    • nygard_89's avatar
      [riak] New YCSB binding for Riak. · 74925004
      nygard_89 authored
      The binding is based on the one created by Basho Technologies (available at https://github.com/basho-labs/YCSB/tree/master/riak).
      [riak] Made compatible with the latest YCSB version.
      [riak] Added strong consistency test support and made it default.
      [riak] Added missing results return based on provided fields in scan/read functions.
      [riak] Added TIME_OUT status return code for those transactions which take too long to complete.
      [riak] Added flexible test parameter specification via customizable configuration file and command line options support.
      [riak] Added test unit.
      [riak] Removed unused Constants.java file.
      [riak] Removed many unused function in the RiakUtils.java file.
      [riak] Choosed to use executeAsync methods to resolve a bug that didn't allow the benchmark to end whenever one or more nodes of the cluster are killed.
      [riak] Fixed license issues in all files.
      [riak] Done some refinements to the code.
      74925004
  5. Apr 06, 2016
  6. Apr 01, 2016
  7. Feb 16, 2016
  8. Feb 05, 2016
  9. Feb 04, 2016
  10. Jan 27, 2016
  11. Dec 20, 2015
  12. Nov 03, 2015
  13. Sep 21, 2015
  14. Aug 07, 2015
  15. Jul 17, 2015
  16. Jun 18, 2015
  17. Jun 17, 2015
    • Sean Busbey's avatar
      [packaging] refactor packaging to avoid fat-jars. · 195d6e86
      Sean Busbey authored
      * remove unused declared deps in a few places
      * lex sort modules in top level pom
      * update maven plugin versions.
      * no more jar-with-dependencies
      * set ycsb-core to provided in bindings
      * introduce a bindings-parent pom that sets
      ** stage dependency copy on building binding
      ** iff binding has a README.md, build a binding-specific dist artifact
      * update distribution assembly to
      ** properly build after modules
      ** use per-binding sets of dependencies
      
      closes #250
      195d6e86
  18. May 29, 2015
  19. May 26, 2015
    • Sean Busbey's avatar
      [version] update to 0.2.0-SNAPSHOT. · 083db171
      Sean Busbey authored
      * Need a SNAPSHOT version because non-SNAPSHOT is reserved for actual releases.
      * Increment minor version per pre-1.0 guidelines from the Version Numbers guide
      
      Fixes #236.
      083db171
  20. Sep 10, 2012
Loading