Toby Lawrence
Toby Lawrence
Yep, this is definitely a limitation and something that isn't handled terribly well with non-graceful shutdown. We would likely want to make it work somewhat more like a PID file,...
By design, disk buffers do not just arbitrarily stop at 8TB or 65,535 data files, just to be clear. That limitation is speaking only about the maximum active size of...
> So the 8TB limit is essentially a cap on the internal vector buffer database / state machine right? It's a limit on how many buffer data files can exist...
I'll have to defer to @jszwedko here. Our internal team structure around Vector has changed recently, so it's harder to figure out where time can be budgeted.
@scMarkus 👋🏻 I'm the engineer who originally wrote all of the `Configurable` macro machinery and Jesse asked me to take a look at this issue. Overall, while delegated types are...
Ah, yeah. The documentation for remap functions is not generated automatically through all of the `Configurable` stuff, so it would have to be edited manually no matter what.
So, reviewing your configurations and all of the data you provided -- thank you for that, by the way! -- I would say that this is performing as we/I would...
@Ilmarii Thinking about it a little more, given what you brought up.... I think we can leave things as-is for now. Looking closer at all of this code, I realized...
I think we need to leave them as `u64` for the moment, and manually annotate the field with `metadata(docs::type_unit = "seconds")` to generate the correct docs output. When I tried...
Hmm, yes. That did not work like I thought it would. 😂 I'll see if I can suss out the cause.