-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
#6336 causes overlord console page loading to be extreme slow #6726
Comments
Is this still an issue in the latest code? |
Yes, it is. I have made some improvement in my druid code, I'll open a PR to patch this when I'm not busy. |
I suggest use the Fine-Grained Lock resolve this kind issues. I think we could push down lock action to the TaskLock level. Giant lock is used to approve TaskLock, and TaskLock is work for the real business. We could implement TaskLockType with ReadWriteLock, but I haven't go through the whole picture. |
@QiuMM thanks. I'm looking forward to your PR. @FaxianZhao yeah, fine-grained locking would mitigate this issue. But, synchronizing I think the best way to handle this is synchronizing segmentId allocation per dataSource per interval as @QiuMM did here. |
This issue has been marked as stale due to 280 days of inactivity. |
As discussed in #6336 (comment), I think we should revert #6336 first and find a better way to complete #6336. How do you think @FaxianZhao @jihoonson.
The text was updated successfully, but these errors were encountered: