[
https://issues.apache.org/jira/browse/DL-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15937706#comment-15937706
]
xiaohao liang commented on DL-194:
----------------------------------
not block #write(). good!
My project has not started using DL yet. Writing always , truncating
sometimes.
Perhaps I test the performance of writing when truncating.
> I want to truncate the log until "Transaction ID" (not DLSN). How can I do ?
> ------------------------------------------------------------------------------
>
> Key: DL-194
> URL: https://issues.apache.org/jira/browse/DL-194
> Project: DistributedLog
> Issue Type: Improvement
> Reporter: xiaohao liang
> Fix For: 0.5.0
>
>
> Now , I want to truncate the log until "Transaction ID" (not DLSN),
> I find that :
> ```java
> DLSN truncateDLSN = ...;
> Future<DLSN> truncateFuture = writer.truncate(truncateDLSN);
> // wait for truncation result
> Await.result(truncateFuture);
> ```
> http://distributedlog.incubator.apache.org/docs/latest/user_guide/api/core.html#asynclogwriter
>
> So,ow can I do ?
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)