[GitHub] [kvrocks]: Workflow run "CI" is working again!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user enjoy-binbin (triggered by enjoy-binbin).

Head commit for run:
b7e7d9b625846be9ee26e75b7e21278839e9c6bc / Binbin 
Update src/storage/redis_db.cc

Co-authored-by: mwish <1506118...@qq.com>

Report URL: https://github.com/apache/kvrocks/actions/runs/6069850170

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user GoGim1 (triggered by git-hulk).

Head commit for run:
7c9c87f762399ff17b86c514c21aed782e9a30a3 / Jinze Wu <294843...@qq.com>
fix setbit error msg

Signed-off-by: Jinze Wu <294843...@qq.com>

Report URL: https://github.com/apache/kvrocks/actions/runs/6069259145

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" is working again!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user enjoy-binbin (triggered by enjoy-binbin).

Head commit for run:
91b1d63a81a7cab7fa4b628b1b7f627f34ba7472 / Binbin 
Introduce MDel do the batch delete and use MultiLockGuard guarantee atomicity 
(#1712)

Previously, the DEL/UNLINK commands looped through each key to
delete a single key. We need to change to batch delete (write),
and also the original implementation did not lock the keys and
will break atomicity.

This PR introduces a new Mdel function, which uses MultiLockGuard
to lock all the keys to guarantee atomicity, and use batch to do
the final delete (write).

Now it will be only used in DEL / UNLINKE commands. Noticed that
our DEL / UNLINK test coverage was not sufficient, added some simple
coverage tests to cover it.

Fixes for DEL / UNLINK issues in #1692.

unrelated change: in Exists for loop Get, return an execution error
when `!s.ok() && !s.IsNotFound()` without continuing the operation
(because it will be some internal RocksDB error).

Report URL: https://github.com/apache/kvrocks/actions/runs/6070546134

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
4b7c40ecd78010374e9cbb30e8d41264dc3b50ba / hulk 
Merge branch 'unstable' into setbit-err-msg

Report URL: https://github.com/apache/kvrocks/actions/runs/6071233786

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" is working again!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user GoGim1 (triggered by mapleFU).

Head commit for run:
e904d9c93dec4a0cba3698a15b5090285ec5f3ce / Jinze Wu <294843...@qq.com>
run clang-format

Signed-off-by: Jinze Wu <294843...@qq.com>

Report URL: https://github.com/apache/kvrocks/actions/runs/6071667029

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user git-hulk (triggered by git-hulk).

Head commit for run:
f2cc1984b88cb2d9a6d7054f88f510eff2776e74 / Aleks Lozovyuk 

Bump rocksdb from v8.3.2 to v8.3.3 and change the default value of 
rocksdb.level_compaction_dynamic_level_bytes from no to yes (#1725)

This is a bugfix release in the 8.3 line (8.6.х is developed now).

Bug fixes include:

- Fix a bug where if there is an error reading from offset 0 of a file from L1+ 
and the file is not the first file in the sorted run, data can be lost in 
compaction and read/scan can return incorrect results.
- Fix a bug where the iterator may return incorrect results for DeleteRange() 
users if there is an error reading from a file.
- Fixed a race condition in GenericRateLimiter that could cause it to stop 
granting requests

**Important**! Config options level_compaction_dynamic_level_bytes defaults 
changed to true in kvrocks.config file

Original release notice: https://github.com/facebook/rocksdb/releases/tag/v8.3.3

Report URL: https://github.com/apache/kvrocks/actions/runs/6072309056

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
d2735eba7e4427374acdcaba7c713d3f1f9029a2 / Twice 
Merge branch 'unstable' into metadata-decode-reuse

Report URL: https://github.com/apache/kvrocks/actions/runs/6074631763

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user mapleFU (triggered by mapleFU).

Head commit for run:
548b50dae255036567dfd8dc1fb79c60060c6cef / mwish 
Merge branch 'unstable' into setbit-err-msg

Report URL: https://github.com/apache/kvrocks/actions/runs/6074002013

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" is working again!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user mapleFU (triggered by git-hulk).

Head commit for run:
548b50dae255036567dfd8dc1fb79c60060c6cef / mwish 
Merge branch 'unstable' into setbit-err-msg

Report URL: https://github.com/apache/kvrocks/actions/runs/6074002013

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
4cd4ab75948dff1ea76e4f9e24f18633d55380e9 / Twice 
Make output slice of Metadata::Decode available (#1738)

Report URL: https://github.com/apache/kvrocks/actions/runs/6078491461

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" is working again!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
2e4844c973b8ca27d3216f327d868c5ab739b94a / Twice 
Merge branch 'unstable' into setbit-err-msg

Report URL: https://github.com/apache/kvrocks/actions/runs/6078492707

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user HolyLow (triggered by PragmaTwice).

Head commit for run:
b8ad8f114987ecabeacacd3e39d8039ba5779313 / HolyLow 
Merge branch 'unstable' into lmpop

Report URL: https://github.com/apache/kvrocks/actions/runs/6079271145

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "Nightly" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "Nightly" on kvrocks.git has failed.
Run started by GitHub user mapleFU (triggered by mapleFU).

Head commit for run:
acfc991745c4a09723595ba77e9f4313c0b98003 / Jinze Wu <294843...@qq.com>
Fix bit commands error msg (#1739)

Signed-off-by: Jinze Wu <294843...@qq.com>
Co-authored-by: hulk 
Co-authored-by: mwish 
Co-authored-by: Twice 

Report URL: https://github.com/apache/kvrocks/actions/runs/6079796009

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user mapleFU (triggered by mapleFU).

Head commit for run:
acfc991745c4a09723595ba77e9f4313c0b98003 / Jinze Wu <294843...@qq.com>
Fix bit commands error msg (#1739)

Signed-off-by: Jinze Wu <294843...@qq.com>
Co-authored-by: hulk 
Co-authored-by: mwish 
Co-authored-by: Twice 

Report URL: https://github.com/apache/kvrocks/actions/runs/6079796006

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" is working again!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has succeeded.
Run started by GitHub user HolyLow (triggered by PragmaTwice).

Head commit for run:
8b14fd6245e56d3da1493ddf8b8b315872609abf / HolyLow 
refactor with clang-format

Report URL: https://github.com/apache/kvrocks/actions/runs/6079540961

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "Nightly" is working again!

2023-09-04 Thread GitBox


The GitHub Actions job "Nightly" on kvrocks.git has succeeded.
Run started by GitHub user PragmaTwice (triggered by PragmaTwice).

Head commit for run:
4cd4ab75948dff1ea76e4f9e24f18633d55380e9 / Twice 
Make output slice of Metadata::Decode available (#1738)

Report URL: https://github.com/apache/kvrocks/actions/runs/6078491457

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user mapleFU (triggered by git-hulk).

Head commit for run:
acfc991745c4a09723595ba77e9f4313c0b98003 / Jinze Wu <294843...@qq.com>
Fix bit commands error msg (#1739)

Signed-off-by: Jinze Wu <294843...@qq.com>
Co-authored-by: hulk 
Co-authored-by: mwish 
Co-authored-by: Twice 

Report URL: https://github.com/apache/kvrocks/actions/runs/6079796006

With regards,
GitHub Actions via GitBox



[GitHub] [kvrocks]: Workflow run "CI" failed!

2023-09-04 Thread GitBox


The GitHub Actions job "CI" on kvrocks.git has failed.
Run started by GitHub user mapleFU (triggered by git-hulk).

Head commit for run:
acfc991745c4a09723595ba77e9f4313c0b98003 / Jinze Wu <294843...@qq.com>
Fix bit commands error msg (#1739)

Signed-off-by: Jinze Wu <294843...@qq.com>
Co-authored-by: hulk 
Co-authored-by: mwish 
Co-authored-by: Twice 

Report URL: https://github.com/apache/kvrocks/actions/runs/6079796006

With regards,
GitHub Actions via GitBox