You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2021/04/07 08:22:18 UTC

[GitHub] [incubator-pegasus] neverchanje opened a new pull request #716: fix: shell app_stat removes unexpected columns

neverchanje opened a new pull request #716:
URL: https://github.com/apache/incubator-pegasus/pull/716


   ### What problem does this PR solve? <!--add issue link with summary if exists-->
   
   ```
   >>> app_stat
   F2021-04-07 16:11:32.546 (1617783092546521940 16004)  mimic.io-thrd.16004: output_utils.cpp:150:append_string_data(): assertion expression: last_index <= _max_col_width.size()
   F2021-04-07 16:11:32.546 (1617783092546549469 16004)  mimic.io-thrd.16004: output_utils.cpp:150:append_string_data(): column data exceed
   ```
   
   https://github.com/apache/incubator-pegasus/pull/705 This PR appends two columns to `app_stat`. But they don't have a column title. So when they are appended, the shell coredumped.
   
   ### What is changed and how does it work?
   
   This PR removes the incorrect two columns.
   
   ### Checklist <!--REMOVE the items that are not applicable-->
   
   ##### Tests <!-- At least one of them must be included. -->
   
   - Manual test (add detailed scripts or steps below)
   
   Manually call `app_stat`, everything works.
   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] neverchanje merged pull request #716: fix: shell app_stat removes unexpected columns

Posted by GitBox <gi...@apache.org>.
neverchanje merged pull request #716:
URL: https://github.com/apache/incubator-pegasus/pull/716


   


-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org