[
https://issues.apache.org/jira/browse/DL-194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15937638#comment-15937638
]
xiaohao liang edited comment on DL-194 at 3/23/17 3:47 AM:
-----------------------------------------------------------
Thanks for your quick feedback! [[email protected]]
:-)
Addtional, Is the function blocking the AsyncLogWriter::write() ?
so, we need new function ?
was (Author: xiaohaoliang):
Thanks for your quick feedback! [[email protected]]
:-)
> 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)