Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 31 to 40 from 45 (0.477s).
Loading phrases to help you
refine your search...
Re: Performance measurement for ZooKeeper 3.5.0 - Zookeeper - [mail # dev]
...I am surprised by that drop too. I believe synchronize read/write behavior on the clients amplified the bottleneck on the server side.  I did an experiment where write are going through...
   Author: Thawan Kooburat, 2013-01-13, 00:11
Review Request: ZOOKEEPER-1147: Add support for local sessions - Zookeeper - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8935/  Review request for zookeeper, Patrick Hunt and Mahadev Konar.   Description  Th...
   Author: Thawan Kooburat, 2013-01-12, 04:27
Re: Performance measurement for ZooKeeper 3.5.0 - Zookeeper - [mail # dev]
...In short, I believe is it because write request is blocking the entire pipeline, so read request cannot go through. We are planing to work on ZOOKEEPER-1609 to fix this problem  Thawan ...
   Author: Thawan Kooburat, 2013-01-11, 20:43
Re: force snapshot - Zookeeper - [mail # user]
...If you have multiple machines in the ensemble you can restart one of the machine. When the follower restarts and join the quorum it will create a new snapshot that you can use to troubleshoo...
   Author: Thawan Kooburat, 2013-01-11, 08:48
Performance measurement for ZooKeeper 3.5.0 - Zookeeper - [mail # dev]
...Hi folks,  As promised, below is the performance measurement of 3.5.0 branch  with and without NIO(ZOOKEEPER-1504) and CommitProcessor(ZOOKEEPER-1505)   The experiment is simi...
   Author: Thawan Kooburat, 2013-01-11, 00:30
[ZOOKEEPER-1607] Read-only Observer - Zookeeper - [issue]
...This feature reused some of the mechanism already provided by ReadOnlyZooKeeper (ZOOKEEPER-704) but implemented in a different wayGoal: read-only clients should be able to connect to the obs...
http://issues.apache.org/jira/browse/ZOOKEEPER-1607    Author: Thawan Kooburat, 2012-12-22, 04:40
[ZOOKEEPER-1573] Unable to load database due to missing parent node - Zookeeper - [issue]
...While replaying txnlog on data tree, the server has a code to detect missing parent node. This code block was last modified as part of ZOOKEEPER-1333. In our production, we found a case wher...
http://issues.apache.org/jira/browse/ZOOKEEPER-1573    Author: Thawan Kooburat, 2012-11-01, 23:13
Re: ZooKeeper Scale - Zookeeper - [mail # user]
...You can add more observers to scale the number of watches that the ensemble can handle.  Znode count will depend on how much RAM you have and how much data are in each znode. Our last b...
   Author: Thawan Kooburat, 2012-10-16, 22:55
[ZOOKEEPER-1462] Read-only server does not initialize database properly - Zookeeper - [issue]
...Brief Description:When a participant or observer get partitioned and restart as Read-only server. ZkDb doesn't get reinitialized. This causes the RO server to drop any incoming request with ...
http://issues.apache.org/jira/browse/ZOOKEEPER-1462    Author: Thawan Kooburat, 2012-09-28, 17:26
[ZOOKEEPER-1445] Add support for binary data for zktreeutil - Zookeeper - [issue]
...zktreeutil does not support binary data. The program will fail to import/export znode's data which are in binary format. We are going to use OpenSSL library to perform Base64 encoding so tha...
http://issues.apache.org/jira/browse/ZOOKEEPER-1445    Author: Thawan Kooburat, 2012-08-30, 06:00
Sort:
project
Zookeeper (45)
type
issue (22)
mail # dev (20)
mail # user (3)
date
last 7 days (6)
last 30 days (10)
last 90 days (17)
last 6 months (36)
last 9 months (45)
author
Patrick Hunt (752)
Ted Dunning (454)
Mahadev Konar (306)
Jordan Zimmerman (271)
Camille Fournier (198)
Benjamin Reed (194)
Flavio Junqueira (139)
Alexander Shraer (123)
Michi Mutsuzaki (90)
Thomas Koch (69)
Fournier, Camille F. (67)
Marshall McMullen (57)
Ted Yu (50)
Vishal Kher (50)
Henry Robinson (47)
Thawan Kooburat