question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Investigate logic of `Flush` message

See original GitHub issue

Motivation

When we were using Flush instead of Sync in the (Rust) REPL the shell could hang on error (errors aren’t flushed or something)

Investigate

  1. Take a look at Flush, it might not flush everything as it should
  2. Errors should always flush (or at least by default), even if there is no Flush message, there is no sense in optimizing that failure path.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:11 (11 by maintainers)

github_iconTop GitHub Comments

1reaction
1st1commented, May 26, 2020

Actually I’m going to revert triggering Flush in Postgres – I just don’t see why would we want to do that. It’s easy to add that back if we discover an actual use case.

0reactions
tailhookcommented, Jun 18, 2020

Flush looks fine as far as I can see. But there is a problem with sync.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Flush on first message should be explicit configurable · Issue #314 ...
In enqueue method present logic with calling asynchronous flush without ... But it's so implicit and hard to understand without investigation source code....
Read more >
Flush Shared pool and Implications in Production — oracle-tech
Hi All, OS :AIX 5.3. Oracle:9.2.0.6. One of our Client DBA has flushed the Shared pool while DB is Live.. I tried searching...
Read more >
Viewing Detected Messages - Trend Micro
Investigate the email message to learn more about potential threats. ... Deep Discovery Email Inspector uses fuzzy logic to match search criteria to...
Read more >
How to flush SPI buffer when using SPI over DMA.
Sometimes the SPI messages are not in sync. They get shifted by a few bytes and a flush of the buffer is required....
Read more >
Troubleshoot STP Issues on Catalyst Switches - Cisco
Investigate Topology Changes. Find the Cause of the Flooding. Find the Source of the TCs. Take Steps to Prevent Excessive TCs.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found