Skip to content

Conversation

@yangzhg
Copy link
Member

@yangzhg yangzhg commented Jul 22, 2020

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 yangzhg force-pushed the support_batch_delete_in_fe branch from 90464ce to 99cd221 Compare July 27, 2020 03:03
@yangzhg yangzhg self-assigned this Jul 27, 2020
@yangzhg yangzhg requested review from EmmyMiao87 and morningman and removed request for EmmyMiao87 July 27, 2020 06:02
@morningman morningman 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 yangzhg force-pushed the support_batch_delete_in_fe branch from 9c9cd6a to f93b6cb Compare July 28, 2020 03:27
@yangzhg yangzhg force-pushed the support_batch_delete_in_fe branch from 18be7a3 to a7ac789 Compare July 30, 2020 14:41
Copy link
Contributor

@imay imay left a comment

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.

@yangzhg yangzhg 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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/load Issues or PRs related to all kinds of load kind/feature Categorizes issue or PR as related to a new feature.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants