[zanata/zanata-platform] 5c0a1e: Just warn if lock files are found on NFS

GitHub noreply at github.com
Thu Sep 7 03:26:46 UTC 2017


  Branch: refs/heads/trust-native-locks
  Home:   https://github.com/zanata/zanata-platform
  Commit: 5c0a1ee18274a7cccf2fe67d3b6775dd83392e1a
      https://github.com/zanata/zanata-platform/commit/5c0a1ee18274a7cccf2fe67d3b6775dd83392e1a
  Author: Sean Flanigan <sflaniga at redhat.com>
  Date:   2017-09-07 (Thu, 07 Sep 2017)

  Changed paths:
    M server/services/src/main/java/org/zanata/ZanataInit.java

  Log Message:
  -----------
  Just warn if lock files are found on NFS

This avoids the need to manually delete lock files, which is nearly
always too paranoid for a non-clustered application. Until we set up
clustering, it should be safe to delete the lock files, even on NFS, as
long as there are other ways of avoiding multiple instances of Zanata
(eg some sort of native process/service management). But we log a
warning just in case.




More information about the zanata-commits mailing list