Hello All,
Running into the following error on the Coordinator nodes when I try to use a shared Azure File Share mount for the db directory. I validated that I can touch a file within the directory and I see new directories created. When I unmount all works well but I need it to be highly available.
core file size (blocks, -c) 0
data seg size (kbytes, -d) unlimited
scheduling priority (-e) 0
file size (blocks, -f) unlimited
pending signals (-i) 31790
max locked memory (kbytes, -l) 64
max memory size (kbytes, -m) unlimited
open files (-n) 1024
pipe size (512 bytes, -p) 8
POSIX message queues (bytes, -q) 819200
real-time priority (-r) 0
stack size (kbytes, -s) 8192
cpu time (seconds, -t) unlimited
max user processes (-u) 31790
virtual memory (kbytes, -v) unlimited
file locks (-x) unlimited
Exception in thread “main” org.rocksdb.RocksDBException: While fsync: a directory: Invalid argument
at org.rocksdb.RocksDB.open(Native Method)
at org.rocksdb.RocksDB.open(RocksDB.java:286)
at com.dremio.datastore.ByteStoreManager.openDB(ByteStoreManager.java:173)
at com.dremio.datastore.ByteStoreManager.start(ByteStoreManager.java:148)
at com.dremio.datastore.CoreStoreProviderImpl.start(CoreStoreProviderImpl.java:167)
at com.dremio.datastore.LocalKVStoreProvider.start(LocalKVStoreProvider.java:88)
at com.dremio.dac.daemon.DremioDaemon.checkVersion(DremioDaemon.java:86)
at com.dremio.dac.daemon.DremioDaemon.main(DremioDaemon.java:125)