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

[fix](split) FileSystemCacheKey are always different in overload equals #36431

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

AshinGau
Copy link
Member

@AshinGau AshinGau commented Jun 18, 2024

bp: #36432

Proposed changes

Fixed Bugs introduced from #34307

  1. FileSystemCacheKey.equals() compares properties by ==, resulting in creating new file system in each partition
  2. dfsFileSystem is not synchronized, resulting in creating more file systems than need.
  3. jobConf.iterator() will produce more than 2000 pairs of key-value
@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@AshinGau
Copy link
Member Author

run buildall

2 similar comments
@AshinGau
Copy link
Member Author

run buildall

@AshinGau
Copy link
Member Author

run buildall

@AshinGau
Copy link
Member Author

run buildall

@AshinGau AshinGau merged commit 7b36e81 into apache:branch-2.1 Jun 20, 2024
20 of 21 checks passed
@morningman morningman mentioned this pull request Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants