Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-8540

SnapshotFileCache logs too many times if snapshot dir doesn't exists

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 0.94.7
    • 0.98.0, 0.94.8, 0.95.1
    • snapshots
    • None

    Description

      On a cluster with "hbase.snapshot.enabled" true, the /hbase/.hbase-snapshot directory will not exists until a first snapshot will get created.

      meanwhile the SnapshotFileCache (snapshot cleaner) will keep print out as error that the snapshot dir doesn't exists every N seconds ("hbase.master.hfilecleaner.plugins.snapshot.period")

      LOG.error("Snapshot directory: " + snapshotDir + " doesn't exist");
      

      Attachments

        1. HBASE-8540-v0.patch
          1 kB
          Matteo Bertozzi

        Activity

          People

            mbertozzi Matteo Bertozzi
            mbertozzi Matteo Bertozzi
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: