klsince commented on issue #8222: URL: https://github.com/apache/pinot/issues/8222#issuecomment-1149044729
Some quick findings: from the error msg, (will add segment name in the error msg) ``` java.lang.AssertionError: Table size: 20900902 should increase after adding inverted index, as compared with 20937551 expected [true] but found [false] ``` But as on my local, the table size is expected be 20949859. The gap (48957) between 20949859 and 20900902 was like missing a metadata.properties file. Some segments have `metadata.properties` as 48956 or 48956. ``` ls -l ... mytable_OFFLINE/mytable_16071_16101_3 %/v3: total 3472 -rw-r--r-- 1 xiaobing staff 1706093 Jun 7 11:40 columns.psf -rw-r--r-- 1 xiaobing staff 16 Jun 7 11:40 creation.meta -rw-r--r-- 1 xiaobing staff 13278 Jun 7 11:40 index_map -rw-r--r-- 1 xiaobing staff 48956 Jun 7 11:40 metadata.properties ls -l .../mytable_OFFLINE/mytable_16405_16435_2 %/v3: total 3336 -rw-r--r-- 1 xiaobing staff 1637322 Jun 7 11:40 columns.psf -rw-r--r-- 1 xiaobing staff 16 Jun 7 11:39 creation.meta -rw-r--r-- 1 xiaobing staff 13290 Jun 7 11:40 index_map -rw-r--r-- 1 xiaobing staff 48957 Jun 7 11:40 metadata.properties ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org