You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2021/06/08 08:11:30 UTC

[GitHub] [iotdb] HTHou opened a new issue #3378: Some upgraded TsFiles cannot be read correctly

HTHou opened a new issue #3378:
URL: https://github.com/apache/iotdb/issues/3378


   **Describe the bug**
   When I use the 0.12.1 RC1 to upgrade the TsFiles from 0.11 version, I found some TsFile cannot be read by TsFileSequenceRead.
   
   Some information printed as below.
   ```
   	[Chunk]
   	chunk type: 1
   	position: 485258
   	Measurement: KOB_0002_00_124
   		[Page]
    		Page head position: 485280
   		Page data position: 485342
   		Uncompressed page data size: 8547
   		points in the page: 7080
   		[Page]
    		Page head position: 711297
   		Page data position: 711359
   		Uncompressed page data size: 8794
   		points in the page: 7051
   		[Page]
    		Page head position: 718646
   		Page data position: 718708
   		Uncompressed page data size: 7189
   		points in the page: 4900
   		[Page]
    		Page head position: 724365
   		Page data position: 724427
   16:09:28.000 [main] DEBUG FileMonitor - testq.tsfile reader is closed.
   Exception in thread "main" java.io.IOException: FAILED_TO_UNCOMPRESS(5)
   	at org.xerial.snappy.SnappyNative.throw_error(SnappyNative.java:112)
   	at org.xerial.snappy.SnappyNative.rawUncompress(Native Method)
   	at org.xerial.snappy.Snappy.rawUncompress(Snappy.java:478)
   	at org.xerial.snappy.Snappy.uncompress(Snappy.java:517)
   	at org.apache.iotdb.tsfile.compress.IUnCompressor$SnappyUnCompressor.uncompress(IUnCompressor.java:168)
   	at org.apache.iotdb.tsfile.read.TsFileSequenceReader.readPage(TsFileSequenceReader.java:857)
   	at org.apache.iotdb.tsfile.TsFileSequenceRead.main(TsFileSequenceRead.java:90)
   ```
   
   
   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [iotdb] HTHou closed issue #3378: Some upgraded TsFiles cannot be read correctly

Posted by GitBox <gi...@apache.org>.
HTHou closed issue #3378:
URL: https://github.com/apache/iotdb/issues/3378


   


-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org