xiaohao liang created DL-194:
--------------------------------
Summary: 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
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)