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
The text was updated successfully, but these errors were encountered:
fmvin
changed the title
Rocksdb secondary instance exception "Can not get size for file.sst" after calling tryCatchUpWithPrimary()
Rocksdb secondary instance throws exception "Can not get size for file.sst" after calling tryCatchUpWithPrimary()
Jan 15, 2025
Expected behavior
No error happens
Actual behavior
Java exception occurred:
org.rocksdb.RocksDBException: Can not get size for:
z:\rocks_dbg/004662.sst:
Steps to reproduce the behavior
For all the steps default options are used.
setMaxOpenFiles(-1)
tryCatchUpWithPrimary()
---> In this step everything is OKtryCatchUpWithPrimary()
in java appNotes:
a. Primary instance does not create or delete columns dynamically.
b. Rocksdb primary folder size 90Mb
Setup
Windows 2019 Server
File system: NTFS
msvc compliler v.19.42.34435
Rocksdb 9.8.4 from vcpkg
rocksdbjni-9.8.4.jar
Related issues
May be related to #12821
The text was updated successfully, but these errors were encountered: