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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to