This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Add the story of how this codebase came to be#1882
Merged
garious merged 1 commit intosolana-labs:masterfrom Nov 24, 2018
Merged
Add the story of how this codebase came to be#1882garious merged 1 commit intosolana-labs:masterfrom
garious merged 1 commit intosolana-labs:masterfrom
Conversation
aeyakovenko
approved these changes
Nov 21, 2018
ericlwilliams
approved these changes
Nov 22, 2018
rob-solana
reviewed
Nov 22, 2018
rob-solana
reviewed
Nov 22, 2018
rob-solana
approved these changes
Nov 22, 2018
mvines
reviewed
Nov 24, 2018
mvines
approved these changes
Nov 24, 2018
vkomenda
referenced
this pull request
in vkomenda/solana
Aug 29, 2021
…-xyz#1882) Bumps [eslint](https://github.com/eslint/eslint) from 7.27.0 to 7.28.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](eslint/eslint@v7.27.0...v7.28.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
andreisilviudragnea
pushed a commit
to andreisilviudragnea/solana
that referenced
this pull request
Jun 28, 2024
The fifo compaction option was originally added to mitigate write stalls that were occurring with level compaction. Since fifo was introduced, the level compaction implementation has been optimized to reduce I/O amplification. With these improvements, level and fifo are comparable and sticking with level only simplifies things. For now, only a deprecation warning will be printed. In the next release branch (2.1.0), specifying fifo will be an error
tao-stones
pushed a commit
to tao-stones/solana
that referenced
this pull request
Jul 1, 2024
…abs#1882) (solana-labs#1907) Deprecate --rocksdb-shred-compaction fifo (solana-labs#1882) The fifo compaction option was originally added to mitigate write stalls that were occurring with level compaction. Since fifo was introduced, the level compaction implementation has been optimized to reduce I/O amplification. With these improvements, level and fifo are comparable and sticking with level only simplifies things. For now, only a deprecation warning will be printed. In the next release branch (2.1.0), specifying fifo will be an error (cherry picked from commit e15e235) Co-authored-by: steviez <steven@anza.xyz>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
When folks first come across us or our project, some of the first questions are: "why do we need another blockchain?", "how is yours different?", "what got you to pull the trigger on starting a company?" and "why the name Solana?"
Summary of Changes
Consolidating those answers turned out to be a nice intro for the markdown book.