Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jp/perf 2.9 2025013 #689

Open
wants to merge 18 commits into
base: release/N.2.9.0-early-adopter
Choose a base branch
from
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ jobs:
ar_chunk_storage,
ar_data_sync_worker_master,
ar_deep_hash,
ar_device_lock,
ar_diff_dag,
ar_ets_intervals,
ar_events,
Expand Down
189 changes: 0 additions & 189 deletions .github/workflows/test.yml.bak

This file was deleted.

5 changes: 0 additions & 5 deletions apps/arweave/include/ar_config.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,6 @@
%% The default rocksdb WAL sync interval, 1 minute.
-define(DEFAULT_ROCKSDB_WAL_SYNC_INTERVAL_S, 60).

%% The maximum allowed total size (in bytes) of the entropies generated
%% for the 2.9 replication.
-define(DEFAULT_MAX_REPLICA_2_9_ENTROPY_CACHE_SIZE, 33_554_432). % 8_388_608 * 4.

%% The number of 2.9 storage modules allowed to prepare the storage at a time.
-ifdef(AR_TEST).
-define(DEFAULT_REPLICA_2_9_WORKERS, 2).
Expand Down Expand Up @@ -227,7 +223,6 @@
pool_api_key = not_set,
pool_worker_name = not_set,
replica_2_9_workers = ?DEFAULT_REPLICA_2_9_WORKERS,
replica_2_9_entropy_cache_size = ?DEFAULT_MAX_REPLICA_2_9_ENTROPY_CACHE_SIZE,
%% Undocumented/unsupported options
chunk_storage_file_size = ?CHUNK_GROUP_SIZE,
rocksdb_flush_interval_s = ?DEFAULT_ROCKSDB_FLUSH_INTERVAL_S,
Expand Down
2 changes: 1 addition & 1 deletion apps/arweave/include/ar_data_sync.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
migrations_index,
%% A flag indicating the process has started collecting the intervals for syncing.
%% We consult the other storage modules first, then search among the network peers.
started_syncing = false,
sync_status = undefined,
%% The offsets of the chunks currently scheduled for (re-)packing (keys) and
%% some chunk metadata needed for storing the chunk once it is packed.
packing_map = #{},
Expand Down
Loading
Loading