Tags: MultiAdaptive/solana
Tags
v1.18: accounts-db: fix 8G+ memory spike during hash calculation (bac… …kport of solana-labs#1308) (solana-labs#1318) accounts-db: fix 8G+ memory spike during hash calculation (solana-labs#1308) We were accidentally doing several thousands 4MB allocations - even during incremental hash - which added up to a 8G+ memory spikes over ~2s every ~30s. Fix by using Vec::new() in the identity function. Empirically 98%+ reduces join arrays with less than 128 elements, and only the last few reduces join large vecs. Because realloc does exponential growth we don't see pathological reallocation but reduces do at most one realloc (and often 0 because of exp growth). (cherry picked from commit 2c71685) Co-authored-by: Alessandro Decina <alessandro.d@gmail.com>
v1.18: pings received contact-infos on gossip socket address (backpor… …t of solana-labs#1615) (solana-labs#1635) * pings received contact-infos on gossip socket address (solana-labs#1615) (cherry picked from commit 329a186) # Conflicts: # gossip/src/cluster_info.rs # gossip/src/legacy_contact_info.rs * resolves merge conflicts --------- Co-authored-by: behzad nouri <behzadnouri@gmail.com>
v1.18: consensus: make shallow threshold checks log only (backport of s… …olana-labs#1506) (solana-labs#1546) consensus: make shallow threshold checks log only (solana-labs#1506) * consensus: make shallow threshold checks log only * pr feedback: comment, make check more readable (cherry picked from commit 6859d65) Co-authored-by: Ashwin Sekar <ashwin@anza.xyz>
v1.18 - Adds error log for replacements in ProgramCache::assign_progr… …am(). (solana-labs#1401) Adds error log for replacements in ProgramCache::assign_program().
v1.17 - Adds error log for replacements in ProgramCache::assign_progr… …am(). (solana-labs#1400) Adds error log for replacements in ProgramCache::assign_program().
v1.18: reverts back in SocketAddr dedup in retransmit stage (backport… … of solana-labs#1106) (solana-labs#1225) reverts back in SocketAddr dedup in retransmit stage (solana-labs#1106) This was AA2E erronously deemed as unnecessary and removed in: anza-xyz#864 The commit partially reverts solana-labs#864 and adds back socket-addr dedup. (cherry picked from commit fbe1dbc) Co-authored-by: behzad nouri <behzadnouri@gmail.com>
Backport connection stream counter to v1.17 (solana-labs#991) * Backport ConnectionStreamCounter * Addressed a feedback from Pankaj
v1.17: chore: add CODEOWNERS (backport of solana-labs#957) (solana-la… …bs#1020) chore: add CODEOWNERS (solana-labs#957) (cherry picked from commit 748db10) Co-authored-by: Yihau Chen <a122092487@gmail.com>
v1.18: Disable cache warmer if RPC is not using it (backport of solan… …a-labs#1063) (solana-labs#1068) Disable connection cache warmer for tpu if no rpc services using it. (cherry picked from commit d87e23d) # Conflicts: # core/src/tvu.rs * Merge conflicts --------- Co-authored-by: Lijun Wang <83639177+lijunwangs@users.noreply.github.com>
v1.18: Show staked vs nonstaked packets sent down/throttled (backport… … of solana-labs#600) (solana-labs#614) * Show staked vs nonstaked packets sent down/throttled (solana-labs#600) * Show staked vs nonstaked packets sent down * add metrics on throttled staked vs non-staked (cherry picked from commit b443cfb) # Conflicts: # streamer/src/quic.rs * fix merge conflicts --------- Co-authored-by: Lijun Wang <83639177+lijunwangs@users.noreply.github.com> Co-authored-by: HaoranYi <haoran.yi@solana.com>
PreviousNext