tigerbeetle icon indicating copy to clipboard operation
tigerbeetle copied to clipboard

The distributed financial transactions database designed for mission critical safety and performance.

Results 295 tigerbeetle issues
Sort by recently updated
recently updated
newest added

Commit: ```4b8b02e63c8e5b55c9ebaa144dc6d9402aee42a8``` Branches: mainDuration to run seed in ReleaseSafe mode: 12sStack Trace: ``` thread panic: reached unreachable code src/vsr/replica.zig:0:0: in on_message (simulator) src/testing/cluster/network.zig:310:39: in deliver_message (simulator) target_bus.on_message_callback(target_bus, target_message); src/testing/packet_simulator.zig:395:45: in...

Commit: ```4b8b02e63c8e5b55c9ebaa144dc6d9402aee42a8``` Branches: mainDuration to run seed in ReleaseSafe mode: 4sStack Trace: ``` thread panic: reached unreachable code src/vsr/replica.zig:0:0: in on_message (simulator) src/testing/cluster/network.zig:310:39: in deliver_message (simulator) target_bus.on_message_callback(target_bus, target_message); src/testing/packet_simulator.zig:395:45: in...

Commit: ```c65ca80ac8e9351527ee06239b6da17e29a4e0d7``` Branches: mainDuration to run seed in ReleaseSafe mode: 11sStack Trace: ``` thread panic: reached unreachable code src/vsr/replica.zig:0:0: in on_message (simulator) src/testing/cluster/network.zig:310:39: in deliver_message (simulator) target_bus.on_message_callback(target_bus, target_message); src/testing/packet_simulator.zig:395:45: in...

Commit: ```c65ca80ac8e9351527ee06239b6da17e29a4e0d7``` Branches: mainDuration to run seed in ReleaseSafe mode: 4sStack Trace: ``` thread panic: reached unreachable code src/vsr/replica.zig:0:0: in on_message (simulator) src/testing/cluster/network.zig:310:39: in deliver_message (simulator) target_bus.on_message_callback(target_bus, target_message); src/testing/packet_simulator.zig:395:45: in...

1. what's the use case of tigerbeetle? (seems like for a bank but doesnt seem so too) 2. how to do multi datacenter replication?

As part of development I've been running the benchmark, but I've needed to modify it such that it doesn't always produce full tables. It produces full tables because the client...

enhancement

Commit: ```740a4f19aca268fa7b112c20e690c62c6321586c``` Branches: mainDuration to run seed in ReleaseSafe mode: 6sStack Trace: ``` thread panic: reached unreachable code src/vsr/replica.zig:0:0: in on_message (simulator) src/testing/cluster/network.zig:310:39: in deliver_message (simulator) target_bus.on_message_callback(target_bus, target_message); src/testing/packet_simulator.zig:395:45: in...

Commit: ```5ae6bcdfd6c9e7cef399dc105ce2a0066e7235d1``` Branches: mainDuration to run seed in ReleaseSafe mode: 5m22sDebug Logs:Tail ```_0:__0>26Ga0G!0G?2/4Pp0/3Rq 7|.6V23/_41/_41C10:_41Jo0/_0J!10:_41Wo 26Ga0G!0G? 6|.6V23/_40/_41C11:_42Jo0/_3J!8:_39Wo 26Ga0G!0G? 6|.6V23/_41/_41C11:_42Jo0/_3J!8:_39Wo 26Ga0G!0G? 5|.6V23/_40/_41C13:_44Jo0/_5J!8:_39Wo 26Ga0G!0G? 3|.6V23/_40/_41C11:_42Jo0/_3J!8:_39Wo 26Ga0G!0G? 2\.6V23/_41/_41C11:_42Jo0/_1J!10:_41Wo 26Ga0G!0G? 5|.6V23/_41/_41C13:_44Jo0/_3J!9:_42Wo 26Ga0G!0G? 3|.6V23/_41/_41C11:_42Jo0/_1J!10:_41Wo 26Ga0G!0G? 4|.6V23/_41/_41C11:_42Jo0/_0J!11:_42Wo...

These changes are primarily concerned with displaying human-readable units for byte-oriented command line arguments. Firstly, it prints constant limits in whatever unit is appropriate, GB, MB, KB. Secondly, when it...