[
https://issues.apache.org/jira/browse/CHUKWA-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jerome Boulon updated CHUKWA-313:
---------------------------------
Fix Version/s: 0.3.0
0.2.0
Affects Version/s: 0.3.0
0.2.0
Status: Patch Available (was: Open)
- Remove the ClientAck since flush is a noHup operation in H.20
- Refractor the rotate mechanism
- Compute TimePeriod once an hour
> Remove the 10 sec ack from SeqWriter
> ------------------------------------
>
> Key: CHUKWA-313
> URL: https://issues.apache.org/jira/browse/CHUKWA-313
> Project: Hadoop Chukwa
> Issue Type: Improvement
> Affects Versions: 0.2.0, 0.3.0
> Reporter: Jerome Boulon
> Assignee: Jerome Boulon
> Fix For: 0.2.0, 0.3.0
>
> Attachments: CHUKWA-313.patch
>
>
> SeqWriter.add is waiting 10 sec in a worse case before calling a flush. This
> was there to guarantee that the data has been written to HDFS before
> returning the ack.
> It used to work well with 0.18 but in 0.20 the flush is a nohup so there's no
> point in waiting 10 sec for nothing.
> The real flush will give us the ability to write redo logs directly to HDFS
> so the ack implementation will have to change anyway.
> So I vote for removing the 10 sec ack from the add method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.