dependabot[bot] opened a new pull request, #4400:
URL: https://github.com/apache/ignite-3/pull/4400

   Bumps [org.rocksdb:rocksdbjni](https://github.com/facebook/rocksdb) from 
9.4.0 to 9.6.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>RocksDB 9.6.1</h2>
   <h2>9.6.1 (2024-08-24)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix correctness of MultiGet across column families with user 
timestamp.</li>
   </ul>
   <h2>9.6.0 (2024-08-19)</h2>
   <h3>New Features</h3>
   <ul>
   <li>*Best efforts recovery supports recovering to incomplete Version with a 
clean seqno cut that presents a valid point in time view from the user's 
perspective, if versioning history doesn't include atomic flush.</li>
   <li>New option 
<code>BlockBasedTableOptions::decouple_partitioned_filters</code> should 
improve efficiency in serving read queries because filter and index partitions 
can consistently target the configured <code>metadata_block_size</code>. This 
option is currently opt-in.</li>
   <li>Introduce a new mutable CF option <code>paranoid_memory_checks</code>. 
It enables additional validation on data integrity during reads/scanning. 
Currently, skip list based memtable will validate key ordering during look up 
and scans.</li>
   </ul>
   <h3>Public API Changes</h3>
   <ul>
   <li>Add ticker stats to count file read retries due to checksum mismatch</li>
   <li>Adds optional installation callback function for remote compaction</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>There may be less intra-L0 compaction triggered by total L0 size being 
too small. We now use compensated file size (tombstones are assigned some value 
size) when calculating L0 size and reduce the threshold for L0 size limit. This 
is to avoid accumulating too much data/tombstones in L0.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>*Make DestroyDB supports slow deletion when it's configured in 
<code>SstFileManager</code>. The slow deletion is subject to the configured 
<code>rate_bytes_per_sec</code>, but not subject to the 
<code>max_trash_db_ratio</code>.</li>
   <li>Fixed a bug where we set unprep_seqs_ even when WriteImpl() fails. This 
was caught by stress test write fault injection in WriteImpl(). This may have 
incorrectly caused iteration creation failure for unvalidated writes or 
returned wrong result for 
WriteUnpreparedTxn::GetUnpreparedSequenceNumbers().</li>
   <li>Fixed a bug where successful write right after error recovery for last 
failed write finishes causes duplicate WAL entries</li>
   <li>Fixed a data race involving the background error status in 
<code>unordered_write</code> mode.</li>
   <li>*Fix a bug where file snapshot functions like backup, checkpoint may 
attempt to copy a non-existing manifest file. <a 
href="https://redirect.github.com/facebook/rocksdb/issues/12882";>#12882</a></li>
   <li>Fix a bug where per kv checksum corruption may be ignored in 
MultiGet().</li>
   <li>Fix a race condition in pessimistic transactions that could allow 
multiple transactions with the same name to be registered simultaneously, 
resulting in a crash or other unpredictable behavior.</li>
   </ul>
   <h2>RocksDB 9.5.2</h2>
   <h2>9.5.2 (2024-08-13)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix a race condition in pessimistic transactions that could allow 
multiple transactions with the same name to be registered simultaneously, 
resulting in a crash or other unpredictable behavior.</li>
   </ul>
   <h3>Public API Changes</h3>
   <ul>
   <li>Add ticker stats to count file read retries due to checksum mismatch</li>
   </ul>
   <h2>9.5.1 (2024-08-02)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>*Make DestroyDB supports slow deletion when it's configured in 
<code>SstFileManager</code>. The slow deletion is subject to the configured 
<code>rate_bytes_per_sec</code>, but not subject to the 
<code>max_trash_db_ratio</code>.</li>
   </ul>
   <h2>9.5.0 (2024-07-19)</h2>
   <h3>Public API Changes</h3>
   <ul>
   <li>Introduced new C API function rocksdb_writebatch_iterate_cf for column 
family-aware iteration over the contents of a WriteBatch</li>
   <li>Add support to ingest SST files generated by a DB instead of 
SstFileWriter. This can be enabled with experimental option 
<code>IngestExternalFileOptions::allow_db_generated_files</code>.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>When calculating total log size for the <code>log_size_for_flush</code> 
argument in <code>CreateCheckpoint</code> API, the size of the archived log 
will not be included to avoid unnecessary flush</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix a major bug in which an iterator using prefix filtering and 
SeekForPrev might miss data when the DB is using 
<code>whole_key_filtering=false</code> and 
<code>partition_filters=true</code>.</li>
   <li>Fixed a bug where <code>OnErrorRecoveryBegin()</code> is not called 
before auto recovery starts.</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/v9.6.1/HISTORY.md";>org.rocksdb:rocksdbjni's
 changelog</a>.</em></p>
   <blockquote>
   <h2>9.6.1 (08/24/2024)</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix correctness of MultiGet across column families with user 
timestamp.</li>
   </ul>
   <h2>9.6.0 (08/19/2024)</h2>
   <h3>New Features</h3>
   <ul>
   <li>*Best efforts recovery supports recovering to incomplete Version with a 
clean seqno cut that presents a valid point in time view from the user's 
perspective, if versioning history doesn't include atomic flush.</li>
   <li>New option 
<code>BlockBasedTableOptions::decouple_partitioned_filters</code> should 
improve efficiency in serving read queries because filter and index partitions 
can consistently target the configured <code>metadata_block_size</code>. This 
option is currently opt-in.</li>
   <li>Introduce a new mutable CF option <code>paranoid_memory_checks</code>. 
It enables additional validation on data integrity during reads/scanning. 
Currently, skip list based memtable will validate key ordering during look up 
and scans.</li>
   </ul>
   <h3>Public API Changes</h3>
   <ul>
   <li>Add ticker stats to count file read retries due to checksum mismatch</li>
   <li>Adds optional installation callback function for remote compaction</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>There may be less intra-L0 compaction triggered by total L0 size being 
too small. We now use compensated file size (tombstones are assigned some value 
size) when calculating L0 size and reduce the threshold for L0 size limit. This 
is to avoid accumulating too much data/tombstones in L0.</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>*Make DestroyDB supports slow deletion when it's configured in 
<code>SstFileManager</code>. The slow deletion is subject to the configured 
<code>rate_bytes_per_sec</code>, but not subject to the 
<code>max_trash_db_ratio</code>.</li>
   <li>Fixed a bug where we set unprep_seqs_ even when WriteImpl() fails. This 
was caught by stress test write fault injection in WriteImpl(). This may have 
incorrectly caused iteration creation failure for unvalidated writes or 
returned wrong result for 
WriteUnpreparedTxn::GetUnpreparedSequenceNumbers().</li>
   <li>Fixed a bug where successful write right after error recovery for last 
failed write finishes causes duplicate WAL entries</li>
   <li>Fixed a data race involving the background error status in 
<code>unordered_write</code> mode.</li>
   <li>*Fix a bug where file snapshot functions like backup, checkpoint may 
attempt to copy a non-existing manifest file. <a 
href="https://redirect.github.com/facebook/rocksdb/issues/12882";>#12882</a></li>
   <li>Fix a bug where per kv checksum corruption may be ignored in 
MultiGet().</li>
   <li>Fix a race condition in pessimistic transactions that could allow 
multiple transactions with the same name to be registered simultaneously, 
resulting in a crash or other unpredictable behavior.</li>
   </ul>
   <h2>9.5.0 (07/19/2024)</h2>
   <h3>Public API Changes</h3>
   <ul>
   <li>Introduced new C API function rocksdb_writebatch_iterate_cf for column 
family-aware iteration over the contents of a WriteBatch</li>
   <li>Add support to ingest SST files generated by a DB instead of 
SstFileWriter. This can be enabled with experimental option 
<code>IngestExternalFileOptions::allow_db_generated_files</code>.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>When calculating total log size for the <code>log_size_for_flush</code> 
argument in <code>CreateCheckpoint</code> API, the size of the archived log 
will not be included to avoid unnecessary flush</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>Fix a major bug in which an iterator using prefix filtering and 
SeekForPrev might miss data when the DB is using 
<code>whole_key_filtering=false</code> and 
<code>partition_filters=true</code>.</li>
   <li>Fixed a bug where <code>OnErrorRecoveryBegin()</code> is not called 
before auto recovery starts.</li>
   <li>Fixed a bug where event listener reads ErrorHandler's 
<code>bg_error_</code> member without holding db mutex(<a 
href="https://redirect.github.com/facebook/rocksdb/issues/12803";>#12803</a>).</li>
   <li>Fixed a bug in handling MANIFEST write error that caused the latest 
valid MANIFEST file to get deleted, resulting in the DB being unopenable.</li>
   <li>Fixed a race between error recovery due to manifest sync or write 
failure and external SST file ingestion. Both attempt to write a new manifest 
file, which causes an assertion failure.</li>
   </ul>
   <h3>Performance Improvements</h3>
   <ul>
   <li>Fix an issue where compactions were opening table files and reading 
table properties while holding db mutex_.</li>
   <li>Reduce unnecessary filesystem queries and DB mutex acquires in creating 
backups and checkpoints.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/13d5230e5da650cf93e6dccb389c82d316d355c6";><code>13d5230</code></a>
 Fix flaky test DBTest2.VariousFileTemperatures (<a 
href="https://redirect.github.com/facebook/rocksdb/issues/12974";>#12974</a>)</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/ca3418ca3d4f4e0bea27bf0dde8a7abc3474183b";><code>ca3418c</code></a>
 Update version and HISTORY for 9.6.1</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/daa63be3d67c931fbc441aa92d77f97c8332719a";><code>daa63be</code></a>
 Add Temperature to FileAttributes (<a 
href="https://redirect.github.com/facebook/rocksdb/issues/12965";>#12965</a>)</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/aaa570b21fdc03a28b9c5a1102afce62bc078c6e";><code>aaa570b</code></a>
 Options for file temperature for more files (<a 
href="https://redirect.github.com/facebook/rocksdb/issues/12957";>#12957</a>)</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/f17287696481a45a7ae3a47eb5f33e715dc4ce8e";><code>f172876</code></a>
 Fix MultiGet with timestamps (<a 
href="https://redirect.github.com/facebook/rocksdb/issues/12943";>#12943</a>)</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/a2f796ff8ff79a79871c4f7514f6e72f765ab142";><code>a2f796f</code></a>
 Fix build for macos-arm64-macosx-clang17-no-san (<a 
href="https://redirect.github.com/facebook/rocksdb/issues/12949";>#12949</a>)</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/83a2e71b9a3dbe5f3895f097591b6f6b0822b02c";><code>83a2e71</code></a>
 fix version.h</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/96315e9aa9e7ccead7b73c12035a77572dd27b3e";><code>96315e9</code></a>
 Fix HISTORY.md file for 9.6 release</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/becf8684e317c999a77685b90cd5f06c7420ee65";><code>becf868</code></a>
 Include two more changes in 9.6</li>
   <li><a 
href="https://github.com/facebook/rocksdb/commit/67bfca51178e48572e5887861e514d42589cab1f";><code>67bfca5</code></a>
 9.6 release cut</li>
   <li>Additional commits viewable in <a 
href="https://github.com/facebook/rocksdb/compare/v9.4.0...v9.6.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.rocksdb:rocksdbjni&package-manager=gradle&previous-version=9.4.0&new-version=9.6.1)](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

Reply via email to