-
**riak_err** was added to Hibari at v0.1.4 but I think it's not used in Hibari. I don't see any place to start riak_err application. I think riak_err is only used by Cloudian KK's proprietary product…
-
Review the prototype implementation of server side timestamp and server side rename features, and merge them to dev branch for Hibari v0.5.
For details of server side rename implementation, see: http…
-
Compare the overhead for **DTrace/SystemTap** tracepoints (`dyntrace:p/1 -- p/8`) to the current one for **gmt_elog**. If the performance is acceptable, add DTrace/SystemTap tracepoints for Erlang/OTP…
-
Generally speaking, the expectation for Hibari microtransactions is to be all or nothing. If one of the operations fails, the remaining operations should have no effect. Unfortunately, it has been c…
-
I'm updating the News and Roadmap sections in README.md on **dev** branch more often than I thought. This isn't ideal because dev branch will be merged into master only when we make an Hibari release.…
-
What is the difference between Hibari, mnesia & Riak is a distributed NoSQL ?
Does Hibari has suplementary features for telecom that mnesia & Riak is a distributed NoSQL don't have?
-
Drop support for older Erlang/OTP releases.
- Hibari server components will drop support for R13, R14 and R15, and will continue support R16 and 17.x. The server now has h2leveldb based metadata store…
-
These APIs only return 'ok' on success but some applications want/need the server-side created timestamp value to be returned as well. To keep backwards compatibility, a new flag could be added to en…
-
Prepare Hibari v0.3.0 to build and run on Erlang/OTP 17.x.
I tried to build Hibari develop on 17.3 and the only (obvious) problem is that type-specs for `dict()` and `queue()` have to be specified wi…
-
Update the external libraries related to **gdss-ubf-proto** to the latest version.
- **ubf**
- **ubf-thrift**
We might want to wait until the changes for Erlang/OTP R16 to be merged to their master b…