realm / realm-java

Realm is a mobile database: a replacement for SQLite & ORMs
http://realm.io
Apache License 2.0
11.45k stars 1.75k forks source link

Investigate potential problem with Partition based Realm paths #7653

Open cmelchior opened 2 years ago

cmelchior commented 2 years ago

From @nathan-contino-mongo

issue I experienced was that if i opened one realm with a user, then another, they would both try to use the same default.realm file in that user's directory. So I'm pretty sure it's a bug with the current partition-based implementation in the SDK.