简体   繁体   中英

GridDB Question: Is the Java Client thread safe?

I'm developing a GridDB application that uses multithreading and am experiencing random exceptions and deadlocks. Is the Java client thread safe?

And for those curious, here is the GridDB product page: https://griddb.net

Are you using the same GridStore instance for multiple threads? A single Gridstore instance is not thread safe. Please refer to the following:

http://griddb.org/griddb_nosql/manual/GridDB_API_Reference.html#GridStoreFactory.html__ "... since thread safety is not guaranteed for GridStore itself, it is not allowed to call a method of a single GridStore instance from two or more threads at an arbitrary time."

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM