pirvtech commented on PR #19138: URL: https://github.com/apache/druid/pull/19138#issuecomment-5138754722
I think it will be a useful feature to have, even though it isnt being used currently, such as if different tolerance were desired when tree size is large vs small. On Thu, Jul 30, 2026 at 7:34 PM Kashif Faraz ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In processing/src/main/java/org/apache/druid/timeline/IntervalTreeMap.java > <https://github.com/apache/druid/pull/19138#discussion_r3687641491>: > > > + public int getImbalanceTolerance() > + { > + return imbalanceTolerance; > + } > + > + public void setImbalanceTolerance(int imbalanceTolerance) > > Thanks for the details! > I am just unclear on why we would need to set this after construction. > It is currently not being called anywhere except in tests. > > — > Reply to this email directly, view it on GitHub > <https://github.com/apache/druid/pull/19138?email_source=notifications&email_token=B4WG6F2CHDEYL6GC55SL6P35HQATFA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIOBSGQ4TKMBVGE32M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLDGN5XXIZLSL5RWY2LDNM#discussion_r3687641491>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/B4WG6F3TCQHLTYHN3CETN335HQATFAVCNFSNUABDKJSXA33TNF2G64TZHM3DGNJYGE4DQO2JONZXKZJ3GQYDMMBWG4ZTSNBSUF3AE> > . > Triage notifications, keep track of coding agent tasks and review pull > requests on the go with GitHub Mobile for iOS > <https://github.com/notifications/mobile/ios/B4WG6F55DQIWORISFETIFQL5HQATFA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIOBSGQ4TKMBVGE32M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJKTGN5XXIZLSL5UW64Y> > and Android > <https://github.com/notifications/mobile/android/B4WG6F5KZCNFSRTNNT2725T5HQATFA5CNFSNUABKM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UKJSXM2LFO4XTIOBSGQ4TKMBVGE32M4TFMFZW63VHNVSW45DJN5XKKZLWMVXHJLTGN5XXIZLSL5QW4ZDSN5UWI>. > Download it today! > You are receiving this because you were mentioned.Message ID: > ***@***.***> > -- _____________________________ *Pramod Immaneni* Principal Architect, Data Platform, Strategy & Commercial ***@***.*** 630 - 660 Hansen (Palo Alto, California) -- CONFIDENTIALITY NOTE: This electronic message (including any attachments) may contain information that is privileged, confidential, and proprietary. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is strictly prohibited. If you received this electronic message in error, please immediately reply to the sender that you have received this communication and destroy the material in its entirety, whether in electronic or hard copy format. Although Rivian and VW Group Technology, LLC has taken reasonable precautions to ensure no viruses are present in this email, Rivian and VW Group Technology, LLC accepts no responsibility for any loss or damage arising from the use of this email or attachments. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
