Kitware / SlideAtlas-Server

https://slide-atlas.org
Apache License 2.0
7 stars 3 forks source link

Let the records in MongoTileStore objects point to replica sets #58

Closed dhandeo closed 10 years ago

dhandeo commented 10 years ago

In each of the MongoTileStore (Database) objects a single server string slide-atlas.org:27017 is used.

This should be changed to entire replica set urls, and the connection each time should include preferences slaveOk, and nearest replica member.

brianhelba commented 10 years ago

Fixed in migration code. The server code already supports this functionality.

dhandeo commented 10 years ago

Also needs change in the records already stored in admin database

On Thu, Apr 24, 2014 at 9:00 AM, Brian Helba notifications@github.comwrote:

Fixed in migration code. The server code already supports this functionality.

— Reply to this email directly or view it on GitHubhttps://github.com/SlideAtlas/SlideAtlas-Server/issues/58#issuecomment-41276650 .

Dhanannjay (D'jay) Deo, Ph.D. Scientific Visualization Kitware Inc. www.kitware.com Phone : (518)-836-2196

brianhelba commented 10 years ago

We can do that when we re-run the migration, which we need to do regardless.