ReadEntryProcessorV3 code doesn't piggyback LAC when its requested
Open
type/bug
- Dominant language
- Java
- Stars
- 2k
- Forks
- 976
- Avg merge
- 6d 15h
- Merged PRs (30d)
- 7
Description
**BUG REPORT**
***Describe the bug***
Code https://github.com/apache/bookkeeper/blob/master/bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/ReadEntryProcessorV3.java#L180-L185
When we are enabling “readLACPiggyBack” flag but we don’t get the expected result because of this issue.
***To Reproduce***
Manually checked
***Expected behavior***
If `readLACPiggyBack` flag is sent by client, we should receive the LAC (even though its opportunistic)
Contributor guide
Assessment
This issue has not been assessed yet.