Attila Doroszlai created HDDS-13735:
---------------------------------------

             Summary: DBConfigFromFile warns about trying to read from ""
                 Key: HDDS-13735
                 URL: https://issues.apache.org/jira/browse/HDDS-13735
             Project: Apache Ozone
          Issue Type: Bug
    Affects Versions: 2.1.0
            Reporter: Attila Doroszlai


The following warning appears dozens of times in the log during normal startup.

In Docker Compose environments:

{code}
[main] WARN db.DBConfigFromFile: Error trying to read column family options 
from file: /etc/hadoop/.ini, file does not exists.
{code}

Integration test:

{code}
2025-10-03 09:51:48,828 [ForkJoinPool-1-worker-25] INFO  db.DBConfigFromFile 
(DBConfigFromFile.java:generateDBPath(190)) - No RocksDB path found
2025-10-03 09:51:48,828 [ForkJoinPool-1-worker-25] WARN  db.DBConfigFromFile 
(DBConfigFromFile.java:readCFOptionsFromFile(141)) - Error trying to read 
column family options from file: , file does not exists.
{code}

{{DBConfigFromFile}} should not warn for empty DB path.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to