I don't think that means "supports" so much as "won't refuse to build on".
Quoting from: http://docs.basho.com/riak/latest/ops/building/installing/from-source/#Dependencies "Riak requires Erlang R15B01. Note: don't use Erlang version R15B02 or R15B03, for the moment, as it causes an error with riak-admin status commands." The bug report I linked to earlier also mentions that they're not recommending R16 either. Not sure if that's changed since R16B02 was released or not. On Thu, Jan 23, 2014 at 1:20 AM, Benoit Chesneau <bchesn...@gmail.com> wrote: > On Thu, Jan 23, 2014 at 7:53 AM, Paul Davis > <paul.joseph.da...@gmail.com>wrote: > >> Surprised that no one has mentioned that monitors were broken in R16B01. >> >> http://erlang.org/pipermail/erlang-bugs/2013-July/003670.html >> >> While I do agree with general points on both sides of the minimum >> Erlang requirement I think its important to note that even Basho is >> staying with R15B01 at the moment. I haven't heard of anything major >> on R16B0(2|3) but given that Basho isn't running that I wonder if they >> found something else there. > > >> I'm also intrigued by the reason that projects have dropped R14 >> support. I don't know of anything super majorly awesome in newer >> releases so I'd wonder if it wouldn't be possible with a bit of effort >> to read support to upstream projects. >> > > To be exact basho supports anything > R14B02 < R17: > > https://github.com/basho/riak/blob/develop/rebar.config#L4 > > They have their own fork of mochiweb as well to works with webmachine. So > that's maybe something inevitable, but I still think we should build this > check-list linked to the ticket on Erlang so we can track the changes. Also > adding ourself to an issue may help to solve it... > > - benoit