adoroszlai opened a new pull request #2446:
URL: https://github.com/apache/ozone/pull/2446


   ## What changes were proposed in this pull request?
   
   #2429 removed `ReplicationManager.processContainersNow()`, but #2349 added 
some new calls it in the meantime.  So now when both PRs are merged, we have 
[compile errors](https://github.com/apache/ozone/runs/3120179167#step:6:1214).
   
   ```
   [ERROR] 
/home/runner/work/ozone/ozone/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/TestReplicationManager.java:[1123,23]
 cannot find symbol
   [ERROR]   symbol:   method processContainersNow()
   [ERROR]   location: variable replicationManager of type 
org.apache.hadoop.hdds.scm.container.ReplicationManager
   ...
   ```
   
   https://issues.apache.org/jira/browse/HDDS-5459
   
   ## How was this patch tested?
   
   Compiled Ozone.  Ran `TestReplicationManager`.


-- 
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.

To unsubscribe, e-mail: [email protected]

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