| clear query|facets|time |
Search criteria: .
Results from 101 to 110 from
454 (0.071s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Some 3.5 roadmap ideas. - Zookeeper - [mail # dev]
|
|
...1366 should be in this list under improve reliability. On Wed, Jan 25, 2012 at 2:35 PM, Patrick Hunt wrote: ...
|
|
|
Author: Ted Dunning,
2012-01-25, 22:42
|
|
|
Re: Branch for reconfiguration (ZOOKEEPER-107)? - Zookeeper - [mail # dev]
|
|
...Works great. See https://github.com/tdunning/zookeeper for work on ZK-1366 including tar distros for testing. On Sat, Jan 21, 2012 at 1:02 AM, Flavio Junqueira wrote:  ...
|
|
|
Author: Ted Dunning,
2012-01-21, 09:09
|
|
|
Re: Backups - Zookeeper - [mail # user]
|
|
...That is one important case. The offsite backup condition is probably well handled by a listener. On Thu, Jan 19, 2012 at 7:30 PM, Flavio Junqueira wrote: ...
|
|
|
Author: Ted Dunning,
2012-01-19, 19:42
|
|
|
Re: Backups - Zookeeper - [mail # user]
|
|
...Flavio, Take as a use case the one where I am keeping configuration files in ZK. These will be manual installed and thus subject to manual error. Backups would be invaluabl...
|
|
|
Author: Ted Dunning,
2012-01-19, 19:41
|
|
|
Re: Backups - Zookeeper - [mail # user]
|
|
...Well, "snap the datadir" is definitely one step better than "copy the datadir", but your point is well taken that this isn't the strongest story. At least snaps take essentially zero t...
|
|
|
Author: Ted Dunning,
2012-01-19, 19:40
|
|
|
Re: Backups - Zookeeper - [mail # user]
|
|
...Backing up the transaction logs. On Thu, Jan 19, 2012 at 6:16 PM, Jordan Zimmerman wrote: ...
|
|
|
Author: Ted Dunning,
2012-01-19, 18:23
|
|
|
Re: Timeouts and ping handling - Zookeeper - [mail # user]
|
|
...ZK does pretty much entirely sequential I/O. One thing that it does which might be very, very bad for SSD is that it pre-allocates disk extents in the log by writing a bunch of zeros. ...
|
|
|
Author: Ted Dunning,
2012-01-19, 18:18
|
|
|
Re: Backups - Zookeeper - [mail # user]
|
|
...A backup can still be useful. It is a common property that a database backup is known to be slightly out of date. Such a backup can still be very useful. In many systems, t...
|
|
|
Author: Ted Dunning,
2012-01-19, 18:11
|
|
|
Re: Timeouts and ping handling - Zookeeper - [mail # user]
|
|
...If you aren't pushing much data through ZK, there is almost no way that the request queue can fill up without the log or snapshot disks being slow. See what happens if you put the log ...
|
|
|
Author: Ted Dunning,
2012-01-19, 06:18
|
|
|
Re: Timeouts and ping handling - Zookeeper - [mail # user]
|
|
...Does FIO stand for Fusion I/O? On Thu, Jan 19, 2012 at 12:47 AM, Manosiz Bhattacharyya wrote: ...
|
|
|
Author: Ted Dunning,
2012-01-19, 01:15
|
|
|
|