Apache9 commented on a change in pull request #941: HBASE-23326 Implement a ProcedureStore which stores procedures in a H… URL: https://github.com/apache/hbase/pull/941#discussion_r361033754
########## File path: hbase-procedure/src/main/java/org/apache/hadoop/hbase/procedure2/store/wal/ProcedureWALPrettyPrinter.java ########## @@ -50,7 +50,10 @@ /** * ProcedureWALPrettyPrinter prints the contents of a given ProcedureWAL file * @see WALProcedureStore#main(String[]) if you want to check parse of a directory of WALs. + * @deprecated Since 2.3.0, will be removed in 4.0.0. Keep here only for rolling upgrading, now we + * use the new region based procedure store. */ +@Deprecated @InterfaceAudience.LimitedPrivate(HBaseInterfaceAudience.TOOLS) Review comment: Could be a follow on. ---------------------------------------------------------------- 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] With regards, Apache Git Services
