iotdb
iotdb copied to clipboard
Apache IoTDB
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version 0.13.3 ### Describe the bug and provide the minimal reproduce step timestamp_precision=us/ns使用group by滑动时间统计错误...
## Description fix compaction write rate limiter
1. Removed the meaningless `enableSkippingTimeParseByTimePartition` flag and determined whether time parsing can be skipped through `dataRegionTimePartitionIdBound` being null. 2. Assigned the previously recorded upper and lower bounds of the time...
Previously, these methods of TElasticFramedTransport are not override implemented. TBinaryProtocol will allocate new byte array and copy from frame buffer. After this pr, TBinaryProtocol can wrap the byte buffer with...
I am testing IotDB in standalone mode. The server works flawlessly whenever launched, but after a while client connections are refused either locally or remotely. I have the following errors...
This PR will switch from using insertRecords to insertTablets when the number of devices involved in the records is low.
stop() -> stopForcibly()
TODO: - Set default value to "iotdb" and consider compatibility with old version
### Search before asking - [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar. ### Version version: 1.0.0 IoTDB> show cluster details; +------+----------+-------+---------------+------------+-------------------+-------------+-------+-----------------+-------------------+-------+ |NodeID| NodeType| Status|InternalAddress|InternalPort|ConfigConsensusPort| RpcAddress|RpcPort|DataConsensusPort|SchemaConsensusPort|MppPort| +------+----------+-------+---------------+------------+-------------------+-------------+-------+-----------------+-------------------+-------+ |...