iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

This repository is ReadOnly now. please go to https://github.com/apache/incubator-iotdb

Results 100 iotdb issues
Sort by recently updated
recently updated
newest added

没有overflow数据时,merge线程未正常结束

bug

2018-04-18 14:26:52,816 [pool-1-IoTDB-JDBC-Client-thread-17] ERROR cn.edu.tsinghua.tsfile.file.utils.ReadWriteThriftFormatUtils:222 - tsfile-file Utils: can not read RowGroupBlockMetaData(row_groups_metadata:null) org.apache.thrift.transport.TTransportException: Cannot read. Remote side has closed. Tried to read 1 bytes, but only got 0 bytes. (This...

bug

在写入数据过程中停掉IoTDB server(为修改overflow merge时间以生成更大的overflow文件),重启IoTDB服务后,过段时间IoTDB进程就不见了。

bug

当前iotdb的小数位数控制主要通过tsfile文件中float_precision配置来控制(即持久化的小数位数),但是理论上显示的小数位数和持久化的小数位数并不相同,用户有可能有希望在看到显示的时候保留1-2位小数但是存储的时候还是保存更高精度小数的需求。且没有区分显示小数位数和持久化小数位数会带来一些小问题,例如刷新磁盘前后的小数显示不同等(如下图)。 ![screen shot 2018-05-08 at 20 01 02](https://user-images.githubusercontent.com/5506344/39756310-a0134772-52fb-11e8-98b1-231c2b2bc9d1.png) ![screen shot 2018-05-08 at 20 01 14](https://user-images.githubusercontent.com/5506344/39756312-a17f92c8-52fb-11e8-8df4-9b78ac8e8c53.png) 是否需要将此小修改纳入进来? 若纳入,包括各类function(avg等)、苏月的SQL表达式计算等中涉及到的小数保留问题也可以得到统一解决

feature

机器IP:192.168.10.57 创建了600多万个time series,打开客户端输入show timeseries后卡住,ctrl C强退出客户端后服务disappear iotdb版本不是最新的,不过最新版的iotdb可能也存在这个问题, 准备用最新版的iotdb试一下看看

实验机器:166.111.7.245 给iotdb的最大JVM内存:32G 其他配置为默认值 元数据创建及数据导入程序日志显示:元数据创建了五千多万条time series,创建完成,导入了一段时间数据,大约在4月20日4:30am服务挂掉(disappear) log-error的最后一些日志截取: 2018-04-20 04:32:37,147 [pool-1-IoTDB-JDBC-Client-thread-60] ERROR org.apache.thrift.server.TThreadPoolServer$WorkerProcess:234 - Error occurred during processing of message. java.lang.NullPointerException: null 2018-04-20 04:32:46,231 [pool-1-IoTDB-JDBC-Client-thread-64] ERROR org.apache.thrift.server.TThreadPoolServer$WorkerProcess:234 - Error occurred during processing...

目前,如果SQL执行过程中没有抛出异常,客户端将只会接收到非常简单的反馈信息。 ![image](https://user-images.githubusercontent.com/23610645/37502914-77292e54-2910-11e8-949f-8d10c999fdb1.png) 为了提升用户体验,需要将失败但没有抛出异常时的错误信息完善化。

enhancement