Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

List of filesystem artifacts that Geode creates and uses :a number of filesystem artifacts depending on which features are used.

NameExamplesTypeFeature/ProcessDescription
ConfigDiskDir_<name>ConfigDiskDir_yawn-calm-sundirectoryCluster Config (Locator)TODO. <name> = member name.
GemFire_<user>GemFire_klunddirectoryTODOTODO. <user> = user name.
locator<port>view.datlocator10334view.datfileLocatorLocator view file. <port> = locator port.
locator<port>views.loglocator10334views.logfileLocatorLocator views log file. TODO: what is this? <port> = locator port.
pulse.logpulse.logfileJMX Manager (Locator)Pulse log file. Created when Locator (JMX Manager) starts Pulse web application.
vf.gf.locator.pidvf.gf.locator.pidfileLocatorLocator process id file. Created when LocatorLauncher starts instance. Contains process id. Deleted when it stops.
vf.gf.server.pidvf.gf.server.pidfileServerServer process id file. Created when ServerLauncher starts instance. Contains process id. Deleted when it stops.
<name>[-mainId-childId].logyawn-calm-sun.log, yawn-calm-sun-01-00.logfileLocator or ServerLocator/Server log file. Created when DistributedSystem instance is created. Requires geode-log4j. <name> = member name. [-mainId-childId] = both ##s rolling from 00 asc.
meta-<name>-<mainId>.logmeta-yawn-calm-sun-01.logfileLocator or ServerLocator/Server log meta file for rolling. Created when DistributedSystem instance is created. Requires geode-log4j. <name> = member name. <mainId> = ## rolling from 00 asc.
TODOdefTest.xmlfileTODOTODO
TODObackupDirectorydirectoryTODOTODO
BACKUP<name>[seq].ifBACKUPDEFAULT.if, BACKUPmydiskstore.iffilePersistent regionDisk store metadata file. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
BACKUP<name>[seq].crfBACKUPDEFAULT_1.crffilePersistent regionOplog file for: create, update, and invalidate operations. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
BACKUP<name>[seq].drfBACKUPDEFAULT_1.drffilePersistent regionOplog file for: delete operations. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
BACKUP<name>[seq].krfBACKUPDEFAULT_1.krffilePersistent regionOplog file for: key and crf offset information. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
OVERFLOW<name>[seq].if
fileEviction overflowDisk store metadata file. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
OVERFLOW<name>[seq].crf
fileEviction overflowOplog file for: create, update, and invalidate operations. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
OVERFLOW<name>[seq].drf
fileEviction overflowOplog file for: delete operations. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
OVERFLOW<name>[seq].krf
fileEviction overflowOplog file for: key and crf offset information. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
DRLK_IF<name>[seq].lkDRLK_IFDEFAULT.lkfilePersistent region or Eviction overflowDisk store access control. <name> = disk store name or DEFAULT. [seq] = sequence number (optional).
<name>[-mainId-childId].gfsstay-elegant-uniform.gfs, stay-elegant-uniform-01-00.gfsfileStatisticsStatistics archive file. Created when DistributedSystem instance is created. <name> = configured name. [-mainId-childId] = rolling from 00 asc.
vf.gf.locator.status.cmdvf.gf.locator.status.cmdfileGfsh status locator requestLauncher control file to request status. Temporary file created and deleted by Launcher classes while requesting status of a running Locator.
vf.gf.locator.stop.cmdvf.gf.locator.stop.cmdfileGfsh stop locator requestLauncher control file to request stop. Temporary file created and deleted by Launcher classes while requesting stop of a running Locator.
vf.gf.locator.statusvf.gf.locator.statusfileGfsh status locator responseStatus response for a running Locator. Temporary file created and deleted by Launcher classes while getting status.
vf.gf.server.status.cmdvf.gf.server.status.cmdfileGfsh status server requestLauncher control file to request status. Temporary file created and deleted by Launcher classes while requesting status of a running Server.
vf.gf.server.stop.cmdvf.gf.server.stop.cmdfileGfsh stop server requestLauncher control file to request stop. Temporary file created and deleted by Launcher classes while requesting stop of a running Server.
vf.gf.server.statusvf.gf.server.statusfileGfsh status server responseStatus response for a running Server. Temporary file created and deleted by Launcher classes while getting status.

...