Skip to content

Support batch delete syntax in fe and add pass the delete infomation to be - #4141

Closed
yangzhg wants to merge 5 commits into
apache:masterfrom
yangzhg:support_batch_delete_in_fe
Closed

Support batch delete syntax in fe and add pass the delete infomation to be#4141
yangzhg wants to merge 5 commits into
apache:masterfrom
yangzhg:support_batch_delete_in_fe

Conversation

@yangzhg

Copy link
Copy Markdown
Member

Proposed changes

Part of Issues #4051
Add batch delete synatx support, support the syntax described in Issues #4051
Bring the delete infomation to be

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update (if none of the other choices apply)

Checklist

Put an x in 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.

  • I have create an issue on Doris's issues, and have described the bug/feature there in detail
  • Commit messages in my PR start with the related issues ID
  • Compiling and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • If this change need a document change, I have updated the document
  • Any dependent changes have been merged

@yangzhg
yangzhgforce-pushed the support_batch_delete_in_fe branch from 90464ce to 99cd221CompareJuly 27, 2020 03:03
@yangzhgyangzhg self-assigned this Jul 27, 2020
@yangzhg
yangzhg requested review from EmmyMiao87 and morningman and removed request for EmmyMiao87July 27, 2020 06:02
Comment threadbe/src/exec/broker_scan_node.cpp Outdated
Comment threadfe/fe-core/pom.xml Outdated
Comment threadfe/fe-core/src/main/cup/sql_parser.cup Outdated
@morningmanmorningman added area/load Issues or PRs related to all kinds of load kind/feature Categorizes issue or PR as related to a new feature. labels Jul 27, 2020
@yangzhg
yangzhgforce-pushed the support_batch_delete_in_fe branch from 9c9cd6a to f93b6cbCompareJuly 28, 2020 03:27
@yangzhg
yangzhgforce-pushed the support_batch_delete_in_fe branch from 18be7a3 to a7ac789CompareJuly 30, 2020 14:41

@imayimay left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should discuss about this feature.

@yangzhgyangzhg closed this Aug 10, 2020
@yangzhg
yangzhg deleted the support_batch_delete_in_fe branch September 14, 2020 01:47
BiteTheDDDDt pushed a commit to BiteTheDDDDt/incubator-doris that referenced this pull request Sep 1, 2025
apache#4141)
… (apache#52013)
```
2025-06-19 15:58:44,191 ERROR (cloud tablet rebalancer|277) [Daemon.run():121] daemon thread got exception. name: cloud tablet rebalancer
java.util.ConcurrentModificationException: null
at java.util.HashMap$HashIterator.nextNode(HashMap.java:1597) ~[?:?]
at java.util.HashMap$KeyIterator.next(HashMap.java:1620) ~[?:?]
at org.apache.doris.cloud.catalog.CloudTabletRebalancer.checkInflghtWarmUpCacheAsync(CloudTabletRebalancer.java:421) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.cloud.catalog.CloudTabletRebalancer.runAfterCatalogReady(CloudTabletRebalancer.java:257) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.common.util.MasterDaemon.runOneCycle(MasterDaemon.java:58) ~[doris-fe.jar:1.2-SNAPSHOT]
at org.apache.doris.common.util.Daemon.run(Daemon.java:119) ~[doris-fe.jar:1.2-SNAPSHOT]
```
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/loadIssues or PRs related to all kinds of loadkind/featureCategorizes issue or PR as related to a new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@yangzhg@imay@morningman