Home | About | Sematext search-lucene.com search-hadoop.com
clear query|facets|time Search criteria: .   Results from 1 to 10 from 45 (0.212s).
Loading phrases to help you
refine your search...
[ZOOKEEPER-1413] Use on-disk transaction log for learner sync up - Zookeeper - [issue]
...Motivation:The learner syncs up with leader by retrieving committed log from the leader. Currently, the leader only keeps 500 entries of recently committed log in memory. If the learner fall...
http://issues.apache.org/jira/browse/ZOOKEEPER-1413    Author: Thawan Kooburat, 2013-05-24, 05:51
Review Request: ZOOKEEPER-1413: Use on-disk transaction log for learner sync up - Zookeeper - [mail # dev]
...This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11231/  Review request for zookeeper.   Description  ZOOKEEPER-1413: Use on-disk trans...
   Author: Thawan Kooburat, 2013-05-20, 05:40
[ZOOKEEPER-1552] Enable sync request processor in Observer - Zookeeper - [issue]
...Observer doesn't forward its txns to SyncRequestProcessor. So it never persists the txns onto disk or periodically creates snapshots. This increases the start-up time since it will get the e...
http://issues.apache.org/jira/browse/ZOOKEEPER-1552    Author: Thawan Kooburat, 2013-05-19, 11:41
[ZOOKEEPER-1710] Leader should not use txnlog for synchronization if there is a missing txnlog file - Zookeeper - [issue]
...It is possible that a human error caused some txnlog files to be remove from the log dir. The leader should not use txnlog to synchronize with the learner if it found that there is a detect ...
http://issues.apache.org/jira/browse/ZOOKEEPER-1710    Author: Thawan Kooburat, 2013-05-18, 02:46
[ZOOKEEPER-1709] Limit the size of txnlog file - Zookeeper - [issue]
...The server only create a new log file after ~100k txn. The size of txnlog file can be quite large (> 1GB) if request size is big.This will cause the server not to use txnlog to sync with ...
http://issues.apache.org/jira/browse/ZOOKEEPER-1709    Author: Thawan Kooburat, 2013-05-18, 02:40
[ZOOKEEPER-1551] Observer ignore txns that comes after snapshot and UPTODATE - Zookeeper - [issue]
...In Learner.java, txns which comes after the learner has taken the snapshot (after NEWLEADER packet) are stored in packetsNotCommitted. The follower has special logic to apply these txns at t...
http://issues.apache.org/jira/browse/ZOOKEEPER-1551    Author: Thawan Kooburat, 2013-05-16, 01:13
Re: Quorum failure with concurrent client connections? - Zookeeper - [mail # dev]
...What I have seen so far is mostly related to init/sync limit together with snapshot size. (ZOOKEEPER-1697, ZOOKEEPER-1521)  It might be possible that a client trying to reconnect cause ...
   Author: Thawan Kooburat, 2013-05-13, 23:19
Re: 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/  (Updated April 24, 2013, 1:31 a.m.)   Review request for zookeeper, Patrick Hunt and...
   Author: Thawan Kooburat, 2013-04-24, 01:31
[ZOOKEEPER-1695] Inconsistent error code and type for new errors introduced by dynamic reconfiguration   - Zookeeper - [issue]
...From KeeperException.Code, RECONFIGINPROGRESS and NEWCONFIGNOQUORUM are declared as system errors. However, their error code suggested that they are API errors. We either need to move it to ...
http://issues.apache.org/jira/browse/ZOOKEEPER-1695    Author: Thawan Kooburat, 2013-04-24, 00:36
[ZOOKEEPER-1692] Add support for single member ensemble - Zookeeper - [issue]
...In the past, we ran into problem where quorum could not be formed multiple times. It take a while to investigate the root cause and fix the problem.Our current solution is to make it possibl...
http://issues.apache.org/jira/browse/ZOOKEEPER-1692    Author: Thawan Kooburat, 2013-04-23, 23:42
Sort:
project
Zookeeper (45)
type
issue (22)
mail # dev (20)
mail # user (3)
date
last 7 days (5)
last 30 days (7)
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 (143)
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