-
riak attach now attaches to the same console as the logs, so get weird output
Use `riak admin remote_console` which needs to be added to https://www.tiot.jp/riak-docs/riak/kv/3.0.10/using/admin/ria…
-
The setup is with presto 0.98 and riak 2.0.5. The presto engine is unable to get results.
```
presto:t> select * from logs l, users u where l.accessor = u.id;
Query 20150324_080414_00015_x5a2a failed…
-
We have a need to include the bucket-type information in riak-debug, for example, where diagnosing the [case where both DVV and last_write_wins are enabled](http://docs.basho.com/riak/latest/community…
-
``` elixir
def get_user_authorizations_order_by(user_id, limit \\ 5) do
q = from(
auth in __MODULE__,
order_by: [asc: auth.date_created],
where: auth.user_id == ^user_id,
select: %{d…
-
It's horrrrrrrible. I mean this ugly.
![sam_dog](https://cloud.githubusercontent.com/assets/419046/8132929/00bb5d72-111d-11e5-94c5-d2de61a062cd.jpg)
A mix of Erlang syntax, and regular lines.
If …
-
Both of these, one which uses the other in its implementation, proxy their calls to the leader node, which is misleading when debugging because the node, if not the leader, may still have a connection…
-
This is not actually an issue, it's just for someone coming here like me and thinking about using your module. The question is:
**How does one populate the riak database?**
I'm supposing you configu…
-
Look into replacing the default schema with the new "schemaless mode" provided as of Solr 4.4.0. This might be a better way for users to incrementally build a schema. Then it can be exported and tweak…
-
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…
-
A customer occasionally runs into a problem where their node will not start back up after it's been shutdown to perform a backup.
On startup, they see this kind of output in console.log:
```
20…