solana/ledger/src
Yueh-Hsuan Chiang b2dcda8980
(LedgerStore) Move metric sample counters out from LedgerColumnOptions (#25042)
#### Problem
LedgerColumnOptions contain two fields, perf_read_counter and perf_write_counter,
that are not really options but internal counters.

#### Summary of Changes
This PR introduces BlockstoreRocksDbPerfSamplingStatus, a struct that holds internal
status for RocksDB perf sampling and moves perf_read_counter and perf_write_counter
out from LedgerColumnOptions.
2022-05-10 16:13:19 -07:00
..
blockstore
ancestor_iterator.rs
bank_forks_utils.rs Add options to store full and/or incremental snapshots in separate locations (#24247) 2022-05-10 16:37:41 -04:00
bigtable_delete.rs
bigtable_upload.rs
bigtable_upload_service.rs
block_error.rs
blockstore.rs Fail tx sanitization when ix program id uses lookup table (#25035) 2022-05-07 03:19:50 +08:00
blockstore_db.rs (LedgerStore) Move metric sample counters out from LedgerColumnOptions (#25042) 2022-05-10 16:13:19 -07:00
blockstore_meta.rs moves ErasureConfig to blockstore_meta next to ErasureMeta 2022-04-29 23:02:29 +00:00
blockstore_metrics.rs (LedgerStore) Move metric sample counters out from LedgerColumnOptions (#25042) 2022-05-10 16:13:19 -07:00
blockstore_processor.rs Unset needs_unlock for rebatched transactions batches (#25095) 2022-05-10 13:39:08 -07:00
builtins.rs
genesis_utils.rs
leader_schedule.rs
leader_schedule_cache.rs Make test_next_leader_slot_next_epoch() aware of stake minimum delegation (#24660) 2022-04-26 08:31:06 -04:00
leader_schedule_utils.rs
lib.rs checks account owner when initializing a vote-account (#25018) 2022-05-06 16:22:49 +00:00
next_slots_iterator.rs
rooted_slot_iterator.rs
shred.rs limits pre-allocation size when deserializing shreds (#24921) 2022-05-03 12:13:45 +00:00
shred_stats.rs
shredder.rs initializes thread-pools with lazy_static instead of thread_local (#24853) 2022-05-05 20:00:50 +00:00
sigverify_shreds.rs enforces that LAST_SHRED_IN_SLOT is also DATA_COMPLETE_SHRED (#24892) 2022-05-02 23:33:53 +00:00
slot_stats.rs
staking_utils.rs checks account owner when initializing a vote-account (#25018) 2022-05-06 16:22:49 +00:00