lokiore commented on a change in pull request #1201: HBASE-23639 : Moving
classes out of hbase-it /test for direct API use of chaos.
URL: https://github.com/apache/hbase/pull/1201#discussion_r403510089
##########
File path:
hbase-it/src/main/java/org/apache/hadoop/hbase/chaos/monkies/ChaosMonkey.java
##########
@@ -35,12 +38,14 @@
* policy can be active at any time.
* <p>
* Chaos monkey can be run from the command line, or can be invoked from
integration tests.
- * See {@link org.apache.hadoop.hbase.IntegrationTestIngest} or other
integration tests that use
+ * See {org.apache.hadoop.hbase.IntegrationTestIngest in hbase-it /test} or
other integration tests that use
Review comment:
IntegrationTestIngest is from `src/test/java` and was inaccessible as
ChaosMonkey was moved to `src/main/java`.
----------------------------------------------------------------
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