Giter Club home page Giter Club logo

Comments (3)

snoyberg avatar snoyberg commented on September 6, 2024

Can you provide a minimal repro? And do you know if you're logging in UTF-8? It's known to potentially interleave output for non-UTF-8 output.

from rio.

K0Te avatar K0Te commented on September 6, 2024

I've been logging to stderr in ubuntu:18.04 docker image. And it turn out that it stderr is non-UTF-8 be default:

Prelude GHC.IO.Handle.Internals GHC.IO.Handle.Types GHC.IO.Handle System.IO> wantWritableHandle "a" stderr (\x -> pure $ haCodec x)
Just ASCII
root@3b1b7a80967f:/# LANG=C.UTF-8  /usr/local/bin/stack ghci
Prelude System.IO GHC.IO.Handle GHC.IO.Handle.Internals GHC.IO.Handle.Types> wantWritableHandle "a" stderr (\x -> pure $ haCodec x)
Just UTF-8

This explains why everything worked fine on my Mac, but failed after deploying to K8.
Thank you for a prompt reply!

Is this anything that should be fixed, or just behavior by design?

from rio.

snoyberg avatar snoyberg commented on September 6, 2024

It's definitely "by design" in this case: the text package unfortunately does I/O very poorly, and we're relying on its behavior for non-UTF-8 backends. We could theoretically do some locking, but that will only fix the issue within rio; other pieces of the system still working directly with stderr could have issues. Overall, my preference is to fix this with documentation, and advertise loudly that non-interleaving is only accounted for with UTF-8 output. Would you be open to writing a PR with such a doc fix?

from rio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.