avijayanhwx opened a new pull request #982:
URL: https://github.com/apache/hadoop-ozone/pull/982


   …o older version.
   
   ## What changes were proposed in this pull request?
   
   OM start fails with RocksDB error when downgrading to older version that 
does not have all the column families that may have been created  in the newer 
version.
   ```
   Caused by: org.rocksdb.RocksDBException: You have to open all column 
families. Column families not opened: transact
   ionInfoTable
           at org.rocksdb.RocksDB.open(Native Method)
           at org.rocksdb.RocksDB.open(RocksDB.java:290)
           at org.apache.hadoop.hdds.utils.db.RDBStore.<init>(RDBStore.java:97)
           ... 20 more
   ```
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-3668
   
   ## How was this patch tested?
   Manually tested. Unit test added.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to