Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Voldemort 0.96 new configuration options
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
ctasada  
View profile  
 More options Sep 14 2012, 4:37 am
From: ctasada <ctas...@gmail.com>
Date: Fri, 14 Sep 2012 01:37:30 -0700 (PDT)
Local: Fri, Sep 14 2012 4:37 am
Subject: Voldemort 0.96 new configuration options

Hi guys,

With the 0.96 release there are some new configuration options in Voldemort
that are not documented.

Server Properties:
* Removed in 0.96
  - bdb.cleaner.lazy.migration
  - bdb.cache.evictln
  - bdb.minimize.scan.impact

* Added in 0.96
  - bdb.minimum.shared.cache
  - fetcher.max.bytes.per.sec
  - fetcher.min.bytes.per.sec
  - fetcher.reporting.interval.bytes
  - hdfs.fetcher.buffer.size
  - client.routing.get.timeout.ms
  - client.routing.getall.timeout.ms
  - client.routing.put.timeout.ms
  - client.routing.getversions.timeout.ms
  - client.routing.delete.timeout.ms
  - client.routing.allow.partial.getall
  - enable.jmx.clustername
  - service.interruptible

Added memory-footprint to stores.xml

Client properties:
  - getall_routing_timeout_ms
  - put_routing_timeout_ms
  - get_routing_timeout_ms
  - getversions_routing_timeout_ms
  - delete_routing_timeout_ms
  - allow_partial_getalls

Some of these new properties look really interesting and I'm already
investigating them, but I would like to hear, if possible, your comments
regarding the different case scenarios and the stability of them.

Note: This documentation should be also added to the wiki and/or website.

Thanks,
Carlos.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lei Gao  
View profile  
 More options Sep 14 2012, 4:30 pm
From: Lei Gao <gao...@gmail.com>
Date: Fri, 14 Sep 2012 13:30:38 -0700 (PDT)
Local: Fri, Sep 14 2012 4:30 pm
Subject: Re: Voldemort 0.96 new configuration options

Hi Carlos,

Those timeout parameters are used to specify operation-specific timeout for
a client. We will update the documentation on it.

I recommend that you don't spend too much time on those bdb specific
parameters because they are associated with the BDB JE storage enhancements
that will be officially released in the next major release, when
documentation will be available for those newly added parameters.

Thanks,

Lei


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carlos Tasada  
View profile  
 More options Sep 15 2012, 6:03 am
From: Carlos Tasada <ctas...@gmail.com>
Date: Sat, 15 Sep 2012 12:03:23 +0200
Local: Sat, Sep 15 2012 6:03 am
Subject: Re: [project-voldemort] Re: Voldemort 0.96 new configuration options

Thanks a lot Lei, looking forward for this info :)

Also the news that you're already working in the next release with BDB
changes are really exciting :)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ctasada  
View profile  
 More options Mar 15, 5:16 am
From: ctasada <ctas...@gmail.com>
Date: Fri, 15 Mar 2013 02:16:24 -0700 (PDT)
Local: Fri, Mar 15 2013 5:16 am
Subject: Re: Voldemort 0.96 new configuration options

Hi Lei,

Is the documentation already updated? Did I missed it?

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vinoth Chandar  
View profile  
 More options Mar 19, 7:26 pm
From: Vinoth Chandar <mail.vinoth.chan...@gmail.com>
Date: Tue, 19 Mar 2013 16:26:20 -0700 (PDT)
Local: Tues, Mar 19 2013 7:26 pm
Subject: Re: Voldemort 0.96 new configuration options

Carlos,

with the new release, we have meticulously documented all server and client
params.. please take a look at the javadocs for ClientConfig and
VoldemortConfig from the project-voldemort.com site.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Carlos Tasada  
View profile  
 More options Mar 20, 5:29 am
From: Carlos Tasada <ctas...@gmail.com>
Date: Wed, 20 Mar 2013 10:29:21 +0100
Local: Wed, Mar 20 2013 5:29 am
Subject: Re: [project-voldemort] Re: Voldemort 0.96 new configuration options

Hi Vinoth,

I'm sorry, but I cannot find it. I see the Javadocs and some new links like
"Design" and "Build and Push", but I don't see detailed information about
such new properties in the ClientConfig.

On Wed, Mar 20, 2013 at 12:26 AM, Vinoth Chandar <


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vinoth Chandar  
View profile  
 More options Mar 21, 1:51 pm
From: Vinoth Chandar <mail.vinoth.chan...@gmail.com>
Date: Thu, 21 Mar 2013 10:51:27 -0700 (PDT)
Local: Thurs, Mar 21 2013 1:51 pm
Subject: Re: [project-voldemort] Re: Voldemort 0.96 new configuration options

Here you go
http://www.project-voldemort.com/voldemort/javadoc/all/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Vinoth Chandar  
View profile  
 More options Mar 21, 1:52 pm
From: Vinoth Chandar <mail.vinoth.chan...@gmail.com>
Date: Thu, 21 Mar 2013 10:52:54 -0700 (PDT)
Local: Thurs, Mar 21 2013 1:52 pm
Subject: Re: [project-voldemort] Re: Voldemort 0.96 new configuration options

anyways, let me just answer your question specifically..

  - client.routing.get.timeout.ms
  - client.routing.getall.timeout.ms
  - client.routing.put.timeout.ms
  - client.routing.getversions.timeout.ms
  - client.routing.delete.timeout.ms

are routing timeouts specific to the operation. For example, if you wanted
to timeout sooner on get() vs put()..


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »