Skip to content

File Stream Data Presist Issue #2284

Answered by tenthe
AkthemRehab asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @AkthemRehab,
thanks for your question.

The problem you are facing is due to the fact that the File Stream Adapter is primarily designed for testing purposes. It operates by taking a CSV file and replaying its contents. When there's no "original" timestamp present in the data, the adapter generates a new timestamp for each row upon reading. Consequently, this results in multiple events sharing the same timestamp. When these events are stored in the time series database, entries with identical timestamps overwrite each other. As a result, your data lake sink will receive the correct number of events, but not all of them will be stored in the database. The timestamp is used as an index i…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
6 replies
@AkthemRehab
Comment options

@tenthe
Comment options

tenthe Dec 7, 2023
Collaborator

@AkthemRehab
Comment options

@tenthe
Comment options

tenthe Dec 11, 2023
Collaborator

@AkthemRehab
Comment options

Answer selected by AkthemRehab
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants