Web console: catchup to all the backend changes#14540
Merged
abhishekagarwal87 merged 18 commits intoapache:masterfrom Jul 17, 2023
Merged
Web console: catchup to all the backend changes#14540abhishekagarwal87 merged 18 commits intoapache:masterfrom
abhishekagarwal87 merged 18 commits intoapache:masterfrom
Conversation
| return { | ||
| total: availableSegmentNum + unavailableSegmentNum, | ||
| active: availableSegmentNum + unavailableSegmentNum, | ||
| cached_on_historical: availableSegmentNum, // This is not correct |
| export type ErrorResponseCategory = | ||
| | 'DEFENSIVE' | ||
| | 'INVALID_INPUT' | ||
| | 'UNAUTHORIZED' |
Member
There was a problem hiding this comment.
there is also FORBIDDEN (403 status), is it left out on purpose?
Contributor
Author
There was a problem hiding this comment.
Oh, I took that list from here https://github.com/apache/druid/blob/master/processing/src/main/java/org/apache/druid/error/ErrorResponse.java#L43 but I guess I should have gone to the definition instead. Updated.
| column: 19, | ||
| }); | ||
| }); | ||
| // it('works for single error 1', () => { |
clintropolis
approved these changes
Jul 14, 2023
AmatyaAvadhanula
pushed a commit
to AmatyaAvadhanula/druid
that referenced
this pull request
Jul 17, 2023
This PR catches the console up to all the backend changes for Druid 27 Specifically: Add page information to SqlStatementResource API apache#14512 Allow empty tiered replicants map for load rules apache#14432 Adding Interactive API's for MSQ engine apache#14416 Add replication factor column to sys table apache#14403 Account for data format and compression in MSQ auto taskAssignment apache#14307 Errors take 3 apache#14004
abhishekagarwal87
pushed a commit
that referenced
this pull request
Jul 17, 2023
This PR catches the console up to all the backend changes for Druid 27 Specifically: Add page information to SqlStatementResource API #14512 Allow empty tiered replicants map for load rules #14432 Adding Interactive API's for MSQ engine #14416 Add replication factor column to sys table #14403 Account for data format and compression in MSQ auto taskAssignment #14307 Errors take 3 #14004 Co-authored-by: Vadim Ogievetsky <vadim@ogievetsky.com>
sergioferragut
pushed a commit
to sergioferragut/druid
that referenced
this pull request
Jul 21, 2023
This PR catches the console up to all the backend changes for Druid 27 Specifically: Add page information to SqlStatementResource API apache#14512 Allow empty tiered replicants map for load rules apache#14432 Adding Interactive API's for MSQ engine apache#14416 Add replication factor column to sys table apache#14403 Account for data format and compression in MSQ auto taskAssignment apache#14307 Errors take 3 apache#14004
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR catches the console up to all the backend changes for Druid 27
Specifically:
In addition this PR also:
MsqTaskPayloadResponse)splitHintSpec