milleruntime commented on a change in pull request #1881:
URL: https://github.com/apache/accumulo/pull/1881#discussion_r564858690



##########
File path: 
server/tserver/src/main/java/org/apache/accumulo/tserver/TabletServer.java
##########
@@ -2220,6 +2220,7 @@ public void run() {
       synchronized (openingTablets) {
         while (openingTablets.contains(extent)) {
           try {
+            log.info("Waiting for tablet {} to finish opening before 
unloading.", extent);

Review comment:
       If I run `grep '\[tablet[.][a-z]' ` I do see some...
   <pre>
   tserver1_ip-10-113-12-25.log:2021-01-26T16:03:45,008 [tablet.files] DEBUG: 
Flushed +r<< created 
hdfs://localhost:8020/accumulo/tables/+r/root_tablet/F00000ay.rf from [memory]
   tserver1_ip-10-113-12-25.log:2021-01-26T16:03:45,009 [tablet.files] DEBUG: 
Compacting +r<< on root.small for SYSTEM from [F00000ay.rf, A00000ax.rf] size 1 
KB
   </pre>
   
   But i am not seeing any for user tablets.  I have been running RW MultiTable 
so I have plenty of activity. Also, if I run `grep "Assigned" *` I don't see 
any results.




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