Johnny Steenbergen
Johnny Steenbergen
agreed, this was primarily created to indicate a need and start a discussion of how we satisfy that need more than anything. I'm currently playing around with implementation details in...
@cmwaters, I don't have a complete understanding of mempool's involvement in the networking/rpc layer at this moment. I'll have to dig in more there. I've been primarily focusing on the...
another issue reared its head with the docker containers. There are times when shutting down teh container, docker fails to shut it down, failling to receive an exit event: ```...
additionally, the mounted logs never produce. Looking at the docker compose, we're not teeing the log output to a file, perhaps that's why?
just rebased from master(commit: e54611ee0387735b1963eecfc4fdc120ee8ac509), entire docker-compose setup within narwhal doesn't work anymore.... Looks to be some env var not present that is expected? Now all the primaries exhibit this...
PR to update the logging here: https://github.com/MystenLabs/narwhal/pull/803
One metric I don't see mention of is one to capture metrics (cpu/mem/duration) for syncing (in all 3 forms consensus|fast|state syncs) an old node with the latest. I think this...
@jademcgough this is similar to the discussion we had previously
@mark-rushakoff I hear you. Right now we support about half the resources we have in the platform. The `-h` usage is pretty big already and only grows as we extend...
@mark-rushakoff absolutely agree with you. I think we'll end up with a small number of root commands. I think we'll be able to migrate existing commands over, we can have...