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/03/21 06:23:36 UTC

[GitHub] [iotdb] TimXu0713 opened a new issue #5299: can't write data into aligned timeseries through MQTT api

TimXu0713 opened a new issue #5299:
URL: https://github.com/apache/iotdb/issues/5299


   **Describe the bug**
   Failed to write the pre-created aligned timeseries through the MQTT API.But the unaligned timeseries is ok.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   1. create aligned timeseries root.o308.pd.IT0001(D001 TEXT encoding=PLAIN, D003 INT32 encoding=GORILLA)
   2. Modify the MQTTClient class in the example module of the source code, and only modify the topic on line 51 to "root.o308.pd.IT0001.D003"
   3. run the main method,The execution is successful, no error is reported。
   4. no data is written.
   
   > IoTDB> select D003 from root.o308.pd.IT0001;
   +----+------------------------+
   |Time|root.o308.pd.IT0001.D003|
   +----+------------------------+
   +----+------------------------+
   Empty set.
   It costs 0.007s
   
   
   **Expected behavior**
   
   **Screenshots**
   
   **Desktop (please complete the following information):**
    - OS: [centos7.8]
    - Version [apache-iotdb-0.13.0-SNAPSHOT-all-bin-nightly-2022-03-16-12-12-58-a90f49029-java-8.zip]
   
   
   
   **Additional context**
   Add any other context about the problem here.
   


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