overte-HifiExperiments/libraries/octree/src
Ryan Huffman 010356709d Remove lock file recovery in entity server
* We no longer make backups at the ES, so there is no backup to
  recover from if we crash during persist to disk.
  * When loading the most recent backup we look for files that match our
  backup rules. If we have no backup rules we end up grabbing
  everything.
  * Because we grab everything, we are at risk of grabbing the lock file
  and treating it as a backup. In the case where we crash on persist, we
  end up replacing the models.json.gz file with the lock file (!!).

This commit makes a small change to not do the recovery on startup. In a
future update we will remove the backup-related code on the ES
altogether.
2018-04-05 11:52:31 -07:00
..
DirtyOctreeElementOperator.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
DirtyOctreeElementOperator.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
Logging.h cleanup naked qDebug() calls 2016-12-19 22:24:25 -08:00
Octree.cpp Merge branch 'master' of github.com:highfidelity/hifi into serverless-domains 2018-03-07 07:40:35 -08:00
Octree.h Fix Edit -> Export Entities exporting gzipped json 2018-03-01 16:42:41 -08:00
OctreeConstants.h remove cruft and add comments 2017-09-29 11:34:35 -07:00
OctreeDataUtils.cpp Fix writeSubclassData in octree data 2018-02-26 17:06:25 -08:00
OctreeDataUtils.h Fix writeSubclassData in octree data 2018-02-26 17:06:25 -08:00
OctreeEditPacketSender.cpp Remove legacy jurisdiction code 2017-12-29 12:46:52 -08:00
OctreeEditPacketSender.h Remove legacy jurisdiction code 2017-12-29 12:46:52 -08:00
OctreeElement.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
OctreeElement.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
OctreeElementBag.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
OctreeElementBag.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
OctreeLogging.cpp
OctreeLogging.h
OctreePacketData.cpp wip live material swapping on model entities, model overlays, avatars, 2018-02-09 12:00:08 -08:00
OctreePacketData.h remove fresnel, add unlit, fix overlays, cleanup 2018-02-14 17:02:07 -08:00
OctreePersistThread.cpp Remove lock file recovery in entity server 2018-04-05 11:52:31 -07:00
OctreePersistThread.h CR 2018-02-26 13:53:20 -08:00
OctreeProcessor.cpp Cleanup and refactoring 2017-06-15 18:58:56 -07:00
OctreeProcessor.h Cleanup and refactoring 2017-06-15 18:58:56 -07:00
OctreeQuery.cpp add clearing of known state if client resets ES connection 2017-11-16 11:40:35 -08:00
OctreeQuery.h add clearing of known state if client resets ES connection 2017-11-16 11:40:35 -08:00
OctreeQueryNode.cpp add clearing of known state if client resets ES connection 2017-11-16 11:40:35 -08:00
OctreeQueryNode.h add clearing of known state if client resets ES connection 2017-11-16 11:40:35 -08:00
OctreeSceneStats.cpp Remove legacy jurisdiction code 2017-12-29 12:46:52 -08:00
OctreeSceneStats.h Remove legacy jurisdiction code 2017-12-29 12:46:52 -08:00
OctreeScriptingInterface.cpp Remove legacy jurisdiction code 2017-12-29 12:46:52 -08:00
OctreeScriptingInterface.h Doc review 2018-03-07 17:29:39 +13:00
OctreeUtils.cpp Move OctreeUtils to OctreeDataUtils 2018-02-26 16:51:42 -08:00
OctreeUtils.h Move OctreeUtils to OctreeDataUtils 2018-02-26 16:51:42 -08:00