When working with applications that lack a configuration, the tt replicaset command is unable to determine the custom orchestrator type. For instance, the following issue occurs when attempting to use tt replicaset with such an application:
The error config:get(): no instance config available yet indicates that the tt replicaset command does not handle applications without a defined configuration. According to the discussion, this appears to be a missing implementation for the custom orchestrator type, which should be used in such cases.
Problem Description
When working with applications that lack a configuration, the
tt replicaset
command is unable to determine thecustom
orchestrator type. For instance, the following issue occurs when attempting to usett replicaset
with such an application:replicates status
:But if you configure the orchestrator manually, then everything is ok.
Discussion
The error
config:get(): no instance config available yet
indicates that thett replicaset
command does not handle applications without a defined configuration. According to the discussion, this appears to be a missing implementation for thecustom
orchestrator type, which should be used in such cases.Discussion: https://github.com/tarantool/tt/pull/936#discussion_r1817006860