Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL)
-
None
Description
http://buildbot.askmonty.org/buildbot/builders/winx64-packages/builds/8855
rocksdb.bulk_load_errors w2 [ fail ]
|
Test ended at 2018-06-24 23:19:29
|
|
CURRENT_TEST: rocksdb.bulk_load_errors
|
--- D:/winx64-packages/build/src/storage/rocksdb/mysql-test/rocksdb/r/bulk_load_errors.result 2018-06-24 22:01:26.000000000 +0000
|
+++ D:\winx64-packages\build\src\storage\rocksdb\mysql-test\rocksdb\r\bulk_load_errors.reject 2018-06-24 23:19:29.697502800 +0000
|
@@ -37,7 +37,7 @@
|
pk
|
10
|
11
|
-FOUND 1 /RocksDB: Error [0-9]+ finalizing last SST file while disconnecting/ in rocksdb.bulk_load_errors.2.err
|
+NOT FOUND /RocksDB: Error [0-9]+ finalizing last SST file while disconnecting/ in rocksdb.bulk_load_errors.2.err
|
TRUNCATE TABLE t1;
|
SET rocksdb_bulk_load_allow_unsorted=1;
|
SET rocksdb_bulk_load=1;
|
|
mysqltest: Result length mismatch
|
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 10.2.17 [ 23111 ] | |
Fix Version/s | 10.3.9 [ 23114 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 88036 ] | MariaDB v4 [ 154564 ] |
Investigation: this should be "Found error 198". The cause of the error is that the datafiles (or is it the MemTable?) still have the data (and/or tombstones) with the same keys as the ones being loaded.
The upstream has this error.