dependabot[bot] opened a new pull request, #5914: URL: https://github.com/apache/ignite-3/pull/5914
Bumps [org.rocksdb:rocksdbjni](https://github.com/facebook/rocksdb) from 10.0.1 to 10.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/facebook/rocksdb/releases">org.rocksdb:rocksdbjni's releases</a>.</em></p> <blockquote> <h2>v10.2.1</h2> <h2>10.2.1 (2025-04-24)</h2> <h3>Bug Fixes</h3> <ul> <li>Fix improper initialization of ExternalTableOptions</li> </ul> <h2>10.2.0 (2025-04-21)</h2> <h3>New Features</h3> <ul> <li>Provide histogram stats <code>COMPACTION_PREFETCH_BYTES</code> to measure number of bytes for RocksDB's prefetching (as opposed to file system's prefetch) on SST file during compaction read</li> <li>A new API DB::GetNewestUserDefinedTimestamp is added to return the newest user defined timestamp seen in a column family</li> <li>Introduce API <code>IngestWriteBatchWithIndex()</code> for ingesting updates into DB while bypassing memtable writes. This improves performance when writing a large write batch to the DB.</li> <li>Add a new CF option <code>memtable_op_scan_flush_trigger</code> that triggers a flush of the memtable if an iterator's Seek()/Next() scans over a certain number of invisible entries from the memtable.</li> </ul> <h3>Public API Changes</h3> <ul> <li>AdvancedColumnFamilyOptions.max_write_buffer_number_to_maintain is deleted. It's deprecated since introduction of a better option max_write_buffer_size_to_maintain since RocksDB 6.5.0.</li> <li>Deprecated API <code>DB::MaxMemCompactionLevel()</code>.</li> <li>Deprecated <code>ReadOptions::ignore_range_deletions</code>.</li> <li>Deprecated API <code>experimental::PromoteL0()</code>.</li> <li>Added arbitrary string map for additional options to be overriden for remote compactions</li> <li>The fail_if_options_file_error option in DBOptions has been removed. The behavior now is to always return failure in any API that fails to persist the OPTIONS file.</li> </ul> <h3>Behavior Changes</h3> <ul> <li>Make stats <code>PREFETCH_BYTES_USEFUL</code>, <code>PREFETCH_HITS</code>, <code>PREFETCH_BYTES</code> only account for prefetching during user initiated scan</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix a bug in Posix file system that the FSWritableFile created via <code>FileSystem::ReopenWritableFile</code> internally does not track the correct file size.</li> <li>Fix a bug where tail size of remote compaction output is not persisted in primary db's manifest</li> </ul> <h2>v10.1.3</h2> <h2>10.1.3 (2025-04-09)</h2> <h3>Bug Fixes</h3> <ul> <li>Fix a bug where resurrected full_history_ts_low from a previous session that enables UDT is used by this session that disables UDT.</li> </ul> <h2>10.1.2 (2025-04-07)</h2> <h3>Bug Fixes</h3> <ul> <li>Fix a bug where tail size of remote compaction output is not persisted in primary db's manifest</li> </ul> <h2>10.1.0 (2025-03-24)</h2> <h3>New Features</h3> <ul> <li>Added a new <code>DBOptions.calculate_sst_write_lifetime_hint_set</code> setting that allows to customize which compaction styles SST write lifetime hint calculation is allowed on. Today RocksDB supports only two modes <code>kCompactionStyleLevel</code> and <code>kCompactionStyleUniversal</code>.</li> <li>Add a new field <code>num_l0_files</code> in <code>CompactionJobInfo</code> about the number of L0 files in the CF right before and after the compaction</li> <li>Added per-key-placement feature in Remote Compaction</li> <li>Implemented API DB::GetPropertiesOfTablesByLevel that retrieves table properties for files in each LSM tree level</li> </ul> <h3>Public API Changes</h3> <ul> <li><code>GetAllKeyVersions()</code> now interprets empty slices literally, as valid keys, and uses new <code>OptSlice</code> type default value for extreme upper and lower range limits.</li> <li><code>DeleteFilesInRanges()</code> now takes <code>RangeOpt</code> which is based on <code>OptSlice</code>. The overload taking <code>RangePtr</code> is deprecated.</li> <li>Add an unordered map of name/value pairs, ReadOptions::property_bag, to pass opaque options through to an external table when creating an Iterator.</li> <li>Introduced CompactionServiceJobStatus::kAborted to allow handling aborted scenario in Schedule(), Wait() or OnInstallation() APIs in Remote Compactions.</li> <li>format_version < 2 in BlockBasedTableOptions is no longer supported for writing new files. Support for reading such files is deprecated and might be removed in the future. <code>CompressedSecondaryCacheOptions::compress_format_version == 1</code> is also deprecated.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/facebook/rocksdb/blob/v10.2.1/HISTORY.md">org.rocksdb:rocksdbjni's changelog</a>.</em></p> <blockquote> <h2>10.2.1 (04/24/2025)</h2> <h3>Bug Fixes</h3> <ul> <li>Fix improper initialization of ExternalTableOptions</li> </ul> <h2>10.2.0 (04/21/2025)</h2> <h3>New Features</h3> <ul> <li>Provide histogram stats <code>COMPACTION_PREFETCH_BYTES</code> to measure number of bytes for RocksDB's prefetching (as opposed to file system's prefetch) on SST file during compaction read</li> <li>A new API DB::GetNewestUserDefinedTimestamp is added to return the newest user defined timestamp seen in a column family</li> <li>Introduce API <code>IngestWriteBatchWithIndex()</code> for ingesting updates into DB while bypassing memtable writes. This improves performance when writing a large write batch to the DB.</li> <li>Add a new CF option <code>memtable_op_scan_flush_trigger</code> that triggers a flush of the memtable if an iterator's Seek()/Next() scans over a certain number of invisible entries from the memtable.</li> </ul> <h3>Public API Changes</h3> <ul> <li>AdvancedColumnFamilyOptions.max_write_buffer_number_to_maintain is deleted. It's deprecated since introduction of a better option max_write_buffer_size_to_maintain since RocksDB 6.5.0.</li> <li>Deprecated API <code>DB::MaxMemCompactionLevel()</code>.</li> <li>Deprecated <code>ReadOptions::ignore_range_deletions</code>.</li> <li>Deprecated API <code>experimental::PromoteL0()</code>.</li> <li>Added arbitrary string map for additional options to be overriden for remote compactions</li> <li>The fail_if_options_file_error option in DBOptions has been removed. The behavior now is to always return failure in any API that fails to persist the OPTIONS file.</li> </ul> <h3>Behavior Changes</h3> <ul> <li>Make stats <code>PREFETCH_BYTES_USEFUL</code>, <code>PREFETCH_HITS</code>, <code>PREFETCH_BYTES</code> only account for prefetching during user initiated scan</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fix a bug in Posix file system that the FSWritableFile created via <code>FileSystem::ReopenWritableFile</code> internally does not track the correct file size.</li> <li>Fix a bug where tail size of remote compaction output is not persisted in primary db's manifest</li> </ul> <h2>10.1.0 (03/24/2025)</h2> <h3>New Features</h3> <ul> <li>Added a new <code>DBOptions.calculate_sst_write_lifetime_hint_set</code> setting that allows to customize which compaction styles SST write lifetime hint calculation is allowed on. Today RocksDB supports only two modes <code>kCompactionStyleLevel</code> and <code>kCompactionStyleUniversal</code>.</li> <li>Add a new field <code>num_l0_files</code> in <code>CompactionJobInfo</code> about the number of L0 files in the CF right before and after the compaction</li> <li>Added per-key-placement feature in Remote Compaction</li> <li>Implemented API DB::GetPropertiesOfTablesByLevel that retrieves table properties for files in each LSM tree level</li> </ul> <h3>Public API Changes</h3> <ul> <li><code>GetAllKeyVersions()</code> now interprets empty slices literally, as valid keys, and uses new <code>OptSlice</code> type default value for extreme upper and lower range limits.</li> <li><code>DeleteFilesInRanges()</code> now takes <code>RangeOpt</code> which is based on <code>OptSlice</code>. The overload taking <code>RangePtr</code> is deprecated.</li> <li>Add an unordered map of name/value pairs, ReadOptions::property_bag, to pass opaque options through to an external table when creating an Iterator.</li> <li>Introduced CompactionServiceJobStatus::kAborted to allow handling aborted scenario in Schedule(), Wait() or OnInstallation() APIs in Remote Compactions.</li> <li>format_version < 2 in BlockBasedTableOptions is no longer supported for writing new files. Support for reading such files is deprecated and might be removed in the future. <code>CompressedSecondaryCacheOptions::compress_format_version == 1</code> is also deprecated.</li> </ul> <h3>Behavior Changes</h3> <ul> <li><code>ldb</code> now returns an error if the specified <code>--compression_type</code> is not supported in the build.</li> <li>MultiGet with snapshot and ReadOptions::read_tier = kPersistedTier will now read a consistent view across CFs (instead of potentially reading some CF before and some CF after a flush).</li> <li>CreateColumnFamily() is no longer allowed on a read-only DB (OpenForReadOnly())</li> </ul> <h3>Bug Fixes</h3> <ul> <li>Fixed stats for Tiered Storage with preclude_last_level feature</li> </ul> <h2>10.0.0 (02/21/2025)</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/facebook/rocksdb/commit/4b2122578e475cb88aef4dcf152cccd5dbf51060"><code>4b21225</code></a> Update HISTORY and version</li> <li><a href="https://github.com/facebook/rocksdb/commit/b8afcd1a489b34ed38d98712f06bcc784502f041"><code>b8afcd1</code></a> Fix ExternalTableOptions initialization (<a href="https://redirect.github.com/facebook/rocksdb/issues/13572">#13572</a>)</li> <li><a href="https://github.com/facebook/rocksdb/commit/8adcb6f1534005f515a1780e62d1ed9bc4f5e1b6"><code>8adcb6f</code></a> Update HISTORY.md for 10.2 release</li> <li><a href="https://github.com/facebook/rocksdb/commit/7eb1adb532648206f9f970211b6268e418f0830e"><code>7eb1adb</code></a> Pass FSWritableFile pointer to ExternalTableBuilder (<a href="https://redirect.github.com/facebook/rocksdb/issues/13560">#13560</a>)</li> <li><a href="https://github.com/facebook/rocksdb/commit/0be3abf7b6cfa763b2b7c561b9c1d862c868ed90"><code>0be3abf</code></a> Arbitrary string map in CompactionServiceOptionsOverride (<a href="https://redirect.github.com/facebook/rocksdb/issues/13552">#13552</a>)</li> <li><a href="https://github.com/facebook/rocksdb/commit/05fa171beb4fdda0efae51e8b2175bff80cbd859"><code>05fa171</code></a> Add Logger to CompactionServiceOptionsOverride (<a href="https://redirect.github.com/facebook/rocksdb/issues/13559">#13559</a>)</li> <li><a href="https://github.com/facebook/rocksdb/commit/9b186c8d11c5fe20d1f988673e7b1e698ac6f69d"><code>9b186c8</code></a> Add base_input_level and output_level in CompactionServiceJobInfo (<a href="https://redirect.github.com/facebook/rocksdb/issues/13555">#13555</a>)</li> <li><a href="https://github.com/facebook/rocksdb/commit/476a98ca30469053d11937ec6967123d4db58f51"><code>476a98c</code></a> Add a new GetNewestUserDefinedTimestamp API (<a href="https://redirect.github.com/facebook/rocksdb/issues/13547">#13547</a>)</li> <li><a href="https://github.com/facebook/rocksdb/commit/925c63a96b48255d5514758994db884893b0cce0"><code>925c63a</code></a> Experimental API <code>IngestWriteBatchWithIndex()</code> (<a href="https://redirect.github.com/facebook/rocksdb/issues/13550">#13550</a>)</li> <li><a href="https://github.com/facebook/rocksdb/commit/6d83a75595e58f55d3349a323445a6790f04c2f4"><code>6d83a75</code></a> Pass FileSystem pointer and FileOptions to ExternalTableReader (<a href="https://redirect.github.com/facebook/rocksdb/issues/13551">#13551</a>)</li> <li>Additional commits viewable in <a href="https://github.com/facebook/rocksdb/compare/v10.0.1...v10.2.1">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org