2012-08-09 18:32:24 by Filip Hajny | Files touched by this commit (12) |
Log message:
Update riak to 1.2.0.
Changes include:
* Riak supports R15 now.
* More efficiently add multiple Riak nodes to your cluster
* Stage and review, then commit or abort cluster changes for easier
operations; plus smoother handling of rolling upgrades
* Better visibility into active handoffs
* Repair Riak KV and Search partitions by attaching to the Riak Console
and using a one-line command to recover from data corruption/loss
* More performant stats for Riak; the addition of stats to Riak Search
* 2i and Search usage thru the Protocol Buffers API
Full release notes available here:
https://github.com/basho/riak/blob/1.2/RELEASE-NOTES.md
|
2012-06-23 11:53:55 by Filip Hajny | Files touched by this commit (5) |
Log message:
Commit added files too.
|
2012-06-23 11:52:37 by Filip Hajny | Files touched by this commit (4) |
Log message:
Update riak to 1.1.4.
Changes since 1.1.2:
- Fix for CVE-2012-3586
Other changes:
- Fix file ownership/permissions on extracted files.
- Patch Riak to build with R15B01 and adjust PLIST for embedded Erlang
accordingly.
|
2012-05-03 10:17:58 by Filip Hajny | Files touched by this commit (1) |
Log message:
Fix INSTALL_ENV to encode proper version number into script.
|
2012-04-24 15:49:35 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update riak to 1.1.2
This is mainly a stabalization release, adding a few stability improvements
for heavily loaded networks and improving support for running mixed clusters
while migrating to the 1.1.x series.
Bug fixes:
* erlang_js inlines do not work on XCode 4.3
* Work-around for net_kernel:get_status() race condition
* Handoff reported as started even if rejected for exceeding handoff
concurrency
* Intermittent hang with handoff sender
* handoff of fallback data can be delayed or never performed
* Chicken & egg problem with vnode proxy process start & registration?
* Put FSM crashes if forwarded node goes down
|
2012-03-29 14:16:27 by Filip Hajny | Files touched by this commit (5) |
Log message:
Make sure the Erlang cookie file is locked down.
Fix a PLIST mismatch.
Reformat some of the patches.
|
2012-03-08 14:51:10 by Filip Hajny | Files touched by this commit (11) |
Log message:
Update riak to 1.1.1
This is a performance and bugfix release. See the full release notes for more:
https://github.com/basho/riak/blob/riak-1.1.1/RELEASE-NOTES.org
|
2012-02-06 15:22:06 by Filip Hajny | Files touched by this commit (3) |
Log message:
Take advantage of lang/erlang/Makefile.versions to match versioned
components better in the PLIST.
The previous commit (lacked a proper commit message) fixed the way how
the final 'riak' script is generated to include the proper version
and platform identification.
|
2012-02-06 13:41:36 by Filip Hajny | Files touched by this commit (6) |
Log message:
Added devel/ruby-kgio, www/ruby-raindrops and www/ruby-unicorn
|
2012-01-23 15:04:25 by Filip Hajny | Files touched by this commit (7) |
Log message:
Update riak to 1.0.3
Bug fixes:
* bz1291 - Incorrect match of erlang:decode_packet return value in mochiweb
* bz1306 - get_fsm crashes when riak_object value is not a binary
Other additions:
* riak-admin top: riak-admin can now run top against the server
* busy_port / busy_dist_port: Riak will now log whenever distributed erlang
is overloaded by logging busy_dist_port messages on the console and
to the logs
* Bitcask Support for O_SYNC
* New claim algorithm introduced in 1.0 has been set as the default
* Default value for handoff_concurrency was set to 1
|