This repository has been archived by the owner on Apr 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Remove code duplication in multi-head connections #123
Labels
archived
code health
Improve code readability, simplify maintenance and so on
refactoring
wontfix
This will not be worked on
Comments
Totktonada
added
refactoring
code health
Improve code readability, simplify maintenance and so on
labels
Apr 17, 2018
SudoBobo
changed the title
Remove code deduplication in multi-head connections
Remove code duplication in multi-head connections
May 4, 2018
Seems to be done with PR #168 (1d2d206): resolve function code now reused. We still have separate function for 'boxing' multi-head connections and regular unions (and they cannot have 'List' postfix, yep?), but I don’t sure it is avoidable. @SudoBobo Is it can be closed or we want to track something here? |
SudoBobo
added a commit
that referenced
this issue
Aug 2, 2018
SudoBobo
added a commit
that referenced
this issue
Aug 2, 2018
SudoBobo
added a commit
that referenced
this issue
Aug 2, 2018
Totktonada
added a commit
that referenced
this issue
Sep 5, 2018
The problem is that frontend wait infinitely for a storage server, which have not been initialized due to the error like the following. ``` Start failed: builtin/box/console.lua:560: failed to create server localhost:57988: Address already in use ``` The problem is described in [1] (see comment itself, the issue is about the another problem). The gist of the fix is using unix sockets for admin console of non-default servers (storages). The option 'use_unix_sockets' affects only console (admin) socket and does nothing with binary (listen) port of a storage. It is critical in the benchmarking test suite. TBD: update test-run from master after test-run's PR #123. [1]: tarantool/test-run#115 (comment)
I'm going to archive the repository. I'll proceed as follows:
Consider the following projects: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
archived
code health
Improve code readability, simplify maintenance and so on
refactoring
wontfix
This will not be worked on
No description provided.
The text was updated successfully, but these errors were encountered: