Mark Logan

Results 76 issues of Mark Logan

This change bypasses the flaky batch system until we can figure out why it is failing. The previous metrics are left in place for now so we can continue debugging...

Please see https://github.com/MystenLabs/sui/pull/5549 for work-around. Here's a stack trace: https://gist.githubusercontent.com/mystenmark/8c994201e79047708229b6a6f17dcebb/raw/b3bc2a813cef2d77d1e16fdc7081236fb402387d/g - note that this stack is only a few hundred frames deep, yet it exceeded a 2MB limit. There are...

move
rust
better-engineering

The code at https://github.com/MystenLabs/sui/blob/main/crates/sui-core/src/authority/authority_store.rs#L1160 is incorrect: ``` None => self // TODO: if we use an eventually consistent object store in the future, // we must make this read strongly...

The load generator currently generates many shared counters and spreads the load across them. We need the ability to load test a single shared object, as this causes many degenerate...

Here's the situation: - Suppose consensus adapter has timed out for some number of certs, but those certs have actually made it into consensus. - A validator will then receive...

There are a number of poorly scaling elements of the current wallet design, e.g. - Polling - active wallets continuously poll a fullnode to learn of updates. - No incremental...

I believe we are currently experiencing the following issue: - LB opens connection to backend to service request - LB keeps connection open for some period of time even if...

Stale