| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
44 (0.089s).
|
|
|
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-18, 04:42
|
|
|
[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-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-17, 02:03
|
|
|
[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
|
|
|
Re: Storing znode on disks - Zookeeper - [mail # dev]
|
|
...This depends on the data size and availability requirement of your use case. Ideally, the size of RAM limit the total data size for ZooKeeper. However, if you store several gigs of dat...
|
|
|
Author: Thawan Kooburat,
2013-03-14, 20:09
|
|
|
|