[GitHub] [hudi] v3nkatesh commented on pull request #1484: [HUDI-316] : Hbase qps repartition writestatus

2020-10-20 Thread GitBox
v3nkatesh commented on pull request #1484: URL: https://github.com/apache/hudi/pull/1484#issuecomment-713192778 > @n3nash I tried to rebase this and noticed that the custom ratelimiter is still a reuse from Guava. Are we still pursuing this PR? Sry for the delay folks, I just came

[GitHub] [hudi] v3nkatesh commented on pull request #1484: [HUDI-316] : Hbase qps repartition writestatus

2020-09-04 Thread GitBox
v3nkatesh commented on pull request #1484: URL: https://github.com/apache/hudi/pull/1484#issuecomment-686984608 > @v3nkatesh are you able to write the rate limiter class yourself? :) if not can @garyli1019 @xushiyan help? @vinothchandar Pushed a custom RateLimiter, pls take a look.

[GitHub] [hudi] v3nkatesh commented on pull request #1484: [HUDI-316] : Hbase qps repartition writestatus

2020-07-06 Thread GitBox
v3nkatesh commented on pull request #1484: URL: https://github.com/apache/hudi/pull/1484#issuecomment-654383402 Hi @vinothchandar Let me know if you will have time for the RateLimiter class. If not I will explore other options, pls let know.

[GitHub] [hudi] v3nkatesh commented on pull request #1484: [HUDI-316] : Hbase qps repartition writestatus

2020-06-24 Thread GitBox
v3nkatesh commented on pull request #1484: URL: https://github.com/apache/hudi/pull/1484#issuecomment-649156492 > In any case, we need unit tests for the RateLimiter class.. > Few alternatives .. > You can maintain the index outside Hudi (index classes are pluggable) > I can write