go-ego / riot

Go Open Source, Distributed, Simple and efficient Search Engine; Warning: This is V1 and beta version, because of big memory consume, and the V2 will be rewrite all code.
Apache License 2.0
6.11k stars 474 forks source link

run store example thow errors (invalid argument) #122

Closed nick-lee closed 3 years ago

nick-lee commented 3 years ago

Description

when I run the store example, it throws the following errors:

... Does anybody know what's wrong with it? Thanks!

nick-lee commented 3 years ago

I sloved this problem, it is not the problem of riot engine, since I use the vagrant to run the ubuntu 16.04 and use the shared folder to store the golang applicaiton, when it run on such shared folder, it throws such error. however , if I switch to local disk ( not shared folder), it is fine.