2011/10/18 Greg Stein :
>> "The unicode problem"[1][2]
>> makes it rather unusable for me with Python 2.7. :( (Not due to your
>> changes, but the Riak Python client in general)
>>
>> [1]: https://issues.basho.com/show_bug.cgi?id=649
>> [2]: https://github.com/basho/riak-python-client/issues/32
> W
I thought I had. I put "enable, true" not "enabled, true" though. My fault!
Sorry to bug the list.
On Oct 18, 2011, at 12:07 PM, Alexander Sicular wrote:
Do you have this in your app.config?
{riak_search, [
{enabled, true}
]},
Did you enable the bucket that you wa
Do you have this in your app.config?
{riak_search, [
{enabled, true}
]},
Did you enable the bucket that you want to search for indexing? Off the top
of my head it is something like
http://127.0.0.1:8098:/riak/bucket?search=true
note to basho: i could not find the r
Hello,
I have a Riak cluster that is up and accepts PUTs and GETs. I'm trying to use
the search features and it looks like the Erlang processes for search are not
running. I keep getting 'noproc' errors. Search has always been enabled on this
cluster, I did not add search later on. The search f
Ken,
There's something about the incoming query that the parser doesn't like. Do
you have any idea what query is causing this error? It might be logged
somewhere but not sure (and if it isn't I'd like to add it).
-Ryan
On Tue, Oct 18, 2011 at 11:59 AM, Ken Perkins wrote:
> We're getting the
We're getting the following error sporadically in production. I'm hoping
someone can help me understand if it's a query that we're sending, or how to
track down what or where the problem is. We're still pretty new with 1.0
logging, so any advice here is appreciated.
Oct 17 18:30:34 riak-03
(h
On Tue, Oct 18, 2011 at 10:53, Soren Hansen wrote:
> 2011/10/16 Greg Stein :
>> Anyhow, enough description. If you're using Python, then I'd highly
>> recommend:
>> https://github.com/gstein/riak-python-client/tree/proper
>>
>> I hope that helps, and let me know if you run into any problems with
On Mon, Oct 17, 2011 at 15:13, Russell Brown wrote:
>
> On 16 Oct 2011, at 06:18, Greg Stein wrote:
>
>> Hey all,
>>
>> The Basho folks have been slow to integrate changes, given their busy
>> schedule with the 1.0 release.
>
> This is true. Sorry. But we are now putting some time into the client
2011/10/16 Greg Stein :
> Anyhow, enough description. If you're using Python, then I'd highly recommend:
> https://github.com/gstein/riak-python-client/tree/proper
>
> I hope that helps, and let me know if you run into any problems with it.
Thanks for this. Your changes look great.
I take it you
What you're seeing is default behavior of the Erlang code server. After
sending code:load_binary, send code:purge(modname) as well to force unloading
of the older module version.
Sean Cribbs
On Oct 18, 2011, at 8:06 AM, "andrzej kajetanowicz" wrote:
> Does anybody know if Riak uses any kind
Does anybody know if Riak uses any kind of function/module caching as long as
map/reduce functions.I have my Erlang application sending map-reduce queries
using module/function notation (modfun). To make my custom map/reduce
functions available on Riak cluster I use code:load_binary(RiakNode, .
Hi,
I've just released 1.0.1 of the riak-java-client to Sonatype. There was a bug
with PB client connection pool idle connection reap task. In certain situations
it could go into a prolonged or infinite loop. 1.0.1 fixes this issue[1] as
well as another bug with the PB client factory that did no
12 matches
Mail list logo