You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/24 07:12:47 UTC

[GitHub] [pulsar] RobertIndie commented on a diff in pull request #15288: [fix][broker] BookieRackAffinityMapping compatible with use bk metadataServiceUri.

RobertIndie commented on code in PR #15288:
URL: https://github.com/apache/pulsar/pull/15288#discussion_r857078223


##########
testmocks/src/main/java/org/apache/zookeeper/TestZKServer.java:
##########
@@ -16,32 +16,27 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package org.apache.pulsar.metadata;
+package org.apache.zookeeper;

Review Comment:
   Why did you move this class?



##########
pulsar-metadata/pom.xml:
##########
@@ -71,6 +71,13 @@
       <scope>test</scope>
     </dependency>
 
+    <dependency>
+      <groupId>org.apache.pulsar</groupId>

Review Comment:
   It doesn't look like the pulsar-metadata tests depend on this dependency.



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org