Skip to content

Pipe: Changed the property files' "extractor" and "connector" related parameters to their "source" and "sink" counterparts#11751

Merged
SteveYurongSu merged 5 commits intoapache:masterfrom
Caideyipi:parameter_refactor
Dec 21, 2023
Merged

Pipe: Changed the property files' "extractor" and "connector" related parameters to their "source" and "sink" counterparts#11751
SteveYurongSu merged 5 commits intoapache:masterfrom
Caideyipi:parameter_refactor

Conversation

@Caideyipi
Copy link
Copy Markdown
Collaborator

@Caideyipi Caideyipi commented Dec 19, 2023

Description

Old:

# The connection timeout (in milliseconds) for the thrift client.
# pipe_connector_timeout_ms=900000

# The maximum number of selectors that can be used in the async connector.
# pipe_async_connector_selector_number=1

# The core number of clients that can be used in the async connector.
# pipe_async_connector_core_client_number=8

# The maximum number of clients that can be used in the async connector.
# pipe_async_connector_max_client_number=16

New:

# The connection timeout (in milliseconds) for the thrift client.
# pipe_sink_timeout_ms=900000

# The maximum number of selectors that can be used in the sink.
# pipe_sink_selector_number=1

# The core number of clients that can be used in the sink.
# pipe_sink_core_client_number=8

# The maximum number of clients that can be used in the sink.
# pipe_sink_max_client_number=16

Old parameters can also be parsed and applied.

@Caideyipi Caideyipi changed the title Pipe: Changed the propertie files' "extractor" and "connector" related parameters to "source" and "sink" counterparts Pipe: Changed the propertie files' "extractor" and "connector" related parameters to their "source" and "sink" counterparts Dec 19, 2023
@Caideyipi Caideyipi changed the title Pipe: Changed the propertie files' "extractor" and "connector" related parameters to their "source" and "sink" counterparts Pipe: Changed the property files' "extractor" and "connector" related parameters to their "source" and "sink" counterparts Dec 19, 2023
@SteveYurongSu SteveYurongSu self-assigned this Dec 19, 2023
@SteveYurongSu SteveYurongSu self-requested a review December 19, 2023 11:23
@SteveYurongSu SteveYurongSu merged commit 4409354 into apache:master Dec 21, 2023
SzyWilliam pushed a commit to SzyWilliam/iotdb that referenced this pull request Nov 26, 2024
… parameters to their "source" and "sink" counterparts (apache#11751)

Old:

```
# The connection timeout (in milliseconds) for the thrift client.
# pipe_connector_timeout_ms=900000

# The maximum number of selectors that can be used in the async connector.
# pipe_async_connector_selector_number=1

# The core number of clients that can be used in the async connector.
# pipe_async_connector_core_client_number=8

# The maximum number of clients that can be used in the async connector.
# pipe_async_connector_max_client_number=16
```

New:
```
# The connection timeout (in milliseconds) for the thrift client.
# pipe_sink_timeout_ms=900000

# The maximum number of selectors that can be used in the sink.
# pipe_sink_selector_number=1

# The core number of clients that can be used in the sink.
# pipe_sink_core_client_number=8

# The maximum number of clients that can be used in the sink.
# pipe_sink_max_client_number=16
```

Old parameters can also be parsed and applie
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