You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@helix.apache.org by Kanak Biscuitwala <ka...@apache.org> on 2014/07/15 20:33:41 UTC

Review Request 23515: [HELIX-472] Errors should be cleaned up less frequently

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23515/
-----------------------------------------------------------

Review request for helix, Zhen Zhang and Kishore Gopalakrishna.


Bugs: HELIX-472


Repository: helix-git


Description
-------

commit ca3a5bdaefd1f1c5ae3df4c87b00b29300910dbe
Author: Kanak Biscuitwala <ka...@apache.org>
Date:   Tue Jul 15 11:33:43 2014 -0700

    [HELIX-472] Errors should be cleaned up less frequently

:100644 100644 a0190d2... 2f5f773... M	helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java


Diffs
-----

  helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java a0190d2 

Diff: https://reviews.apache.org/r/23515/diff/


Testing
-------


Thanks,

Kanak Biscuitwala


Re: Review Request 23515: [HELIX-472] Errors should be cleaned up less frequently

Posted by Zhen Zhang <ne...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23515/#review47908
-----------------------------------------------------------

Ship it!


Ship It!

- Zhen Zhang


On July 15, 2014, 9:09 p.m., Kanak Biscuitwala wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23515/
> -----------------------------------------------------------
> 
> (Updated July 15, 2014, 9:09 p.m.)
> 
> 
> Review request for helix, Zhen Zhang and Kishore Gopalakrishna.
> 
> 
> Bugs: HELIX-472
> 
> 
> Repository: helix-git
> 
> 
> Description
> -------
> 
> commit ca3a5bdaefd1f1c5ae3df4c87b00b29300910dbe
> Author: Kanak Biscuitwala <ka...@apache.org>
> Date:   Tue Jul 15 11:33:43 2014 -0700
> 
>     [HELIX-472] Errors should be cleaned up less frequently
> 
> :100644 100644 a0190d2... 2f5f773... M	helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java
> 
> 
> Diffs
> -----
> 
>   helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixManager.java d92cc7d 
>   helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java a0190d2 
>   helix-core/src/test/java/org/apache/helix/integration/TestSchedulerMessage.java 281b306 
>   helix-core/src/test/java/org/apache/helix/monitoring/TestZKPathDataDumpTask.java a3d8ae3 
> 
> Diff: https://reviews.apache.org/r/23515/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Kanak Biscuitwala
> 
>


Re: Review Request 23515: [HELIX-472] Errors should be cleaned up less frequently

Posted by Kanak Biscuitwala <ka...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23515/
-----------------------------------------------------------

(Updated July 15, 2014, 2:09 p.m.)


Review request for helix, Zhen Zhang and Kishore Gopalakrishna.


Changes
-------

Refactored dump task to improve readability, allow separate arguments for status update threshold, error threshold, and max leaf node threshold. Added a test to verify max leaf node threshold works.


Bugs: HELIX-472


Repository: helix-git


Description
-------

commit ca3a5bdaefd1f1c5ae3df4c87b00b29300910dbe
Author: Kanak Biscuitwala <ka...@apache.org>
Date:   Tue Jul 15 11:33:43 2014 -0700

    [HELIX-472] Errors should be cleaned up less frequently

:100644 100644 a0190d2... 2f5f773... M	helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java


Diffs (updated)
-----

  helix-core/src/main/java/org/apache/helix/manager/zk/ZKHelixManager.java d92cc7d 
  helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java a0190d2 
  helix-core/src/test/java/org/apache/helix/integration/TestSchedulerMessage.java 281b306 
  helix-core/src/test/java/org/apache/helix/monitoring/TestZKPathDataDumpTask.java a3d8ae3 

Diff: https://reviews.apache.org/r/23515/diff/


Testing
-------


Thanks,

Kanak Biscuitwala


Re: Review Request 23515: [HELIX-472] Errors should be cleaned up less frequently

Posted by Kishore Gopalakrishna <ki...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/23515/#review47791
-----------------------------------------------------------



helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java
<https://reviews.apache.org/r/23515/#comment83992>

    why did we change it to 96. Can we make this smarter? Always dump once the number of children is X? This will be more useful to debug


- Kishore Gopalakrishna


On July 15, 2014, 6:33 p.m., Kanak Biscuitwala wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/23515/
> -----------------------------------------------------------
> 
> (Updated July 15, 2014, 6:33 p.m.)
> 
> 
> Review request for helix, Zhen Zhang and Kishore Gopalakrishna.
> 
> 
> Bugs: HELIX-472
> 
> 
> Repository: helix-git
> 
> 
> Description
> -------
> 
> commit ca3a5bdaefd1f1c5ae3df4c87b00b29300910dbe
> Author: Kanak Biscuitwala <ka...@apache.org>
> Date:   Tue Jul 15 11:33:43 2014 -0700
> 
>     [HELIX-472] Errors should be cleaned up less frequently
> 
> :100644 100644 a0190d2... 2f5f773... M	helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java
> 
> 
> Diffs
> -----
> 
>   helix-core/src/main/java/org/apache/helix/monitoring/ZKPathDataDumpTask.java a0190d2 
> 
> Diff: https://reviews.apache.org/r/23515/diff/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Kanak Biscuitwala
> 
>