biskit
biskit
it's an Alienware R9 with NVMe2 disks and an inactive SSD. so it went against the NVMe2 disk which is a `KXG60PNV2T04 NVMe KIOXIA 2048G` not sure what the specs...
the older ones are of no value I believe. i will try to get on an AWS instance that supports what @kevburnsjr mentions
understood. as mentioned above I investigated i4i.2xlarge. looks like a good option and as @kevburnsjr says, testing a 3 node cluster out for an hour will not hurt my wallet,...
thanks @kevburnsjr i have a local version of vfs with mods to support a different version of pebble (v1.1.4) and hence the `go.mod` for dragonboat points to a local version...
> It looks like you ran go get -u and upgraded the vfs dependency. no. i upgraded the pebble used by vfs to 1.1.4 and that made me clone vfs...
i did it because i have another piece of code that depends on pebble v1.1.4 if the versions of pebble can coexist, i can use stock lni/dragonboat
per #363 master should compile without pebble and vfs why I cannot?
the ratio of my reads to writes is around 100:1. some of these reads have to do a write (as they generate data) and that has to be rafted. it's...
i think what's happening is bound to happen if the running `SyncPropose` is executing a long transaction that cannot be broken down to smaller ones and still be idempotent i...
IOnDiskStateMachine