-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtransfer
More file actions
18 lines (16 loc) · 699 Bytes
/
Copy pathtransfer
File metadata and controls
18 lines (16 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Server Coordination
====================
* Lock file for base of entries dir, one at a time
Server Receives
=================
* SeriesReceiver opens unfinished or new united series and appends to configurable size
* On hitting configurable size, united series gets stuck on queue to transfer to split for schema
* On transfer completion, united series is marked as invalid for new reads, series moved for new
reads
* When invalid to valid transfer completes, united series is removed
Server Queries
===============
* QueryReceiver opens unfinished and completed united series and split series at current record
length
* Query reads records until client closes
* All opened readers are closed