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 2022/11/10 01:17:31 UTC

[GitHub] [iotdb] veken-v commented on issue #7951: WARN o.a.i.d.w.r.TsFileRecoverPerformer:171 - Cannot deserialize TsFileResource ... construct it using TsFileSequenceReader

veken-v commented on issue #7951:
URL: https://github.com/apache/iotdb/issues/7951#issuecomment-1309635042

   此时使用客户查询数据如:
   
   select LAST MonthCompRate from root.tbt.71a97ba0404011ecb05821ee402a74e0
   
   就会出现异常:
   
   Caused by: org.apache.iotdb.rpc.StatementExecutionException: 317: the sg root.tbt may not ready now, please wait and retry later
       at org.apache.iotdb.rpc.RpcUtils.verifySuccess(RpcUtils.java:98)
       at org.apache.iotdb.rpc.RpcUtils.verifySuccessWithRedirection(RpcUtils.java:119)
       at org.apache.iotdb.session.SessionConnection.verifySuccessWithRedirectionWrapper(SessionConnection.java:528)
       at org.apache.iotdb.session.SessionConnection.executeQueryStatement(SessionConnection.java:369)
       at org.apache.iotdb.session.Session.executeStatementMayRedirect(Session.java:653)
       at org.apache.iotdb.session.Session.executeQueryStatement(Session.java:625)
       at org.apache.iotdb.session.pool.SessionPool.executeQueryStatement(SessionPool.java:2207)
       at org.myapp.server.dao.timeseries.IoTDBBaseTimeSeriesLatestDao.findLatest(IoTDBBaseTimeSeriesLatestDao.java:48)
   
   客户端版本:
               <dependency>
                   <groupId>org.apache.iotdb</groupId>
                   <artifactId>iotdb-session</artifactId>
                   <version>0.13.1</version>
               </dependency>


-- 
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: reviews-unsubscribe@iotdb.apache.org

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