Hello.
Good news. After i remove folder, and start yz_entropy_mgr:init([]) and
then re-save objects it's start to return correct numFound (test on 2
buckets, about 6000 requests). This is tested on dev instance.
So, as i understand, i need to make same operation on production cluster on
each node
I repeat same on production cluster, it's work. Thanks.
2015-03-13 10:23 GMT+03:00 Roma Lakotko :
> Hello.
>
> Good news. After i remove folder, and start yz_entropy_mgr:init([]) and
> then re-save objects it's start to return correct numFound (test on 2
> buckets, about 6000 requests). This is t
Hi Patrick,
I'm glad you figured out the root cause here. You bring up a great
opportunity to improve on error responses too. Please open a GitHub issue
for this and any similar observations so PM can keep track of it.
Thanks,
Matt
ᐧ
*Matt Brender | Developer Advocacy Lead*
Basho Technologies
t
Just the link to the issue https://github.com/basho/riak_cs/issues/1091
@Mathew do you know if AWS NodeJS SDK is doing it wrong so I can also open
an issue on amazon repo?
On Fri, Mar 13, 2015 at 2:41 PM, Matthew Brender wrote:
> Hi Patrick,
>
> I'm glad you figured out the root cause here. You
Hello Riakators!
Welcome back to The Recap. We're trying out another new format this week.
## Feedback
The first change you'll notice is that we're going with plaintext this time. Do
you like it? Do you prefer Markdown?
* Give a definitive answer in this 3 question survey:
https://surveyp
[Excuse the repeat - here it is in plaintext]
Hello Riakators!
Welcome back to The Recap. We're trying out another new format this week.
## Feedback
The first change you'll notice is that we're going with plaintext this time. Do
you like it? Do you prefer Markdown?
* Give a definitive an
Hi Patrick,
You'll need to investigate whether you can define a content type through
the SDK. The use of application/octet-stream is defined as "arbitrary
binary data" in RFC 2046 as explained well here [1]. I'm not sure if you
have the ability to define the content type and have not done so or wh
As far as I can see there is no way to do that, and I think that is a bug
of SDK... to temporarily fix that was support a "fake member" on method
(here
https://github.com/aws/aws-sdk-js/blob/master/apis/s3-2006-03-01.min.json#L2094)
just like this one (
https://github.com/aws/aws-sdk-js/blob/master