Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repair #4

Merged
merged 9 commits into from
Feb 28, 2023
Merged

Repair #4

merged 9 commits into from
Feb 28, 2023

Conversation

hameizi
Copy link

@hameizi hameizi commented Feb 28, 2023

Why are the changes needed?

(For example: The Arctic Flink dataStream API has already supported this configuration: 'scan.startup.mode', but it is not available with Flink SQL. We should expose this configuration to users when they are using Flink SQL.)

Brief change log

(For example:)

  • Add the 'scan.startup.mode' configuration to the ArcticScanContext in the flink modules
  • The flink 1.12 and 1.14 versions are affected.
  • Add the documentation in the flink chapter

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • Run test locally before making a pull request

Documentation

  • Does this pull request introduces a new feature? (yes / no)
  • If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)

hzluting and others added 7 commits February 24, 2023 17:45
… failed (apache#1156)

* fix apache#1153
Put task back into queue if task onExecuting failed


---------

Co-authored-by: luting <dylzlt93299@gmail.com>
…mit failed (apache#1104)

* improve apache#1103
clear the optimizing tasks when the optimizing commit failed

* improve apache#1103
clear the optimizing tasks when the optimizing commit failed

* fix code review

* fix CI

* fix code review

* clear failed tasks

* add clear failed tasks log

* fix code review

* fix check style

* fix code review

---------

Co-authored-by: luting <dylzlt93299@gmail.com>
…eSpillableMap (apache#1048)

* improve apache#1009
modify spill map config in optimize group

* improve apache#1009
improve properties names

* fix apache#1047
1.modify the logic of estimating size in the SimpleSpillableMap
2.unified the units in optimizer group config

* fix unit test

* use Generics for StructLikeMap

* fix code review

* optimize StruckLike size estimator

* fix check style

* add unit test comment

---------

Co-authored-by: luting <dylzlt93299@gmail.com>
Co-authored-by: wangtao <wangtao3@corp.netease.com>
…pache#1163)

* feat: update introduce content

* feat: revert

* fix: repeat display container info

---------

Co-authored-by: zhubeibei <zhubeibei@corp.netease.com>
# Conflicts:
#	ams/ams-server/src/main/java/com/netease/arctic/ams/server/repair/CallCommandHandler.java
#	ams/ams-server/src/main/java/com/netease/arctic/ams/server/repair/Context.java
#	ams/ams-server/src/main/java/com/netease/arctic/ams/server/repair/command/CallCommand.java
#	ams/ams-server/src/main/java/com/netease/arctic/ams/server/repair/command/OptimizeCall.java
#	ams/ams-server/src/main/java/com/netease/arctic/ams/server/repair/command/RepairCall.java
#	ams/ams-server/src/main/java/com/netease/arctic/ams/server/repair/command/RepairCallGenerator.java
#	ams/ams-server/src/main/java/com/netease/arctic/ams/server/repair/command/ShowCall.java
#	ams/ams-server/src/main/java/com/netease/arctic/ams/server/repair/command/SimpleRegexCommandParser.java
@shidayang shidayang merged commit cf971ec into shidayang:repair Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants