You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Bharat Viswanadham (Jira)" <ji...@apache.org> on 2021/06/25 08:37:00 UTC

[jira] [Created] (HDDS-5391) Fix issues in SCMHAConfiguration

Bharat Viswanadham created HDDS-5391:
----------------------------------------

             Summary: Fix issues in SCMHAConfiguration
                 Key: HDDS-5391
                 URL: https://issues.apache.org/jira/browse/HDDS-5391
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Bharat Viswanadham


    Log.Appender.setBufferElementLimit(properties,
        conf.getRaftLogAppenderQueueByteLimit());
to   
    Log.Appender.setBufferElementLimit(properties,
        conf.getRaftLogAppenderQueueNum());

And remove ratisRoleCheckerInterval and ratis.snapshot.dir is only used in tests, I see that for actual snapshot download we use the below code path.

      checkpointsParentDir =
              Paths.get(dbLocation.getParent(), "db.checkpoints").toString();
      File checkpointsDir = new File(checkpointsParentDir);

Confirm this, and make use same config in all the places.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org