[
https://issues.apache.org/jira/browse/AVRO-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895756#action_12895756
]
Philip Zeyliger commented on AVRO-606:
--------------------------------------
Pressed "add" quite early.
Looks reasonable, for the most part. It feels a bit odd that the reader and
writer of these log directories are the same class, still. That might be worth
splitting up at some point. Instead of keeping a list of all previous files,
you could also simply scan the directory and look around. Note that it's
possible to add some metadata to AVRO data files when you open them, so you
might store the open time in the header. (The close time would require a
seek...). That way, you could retrieve spans across restarts.
> Add File-Based Span Storage to TracePlugin
> ------------------------------------------
>
> Key: AVRO-606
> URL: https://issues.apache.org/jira/browse/AVRO-606
> Project: Avro
> Issue Type: Sub-task
> Reporter: Patrick Wendell
> Assignee: Patrick Wendell
> Attachments: AVRO-606.v1.txt, AVRO-606.v2.txt
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.