-
in [riak_kv_util:get_index_n/1](https://github.com/basho/riak_kv/blob/develop/src/riak_kv_util.erl#L187):
``` erlang
-spec get_index_n({binary(), binary()}) -> index_n().
get_index_n({Bucket, Key}) -…
-
The list of TODOs need to be squashed. Most of these should probably be handled in a dedicated PR but going to use this top-level issue to track them. Mark as DONE when squashed.
- [x] yz_doc.erl:18…
-
Hi, I noticed these two errors when using the riak_test "verify_handoff" with today's `develop` branch of Riak.
```
2014-03-20 15:58:00 =ERROR REPORT====
** Generic server terminating
** Last messa…
-
**Describe the bug**
After running tests, either through the portal or the pipeline. upon downloading the results, only the testreport.csv file is present in the Zip.
**To Reproduce**
Steps to re…
-
Storing unencoded binary keys and values in Riak prerelease causes issues under load with `riak_kv_index_hashtree:maybe_throttle_build`:
```
2014-02-21 17:19:12.289 [error] gen_server terminated wi…
-
@pmouawad ([Bug 60236](https://bz.apache.org/bugzilla//show_bug.cgi?id=60236&redirect=false)):
Find attached a Test Plan showing a different results depending on wether Constant Timer is enabled or no…
-
Hi,
I have a JMeter test plan which uses the included CSV Data Config in the test plan. When I run via gradle I get the following errors. This is AFTER I added the /ext and /junit to my gradle/libs …
-
User is running into an issue where pachyderm pipelines consume a seemingly unbounded amount of memory and eventually OOM. I suspect that their hashtrees are growing over time, and causing the hashtre…
-
## Description
I'm getting the Exception (file with stacktrace attached & excerpt posted below) when I start JMeter with the Simulap plugin as per the instructions in the Readme.
Excerpt:
`…
-
The current `kv_index_hashtree` has a facility to keep an AAE hashtree of 2i terms. It keeps a single tree of all 2i terms in the vnode - using the special IndexN = {0, 0}.
This hashtree cannot be…