You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/01/25 13:50:39 UTC

[incubator-iotdb] branch fix_sonar updated (5696427 -> b677b49)

This is an automated email from the ASF dual-hosted git repository.

lta pushed a change to branch fix_sonar
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from 5696427  fix sonar
     new 839d8de  restore ASF header
     new b677b49  fix conflict

The 1389 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../db/postback/conf/PostBackSenderConfig.java     |  22 ++--
 .../db/postback/conf/PostBackSenderDescriptor.java |  22 ++--
 .../iotdb/db/postback/receiver/ServerManager.java  |  22 ++--
 .../db/postback/receiver/ServerServiceImpl.java    |  26 ++--
 .../iotdb/db/postback/sender/FileManager.java      |  26 ++--
 .../iotdb/db/postback/sender/FileSenderImpl.java   |  22 ++--
 .../iotdb/db/postback/utils/CreateDataSender1.java |  26 ++--
 .../iotdb/db/postback/utils/CreateDataSender2.java |  22 ++--
 .../iotdb/db/postback/utils/CreateDataSender3.java |  22 ++--
 .../apache/iotdb/db/postback/utils/RandomNum.java  |  22 ++--
 .../org/apache/iotdb/db/postback/utils/Utils.java  |  22 ++--
 .../java/org/apache/iotdb/db/service/Utils.java    |  31 +++--
 .../iotdb/db/postback/sender/FileManagerTest.java  |  30 ++---
 .../sender/IoTDBSingleClientPostBackTest.java      |  22 ++--
 .../sender/MultipleClientPostBackTest.java         |  22 ++--
 jdbc/example/data/kafka_data.csv                   |  20 ---
 jdbc/example/readme.md                             |  83 -------------
 .../iotdb/jdbc/jdbcDemo/SendDataToIotdb.java       |  97 ---------------
 .../iotdb/jdbc/kafka_iotdbDemo/KafkaConsumer.java  | 138 ---------------------
 .../iotdb/jdbc/kafka_iotdbDemo/KafkaProducer.java  |  76 ------------
 jdbc/pom.xml                                       |   3 +-
 21 files changed, 208 insertions(+), 568 deletions(-)
 delete mode 100644 jdbc/example/data/kafka_data.csv
 delete mode 100644 jdbc/example/readme.md
 delete mode 100644 jdbc/example/src/main/java/org/apache/iotdb/jdbc/jdbcDemo/SendDataToIotdb.java
 delete mode 100644 jdbc/example/src/main/java/org/apache/iotdb/jdbc/kafka_iotdbDemo/KafkaConsumer.java
 delete mode 100644 jdbc/example/src/main/java/org/apache/iotdb/jdbc/kafka_iotdbDemo/KafkaProducer.java