You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:/start-from-snap $ tree . ├── init.lua ├── ready ├── tt.yaml └── var ├── lib │ └── start-from-snap │ └── 00000000000000000000.snap ├── log │ └── start-from-snap │ └── tt.log └── run └── start-from-snap ├── tarantool.control ├── tarantool.sock └── tt.pid
replicates status
:/start-from-snap $ tt replicaset status start-from-snap ⨯ config:get(): no instance config available yet
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: #936 (comment)
The text was updated successfully, but these errors were encountered: