Skip to content

Conversation

@Cpaulyz
Copy link
Contributor

@Cpaulyz Cpaulyz commented Aug 15, 2022

Description

  1. Merge thrift-sync into ClientRPC
  2. Delete unnecessary SQL execution process:SHOW PIPESERVERSTART PIPESERVERSTOP PIPESERVER
  3. Add SyncConnectionManager to manage all connection for sync modules. The data structures in this class can be used to support the execution of show pipe on the receiving end

@Cpaulyz Cpaulyz changed the title [IOTDB-4135] Merge thrift-rpc into ClientRPC [IOTDB-4135] Merge thrift-sync into ClientRPC Aug 16, 2022
import static org.apache.iotdb.commons.sync.SyncConstant.SUCCESS_CODE;
import static org.apache.iotdb.db.sync.transport.conf.TransportConfig.isCheckFileDegistAgain;

public class IoTDBSInkTransportClient implements ITransportClient {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public class IoTDBSInkTransportClient implements ITransportClient {
public class IoTDBSinkTransportClient implements ITransportClient {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants