Manno15 commented on a change in pull request #1759:
URL: https://github.com/apache/accumulo/pull/1759#discussion_r516927605



##########
File path: 
server/manager/src/main/java/org/apache/accumulo/master/tableOps/create/CreateTable.java
##########
@@ -72,6 +77,9 @@ public long isReady(long tid, Master environment) throws 
Exception {
     Utils.getIdLock().lock();
     try {
       String tName = tableInfo.getTableName();
+      if(tName.equals("ci")){
+        Thread.sleep(10000000);
+      }

Review comment:
       That is my mistake, this shouldn't be here. I used this to force it to 
hang. Forgot to remove it.




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


Reply via email to