deepseek-ai / deepseek-ai/3FS

write data in append mode

Open
#300 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
10.2k
Forks
1.1k
PR merge metrics
No merged PRs in 30d

Description

Hi experts,
I am trying to write some sample code using the usrbio library. But when I write a simple "write" code, looks like it's always overwriting the target file. Is there anything else I need to do besides getting a FD in the append mode in order to append to a file?

Thanks!

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the usrbio implementation and its handling of file descriptors opened in append mode. Reproduce the reported write behavior with a sample file, then compare the observed result with the expected append semantics; done means existing file contents are preserved and new data is added.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
distributed-systems
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.