You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, CPU, OS)?
Linux 5.17.15-v7l #1 SMP Wed Dec 6 13:01:48 UTC 2023 armv7l armv7l armv7l GNU/Linux
CPU: ARMv7 Processor rev 3 (v7l)
RAM: 1GB
What steps will reproduce the bug?
After a (probably) faulty write to a strictly in-memory only badger database, our code encountered an error during decompression of a block. However, the Fd field of the method receiver seems to be nil for in-memory databases.
Expected behavior and actual result.
There is an error without a panic being triggered.
What version of Badger are you using?
v4.3.0
What version of Go are you using?
1.22
Have you tried reproducing the issue with the latest release?
Yes
What is the hardware spec (RAM, CPU, OS)?
Linux 5.17.15-v7l #1 SMP Wed Dec 6 13:01:48 UTC 2023 armv7l armv7l armv7l GNU/Linux
CPU: ARMv7 Processor rev 3 (v7l)
RAM: 1GB
What steps will reproduce the bug?
After a (probably) faulty write to a strictly in-memory only badger database, our code encountered an error during decompression of a block. However, the
Fd
field of the method receiver seems to benil
for in-memory databases.Expected behavior and actual result.
There is an error without a panic being triggered.
Additional information
The text was updated successfully, but these errors were encountered: