-
Still worried about our findings here: https://forum.scylladb.com/t/compaction-storm-slows-down-scylla/2958/24
While one observation seems to have resulted in a fixable bug, (https://github.com/scyl…
-
### LVGL version
v9.2.0
### What happened?
After setting color depth to 16 and display color format to LV_COLOR_FORMAT_RGB565A8, the alpha array is not being generated.
Alpha is generated fine wit…
-
As an entity manager
I want to flush my changes to the database
Before I am cleared
So I am guaranteed to be in sync with the database.
-
I've refactored the code following Miha's suggestion, but it seems STJ is susceptible to the same issue. Effectively, the buffer is being cleared every time we flush to the underlying st…
-
### Expected behavior
When flushes due to `Write Buffer Manager` happen, try to pick the largest memtable (not flushed yet) to flush, instead of the one with smallest SeqNo.
### Actual behavior
W…
-
Usually one has to either `poll` or `flush` a producer after sending 1 or more messages with a call to `produce`.
I had a look through the source code and I don't seem to be able to find a Julia in…
-
### Is there an existing issue for this problem?
- [X] I have searched the existing issues
### OrcaSlicer Version
2.1.1
### Operating System (OS)
Windows
### OS Version
11
### Additional syste…
-
Hi,
when running `ds.add_waveforms`, after the loop is done and the script terminates, I get the message:
`/miniconda3/envs/noisepy/lib/python3.10/site-packages/pyasdf/asdf_data_set.py:308: ASDF…
-
### What problem are you trying to solve?
Calling `mutationObserver.disconnect()` while forgetting to handle any pending records is a common footgun.
### What solutions exist today?
Having to write…
-
My scenario is simple: I want to send a request with a large body, but the `blocking_write_and_flush` method can only write 4096 bytes at a time. Naturally, I decided to call this method multiple time…