You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/06 07:57:17 UTC

[GitHub] [incubator-doris] Gabriel39 opened a new issue, #9409: [Enhancement] not return too much msg for manual compact action

Gabriel39 opened a new issue, #9409:
URL: https://github.com/apache/incubator-doris/issues/9409

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-doris/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### Description
   
   Currently, when I trigger manual compaction via REST API, I got a too detailed msg with error stack.
   
   `
   {
       "status": "Fail",
       "msg": ":  0# doris::Status::ConstructErrorStatus(short, doris::Slice const&) at /root/incubator-doris/be/src/common/status.cpp:80\n 1# doris::CumulativeCompaction::pick_rowsets_to_compact() at /root/incubator-doris/be/src/olap/cumulative_compaction.cpp:177\n 2# doris::CumulativeCompaction::prepare_compact() at /root/incubator-doris/be/src/olap/cumulative_compaction.cpp:50\n 3# doris::Compaction::compact() at /root/incubator-doris/be/src/olap/compaction.cpp:39\n 4# doris::CompactionAction::_execute_compaction_callback(std::shared_ptr<doris::Tablet>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) at /root/incubator-doris/be/src/http/action/compaction_action.cpp:225\n 5# std::__future_base::_Task_setter<std::unique_ptr<std::__future_base::_Result<doris::Status>, std::__future_base::_Result_base::_Deleter>, std::__future_base::_Task_state<doris::CompactionAction::_handle_run_compaction(doris::HttpRequest*, std::__cxx11::basic_string<char, 
 std::char_traits<char>, std::allocator<char> >*)::{lambda()#1}, std::allocator<int>, doris::Status ()>::_M_run()::{lambda()#1}, doris::Status>::operator()() const at /var/local/ldb-toolchain/include/c++/11/future:1362\n 6# std::_Function_handler<std::unique_ptr<std::__future_base::_Result_base, std::__future_base::_Result_base::_Deleter> (), std::__future_base::_Task_setter<std::unique_ptr<std::__future_base::_Result<doris::Status>, std::__future_base::_Result_base::_Deleter>, std::__future_base::_Task_state<doris::CompactionAction::_handle_run_compaction(doris::HttpRequest*, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >*)::{lambda()#1}, std::allocator<int>, doris::Status ()>::_M_run()::{lambda()#1}, doris::Status> >::_M_invoke(std::_Any_data const&) at /var/local/ldb-toolchain/include/c++/11/bits/std_function.h:292\n 7# std::__future_base::_State_baseV2::_M_do_set(std::function<std::unique_ptr<std::__future_base::_Result_base, std::__future_base::_
 Result_base::_Deleter> ()>*, bool*) at /var/local/ldb-toolchain/incl"
   }
   `
   
   ### Solution
   
   Simplify this message when we meet `NO_SUITABLE_VERSION`
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@doris.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] yiguolei closed issue #9409: [Enhancement] not return too much msg for manual compact action

Posted by GitBox <gi...@apache.org>.
yiguolei closed issue #9409: [Enhancement] not return too much msg for manual compact action
URL: https://github.com/apache/incubator-doris/issues/9409


-- 
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: commits-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org