apache / apache/bookkeeper

Need an API for distributedlog AppendOnlyWriter that only care about the data is already flushed but not committed.

Open
#4,033 0 comments 0 reactions 0 assignees View on GitHub
type/feature
Dominant language
Java
Stars
2k
Forks
976
Avg merge
6d 15h
Merged PRs (30d)
7

Description

**FEATURE REQUEST**

1. We are using the distributedlog as a WAL storage. Currently, the AppendOnlyWriter only support a force method to make sure the data is already persistently stored in BK.

2. The force method implemented by invoke transmit method twice to make sure the data in the first transmission is already done. But in our case, we do not want to wait the second data exchange. We only care about the data is already flushed.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.