Nathan Kleyn
Nathan Kleyn
There are some comments on [our HN post about this tool](https://news.ycombinator.com/item?id=17142676) that are concerned that we don't address the elephant in the room: that this tool is really not a...
Inspired by a discussion with @dubek, I would like to keep investigating any ways we can possibly avoid blocking ID generation on a host for 1ms when the sequence wraps....
The `IncrementalPartitionedWriter#minCheckpoint` method isn't safe. https://github.com/intenthq/pucket/blob/master/core/src/main/scala/com/intenthq/pucket/writer/IncrementalPartitionedWriter.scala#L42 It tries to call `#min` on what could potentially be an empty sequence. This should be made safe if possible.
### What version of Bun is running? 1.1.7+b0b7db5c0 ### What platform is your computer? Linux 5.15.60+ x86_64 unknown ### What steps can reproduce the bug? 1. Make a minimal script...
### How can we reproduce the crash? I'm not quite sure what I did but this happened when running two Elysia apps with `--watch` on underneath `hivemind` (a `Procfile` runner)....