KYLIN-4434 Sometimes the segments of submitted unsuccessfully will be stored in cube storage#1169
KYLIN-4434 Sometimes the segments of submitted unsuccessfully will be stored in cube storage#1169zhangayqian wants to merge 1 commit intoapache:masterfrom
Conversation
… stored in cube storage
Codecov Report
@@ Coverage Diff @@
## master #1169 +/- ##
============================================
- Coverage 25.06% 25.01% -0.06%
- Complexity 6250 6251 +1
============================================
Files 1446 1449 +3
Lines 88309 88498 +189
Branches 12358 12375 +17
============================================
+ Hits 22136 22137 +1
- Misses 64003 64185 +182
- Partials 2170 2176 +6 Continue to review full report at Codecov.
|
shaofengshi
left a comment
There was a problem hiding this comment.
Hi Yaqian, firstly, please provide the issue description for it in the JIRA, so that others can understand the problem.
Secondly, catch a "throwable" is a bad practice, you can do some search, like https://stackoverflow.com/questions/6083248/is-it-a-bad-practice-to-catch-throwable
Hi Shaofeng: |
Proposed changes
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
Types of changes
What types of changes does your code introduce to Kylin?
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.documentbranchFurther comments
If this is a relatively large or complex change, kick off the discussion at user@kylin or dev@kylin by explaining why you chose the solution you did and what alternatives you considered, etc...