starrocks icon indicating copy to clipboard operation
starrocks copied to clipboard

[Bug]cache data is confusion

Open motto1314 opened this issue 5 months ago • 0 comments

Steps to reproduce the behavior (Required)

  1. CREATE TABLE '...' (Field col_1 uses 'BAUTO_INCREMENT')
  2. stream load: partial_update + no write col_1
  3. SELECT '....' from ... where id in (The latest ones just written)

Step 2/3 runs in parallel simultaneously and for a long time.

Expected behavior (Required)

normal.

Real behavior (Required)

occasionally except:

  1. ERROR 1064 (HY000): invalid encoding type:8
  2. ERROR 1064 (HY000): num of element information corrupted, _num_element_after_padding:262721024, _num_elements:8
  3. [42000][1064] Bad page: checksum mismatch (actual=2952600861 vs expect=1277960), file=/data/starRocks/storage/data/365/15004/2129610567/0200000000382bb9cd41910b6e0b0d512336bca4efb70dad_0.dat

StarRocks version (Required)

  • 3.1.8

motto1314 avatar Aug 27 '24 10:08 motto1314