saintstack 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_r358023852
########## File path: hbase-server/src/main/java/org/apache/hadoop/hbase/procedure2/store/wal/ProcedureStoreTracker.java ########## @@ -15,7 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.hadoop.hbase.procedure2.store; +package org.apache.hadoop.hbase.procedure2.store.wal; Review comment: You are moving the old store under wal subpackage? ---------------------------------------------------------------- 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
