Commit d4535b4
Sedlak forwarder rework (#60)
* Forwarder: refactor v1
* Forwarder: improve config
* Forwarder: improve main
* Forwarder: removed old files
* Forwarder: updated CMakeLists
* Forwarder: added common
* Forwarder: added forwarder
* Forwarder: added host
* Forwarder: added connection
* Forwarder: added sender
* Forwarder: added message
* Forwarder: improve docs
* Forwarder: resend templates when connection reconnects
* Forwarder: skip hosts with waiting transfers
* Forwarder: changed how reconnections work
* Forwarder: indicate lost messages in SendToAll mode
* Forwarder: fixes in message creation
* Forwarder: use MSG_DONTSIGNAL when sending over socket
* Forwarder: remove debugging printfs
* Forwarder: minor fixes
* Forwarder: atomic sockfd when reconnecting from another thread
* Forwarder: atomic finished flag
* Forwarder: drop unfinished transfers on connection lost for TCP
* Forwarder: fix build on gcc 4.8
* Forwarder: skip data sets with unknown templates
* Forwarder: add non-blocking socket connect
* Forwarder: set export time to current time when forwarding
* Forwarder: minor fixes in Connection
* Forwarder: non-blocking socket connect v2
* Forwarder: fix reconnector
Co-authored-by: Michal Sedlak <[email protected]>1 parent 109e526 commit d4535b4
File tree
29 files changed
+3198
-1667
lines changed- src/plugins/output/forwarder
- src
- connector
29 files changed
+3198
-1667
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
| 5 | + | |
5 | 6 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 7 | + | |
9 | 8 | | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
15 | 24 | | |
16 | 25 | | |
| 26 | + | |
| 27 | + | |
17 | 28 | | |
18 | 29 | | |
19 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | | - | |
| 34 | + | |
30 | 35 | | |
31 | 36 | | |
32 | 37 | | |
| |||
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
39 | | - | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
43 | | - | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
49 | 54 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
53 | 58 | | |
54 | | - | |
55 | | - | |
56 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
57 | 62 | | |
58 | | - | |
59 | | - | |
60 | | - | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | | - | |
| 68 | + | |
64 | 69 | | |
65 | 70 | | |
66 | 71 | | |
67 | | - | |
| 72 | + | |
68 | 73 | | |
69 | 74 | | |
70 | 75 | | |
71 | | - | |
| 76 | + | |
72 | 77 | | |
73 | 78 | | |
74 | 79 | | |
75 | | - | |
| 80 | + | |
76 | 81 | | |
77 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
This file was deleted.
0 commit comments