Re: [PATCH] BUG/MINOR: tools: Ensure the generated UUIDv7 is monotonic

2024-07-09 Thread Willy Tarreau
Hi Tim! On Tue, Jul 09, 2024 at 07:34:57PM +0200, Tim Düsterhus wrote: > Hi > > On 7/8/24 06:38, Willy Tarreau wrote: > > Well, I must confess that while I understand what you tried to do, it's > > less clear what is the problem you wanted to address. I think that your > > concern is the possible

Re: [PATCH] BUG/MINOR: tools: Ensure the generated UUIDv7 is monotonic

2024-07-09 Thread Tim Düsterhus
Hi On 7/8/24 06:38, Willy Tarreau wrote: Well, I must confess that while I understand what you tried to do, it's less clear what is the problem you wanted to address. I think that your concern is the possible lack of monotonicity, is that it ? An example is probably best to explain the require

Re: [PATCH] BUG/MINOR: tools: Ensure the generated UUIDv7 is monotonic

2024-07-07 Thread Willy Tarreau
Hi Tim, On Sat, Jul 06, 2024 at 09:13:12PM +0200, Tim Duesterhus wrote: > Willy, > > I'm not particularly happy with out the patch turned out, but this is the > best I could come up with. If you are also unhappy with it, then please > consider this email to be a bug report and adjust my patch as

[PATCH] BUG/MINOR: tools: Ensure the generated UUIDv7 is monotonic

2024-07-06 Thread Tim Duesterhus
Willy, I'm not particularly happy with out the patch turned out, but this is the best I could come up with. If you are also unhappy with it, then please consider this email to be a bug report and adjust my patch as necessary / fix it yourself. Unfortunately I don't currently have the time to spend