Uh oh!
There was an error while loading. Please reload this page.
HBASE-25894 Improve the performance for region load and region count related cost functions - #3276
Conversation
Apache9
commented
May 18, 2021
Depends on #3274 |
Apache-HBase
commented
May 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 18, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 18, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 18, 2021
💔 -1 overall
This message was automatically generated. |
Apache-HBase
commented
May 18, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 19, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 19, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 19, 2021
🎊 +1 overall
This message was automatically generated. |
Apache9
commented
May 20, 2021
Wrote a simple test to verify the performance improvement After applied HBASE-25873, the result is About 37.8% down of the execution time. |
…related cost functions
Apache-HBase
commented
May 24, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 24, 2021
🎊 +1 overall
This message was automatically generated. |
Apache-HBase
commented
May 24, 2021
🎊 +1 overall
This message was automatically generated. |
…related cost functions (#3276) Signed-off-by: Yi Mei <myimeiyi@gmail.com>
| } | ||
| } | ||
| void setCosts(Consumer<double[]> consumer) { |
There was a problem hiding this comment.
nit: having a setFoo method that is not a simple POJO field assignment is surprising!
There was a problem hiding this comment.
Do you have any suggestion on the naming? fillCosts?
There was a problem hiding this comment.
Not off the top of my head, no. This interface for mutability by an external actor is a little strange. Maybe applyCostsConsumer ?
There was a problem hiding this comment.
OK. Let file another issue to land this naming change.
No description provided.