| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
57 (0.222s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Review Request: ZOOKEEPER-1413: Use on-disk transaction log for learner sync up - Zookeeper - [mail # dev]
|
|
... Yes, you are right. I was confused with FileTxnLog.read(). Sure, I can rename this one. This block just act as a safety net to send SNAP if there is case that we forgot ...
|
|
|
Author: Thawan Kooburat,
2013-05-29, 06:46
|
|
|
Re: Review Request: ZOOKEEPER-1413: Use on-disk transaction log for learner sync up - Zookeeper - [mail # dev]
|
|
... itr.next() is the only place that actually perform IO-related operation. Record#serialize() can thrown IO exception if the output stream is writing to network or disk. However,...
|
|
|
Author: Thawan Kooburat,
2013-05-25, 02:23
|
|
|
Re: 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/#review20979 - Thawan Kooburat On May 20, 2013, 5:40 a.m., Thawan Kooburat wrote:...
|
|
|
Author: Thawan Kooburat,
2013-05-24, 22:55
|
|
|
Re: Review Request: ZOOKEEPER-1413: Use on-disk transaction log for learner sync up - Zookeeper - [mail # dev]
|
|
... IOException can be thrown from hasNext = itr.next(); which for prefetching the next element. I think we only need to set hasNext to false when we see excepti...
|
|
|
Author: Thawan Kooburat,
2013-05-24, 04:30
|
|
|
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-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
|
|
|
|