You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2019/11/08 07:20:48 UTC

[incubator-iotdb] branch master updated (efac7c4 -> be1b43b)

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

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


    from efac7c4  Fixed some variable naming  problem (#528)
     add be1b43b  Add travis timeout (#531)

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        | 18 +++++++++-
 .../main/java/org/apache/iotdb/jdbc/Config.java    | 24 ++++++-------
 .../apache/iotdb/db/sync/conf/SyncConstant.java    |  6 ++++
 .../db/sync/receiver/transfer/SyncServiceImpl.java | 35 +++++++++---------
 .../sync/sender/transfer/DataTransferManager.java  | 41 ++++++++++++----------
 service-rpc/src/main/thrift/rpc.thrift             |  4 +--
 service-rpc/src/main/thrift/sync.thrift            | 25 ++++++-------
 .../java/org/apache/iotdb/session/Session.java     | 20 +++++------
 8 files changed, 98 insertions(+), 75 deletions(-)