limowang opened a new issue, #2190:
URL: https://github.com/apache/incubator-pegasus/issues/2190

   ## Bug Report
   
   1. What did you do?
   When using the command sh pegasus_manual_compact.sh -c {meta_server_list} -a 
{table_name} --bottommost_level_compaction force, the wait_manual_compact() 
function keeps writing the log [35s] 0 finished, 8 not finished (0 in queue, 0 
in running), estimate remaining unknown seconds. table [**] manual compaction 
is running now. even though the manual compaction task has already finished. 
This causes the wait_manual_compact() function's output to be used to determine 
the task progress when encapsulating the manual_compact tool, leading to a 
timeout failure.
   
   2. What did you expect to see?
   The function wait_manual_compact() can correctly parse the output of the 
shell command remote_command -t replica-server replica.query-compact ${app_id}.
   
   3. What did you see instead?
   Cannot correctly parse.
   
   


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