You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/03/05 03:12:06 UTC

[incubator-inlong] branch master updated (b748b86 -> 6eb25e3)

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

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


    from b748b86  [INLONG-2917][Manager] Fix migrate all database task in manager (#2918)
     add 6eb25e3  [INLONG-2915][TubeMQ] Fix code style issues (#2916)

No new revisions were added by this update.

Summary of changes:
 .../example/consumer/test_consumer.cc              |  1 -
 .../example/consumer/test_multi_thread_filter.cc   |  1 -
 .../example/consumer/test_multithread_pull.cc      |  1 -
 .../tubemq-client-cpp/src/tubemq_tdmsg.cc          | 28 +++++++++++-----------
 .../client/consumer/MessageFetchManagerTest.java   |  4 ++--
 .../tubemq/client/consumer/PartitionExtTest.java   |  6 ++---
 .../client/factory/TubeBaseSessionFactoryTest.java |  6 ++---
 .../factory/TubeMultiSessionFactoryTest.java       |  2 +-
 .../factory/TubeSingleSessionFactoryTest.java      |  2 +-
 .../inlong/tubemq/corerpc/client/CallFuture.java   |  4 ++--
 .../offsetstorage/zookeeper/ZooKeeperWatcher.java  |  3 +--
 .../tubemq/server/common/utils/HttpUtils.java      |  4 ++--
 .../server/common/utils/WebParameterUtils.java     |  4 ++--
 .../web/action/screen/config/BrokerList.java       |  7 +++---
 14 files changed, 34 insertions(+), 39 deletions(-)