Skip to content
Snippets Groups Projects
  • Georgiy Lebedev's avatar
    a5fe735c
    console: make prompt bookkeeping thread-safe · a5fe735c
    Georgiy Lebedev authored
    Prompt bookkeeping introduced in 66ca6252 is not thread-safe, whilst the
    logging environment is multithreaded: leave this feature only in main
    (transaction) thread.
    
    Closes #8124
    
    NO_CHANGELOG=<gh-7169 was not release yet>
    NO_DOC=bugfix
    NO_TEST=<hard to make Tarantool flood log from multiple threads using
             current test harness>
    a5fe735c
    History
    console: make prompt bookkeeping thread-safe
    Georgiy Lebedev authored
    Prompt bookkeeping introduced in 66ca6252 is not thread-safe, whilst the
    logging environment is multithreaded: leave this feature only in main
    (transaction) thread.
    
    Closes #8124
    
    NO_CHANGELOG=<gh-7169 was not release yet>
    NO_DOC=bugfix
    NO_TEST=<hard to make Tarantool flood log from multiple threads using
             current test harness>