[GitHub] helix pull request #299: Remove unused _forceRebalanceTimer from GenericHeli...

2019-02-05 Thread mebe
GitHub user mebe opened a pull request: https://github.com/apache/helix/pull/299 Remove unused _forceRebalanceTimer from GenericHelixController `GenericHelixController. _forceRebalanceTimer` is a non-daemon `Timer` thread. It is started in the initializer of

[GitHub] helix pull request #300: Daemonize SubscribeChangeEventProcessor thread in C...

2019-02-05 Thread mebe
GitHub user mebe opened a pull request: https://github.com/apache/helix/pull/300 Daemonize SubscribeChangeEventProcessor thread in CallbackProcessor `CallbackProcessor.SubscribeChangeEventProcessor` is a `DedupEventProcessor extends Thread`. It is started in a static initializer in

[GitHub] helix pull request #298: Bump up ivy versions

2019-01-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/298 ---

[GitHub] helix pull request #298: Bump up ivy versions

2019-01-29 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/298 Bump up ivy versions From 0.8.3-SNAPSHOT to 0.8.4-SNAPSHOT to make it consistent with pom.xml You can merge this pull request into a Git repository by running: $ git pull

[GitHub] helix pull request #297: ZkClient related improvments

2019-01-28 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/297 ---

[GitHub] helix pull request #297: ZkClient related improvments

2019-01-25 Thread jiajunwang
Github user jiajunwang commented on a diff in the pull request: https://github.com/apache/helix/pull/297#discussion_r251134740 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/zookeeper/ZkConnection.java --- @@ -84,6 +83,25 @@ public void close() throws

[GitHub] helix pull request #297: ZkClient related improvments

2019-01-24 Thread lei-xia
Github user lei-xia commented on a diff in the pull request: https://github.com/apache/helix/pull/297#discussion_r250807912 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/zookeeper/ZkConnection.java --- @@ -84,6 +83,25 @@ public void close() throws

[GitHub] helix pull request #297: ZkClient related improvments

2019-01-24 Thread lei-xia
Github user lei-xia commented on a diff in the pull request: https://github.com/apache/helix/pull/297#discussion_r250795524 --- Diff: helix-core/src/main/java/org/apache/helix/manager/zk/CallbackHandler.java --- @@ -674,12 +684,24 @@ public void handleChildChange(String

[GitHub] helix pull request #297: ZkClient related improvments

2019-01-11 Thread jiajunwang
GitHub user jiajunwang opened a pull request: https://github.com/apache/helix/pull/297 ZkClient related improvments We identify 2 potential issues that may cause a retrying ZK operation failed unexpectedly. These commits fix the problem. You can merge this pull request into a Git

[GitHub] helix pull request #296: Skip resources with state model def ref as Task dur...

2018-11-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/296 ---

[GitHub] helix pull request #296: Skip resources with state model def ref as Task dur...

2018-11-14 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/296 Skip resources with state model def ref as Task during top state handoff We should not report top state handoff for resources with state model def ref as "Task" as this is meaningless and creates

[GitHub] helix pull request #295: PR

2018-11-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/295 ---

[GitHub] helix pull request #295: PR

2018-11-13 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/295 PR You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix master Alternatively you can review and apply these changes as the patch at:

[GitHub] helix pull request #294: Implement view cluster aggregator

2018-11-02 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/294 Implement view cluster aggregator Based on #266 , design of helix view aggregator, here is the implementation. Helix view aggregator will be a different module under helix repo, and the impl will

[GitHub] helix pull request #293: PR

2018-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/293 ---

[GitHub] helix pull request #293: PR

2018-11-02 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/293 PR You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix master Alternatively you can review and apply these changes as the patch at:

[GitHub] helix pull request #292: [HELIX-785] Record helix latency instead of user la...

2018-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/292 ---

[GitHub] helix pull request #292: [HELIX-785] Record helix latency instead of user la...

2018-11-02 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/292 [HELIX-785] Record helix latency instead of user latency in top state handoff metrics - top state handoff reports helix latency instead of user latency - modified test cases You can merge this

[GitHub] helix pull request #291: Fix unstable TestControllerLeadershipChange

2018-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/291 ---

[GitHub] helix pull request #290: fix potential NPE in TopStateHandoffReportStage

2018-11-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/290 ---

[GitHub] helix pull request #289: [HELIX-780] add task user content related api and a...

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/289 ---

[GitHub] helix pull request #291: Fix unstable TestControllerLeadershipChange

2018-11-01 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/291 Fix unstable TestControllerLeadershipChange - make setLeader more reliable - restart participant after manager 1 regain leadership - use cluster verifier to wait for cluster converge You can

[GitHub] helix pull request #290: fix potential NPE in TopStateHandoffReportStage

2018-11-01 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/290 fix potential NPE in TopStateHandoffReportStage You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhan849/helix harry/minor-fixes Alternatively

[GitHub] helix pull request #289: [HELIX-780] add task user content related api and a...

2018-11-01 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/289 [HELIX-780] add task user content related api and added more tests - added get/add task user content rest api - consolidated rest api behavior: when getting/adding user content, if job/workflow

[GitHub] helix pull request #288: PR

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/288 ---

[GitHub] helix pull request #288: PR

2018-11-01 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/288 PR You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix master Alternatively you can review and apply these changes as the patch at:

[GitHub] helix pull request #273: UI: Front page minor adjustment

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/273 ---

[GitHub] helix pull request #287: [HELIX-780] add get/add job user content rest api

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/287 ---

[GitHub] helix pull request #287: [HELIX-780] add get/add job user content rest api

2018-11-01 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/287 [HELIX-780] add get/add job user content rest api added apis and tests You can merge this pull request into a Git repository by running: $ git pull https://github.com/zhan849/helix

[GitHub] helix pull request #285: [HELIX-779] do not clean list field in maintenance ...

2018-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/285 ---

[GitHub] helix pull request #285: [HELIX-779] do not clean list field in maintenance ...

2018-11-01 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/285 [HELIX-779] do not clean list field in maintenance rebalancer for new resources Setting list fields to empty map will prevent newly added and initially rebalanced resources during maintenance mode

[GitHub] helix pull request #284: PR

2018-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/284 ---

[GitHub] helix pull request #284: PR

2018-10-31 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/284 PR You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix master Alternatively you can review and apply these changes as the patch at:

[GitHub] helix pull request #283: [HELIX-775] consolidate user content related apis f...

2018-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/283 ---

[GitHub] helix pull request #283: [HELIX-775] consolidate user content related apis f...

2018-10-31 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/283 [HELIX-775] consolidate user content related apis for task driver HELIX-1315: consolidate user content related apis for task driver To consolidate task driver user content related apis,

[GitHub] helix pull request #282: [HELIX-775] add task driver support for helix rest ...

2018-10-31 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/282 [HELIX-775] add task driver support for helix rest to add/get task fr… …amework user content consolidate user content related apis for task driver To consolidate task

[GitHub] helix pull request #281: [HELIX-773] add getLastScheduledTaskTimestamp infor...

2018-10-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/281 ---

[GitHub] helix pull request #281: [HELIX-773] add getLastScheduledTaskTimestamp infor...

2018-10-30 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/281 [HELIX-773] add getLastScheduledTaskTimestamp information in workflow rest API - Added TaskExecutionInfo object to wrap task execution information - added TaskExecutionInfo to last scheduled

[GitHub] helix pull request #279: Check in the intermediate state calculate stage for...

2018-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/279 ---

[GitHub] helix pull request #280: [HELIX-772] add TaskDriver.addUserContent() api and...

2018-10-30 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/280 [HELIX-772] add TaskDriver.addUserContent() api and related tests Implemented TaskDriver.addUserContent() Added test (TestGetSetUserContentStore) for testing all getter/setter for user

[GitHub] helix pull request #279: Check in the intermediate state calculate stage for...

2018-10-30 Thread jiajunwang
GitHub user jiajunwang opened a pull request: https://github.com/apache/helix/pull/279 Check in the intermediate state calculate stage for best possible state. Resource rebalance pipeline should continuously processing resource even some resources cannot be calculated. This is

[GitHub] helix pull request #278: [HELIX-771] More detailed top state handoff metrics

2018-10-30 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/278 [HELIX-771] More detailed top state handoff metrics Added more details about top state handoff to distinguish helix latency and user latency We define there are 2 types of handoff

[GitHub] helix pull request #277: [HELIX-770] HELIX: Fix a possible NPE in loadBalanc...

2018-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/277 ---

[GitHub] helix pull request #277: [HELIX-770] HELIX: Fix a possible NPE in loadBalanc...

2018-10-29 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/277 [HELIX-770] HELIX: Fix a possible NPE in loadBalance in IntermediateS… …tateCalcStage In isLoadBalanceDownwardForAllReplicas() in IntermediateStateCalcStage, statePriorityMap was

[GitHub] helix pull request #276: PR

2018-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/276 ---

[GitHub] helix pull request #276: PR

2018-10-29 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/276 PR You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix master Alternatively you can review and apply these changes as the patch at:

[GitHub] helix pull request #275: PR

2018-10-29 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/275 ---

[GitHub] helix pull request #275: PR

2018-10-26 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/275 PR You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix master Alternatively you can review and apply these changes as the patch at:

[GitHub] helix pull request #270: [HELIX-753] Record top state handoff finished in si...

2018-10-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/270 ---

Re: [GitHub] helix pull request #266: Propose design for aggregated cluster view service

2018-10-24 Thread Hao Zhang
Really appreciate your time and explanation! Lets summarize here the pros and cons for using Observer and View Aggregator. (I should really have included this section in design doc and will add to it.) *Observer* Pros: - Existing ZK component, officially supported by community, and

Re: [GitHub] helix pull request #266: Propose design for aggregated cluster view service

2018-10-23 Thread kishore g
What you are proposing is no different from an Observer (without consistency guarantees) etc. Initially, this might look simple but once we start handling all the edge cases, it will start looking more like Observer. “Observers forward these requests to the Leader like Followers do, but they then

Re: [GitHub] helix pull request #266: Propose design for aggregated cluster view service

2018-10-23 Thread Hao Zhang
I agree that it is undoubtedly true that using native ZooKeeper observer has big advantage such that it also provides clients with ordered events, but our use cases (i.e. administration, federation, or Ambry’s data replication and serving requests from remote) are just not latency sensitive and

[GitHub] helix pull request #266: Propose design for aggregated cluster view service

2018-10-23 Thread zhan849
Github user zhan849 commented on a diff in the pull request: https://github.com/apache/helix/pull/266#discussion_r227597163 --- Diff: designs/aggregated-cluster-view/design.md --- @@ -0,0 +1,353 @@ +Aggregated Cluster View Design +== +

[GitHub] helix pull request #266: Propose design for aggregated cluster view service

2018-10-23 Thread zhan849
Github user zhan849 commented on a diff in the pull request: https://github.com/apache/helix/pull/266#discussion_r227562948 --- Diff: designs/aggregated-cluster-view/design.md --- @@ -0,0 +1,353 @@ +Aggregated Cluster View Design +== +

[GitHub] helix pull request #273: [UI] Front page minor adjustment

2018-10-21 Thread hivivo
GitHub user hivivo opened a pull request: https://github.com/apache/helix/pull/273 [UI] Front page minor adjustment ### Changes - Capitalized service names and increased the font size - Synced `yarn.lock` to prepare for yarn migration ### Tested Done - Manually

[GitHub] helix pull request #266: Propose design for aggregated cluster view service

2018-10-21 Thread kishoreg
Github user kishoreg commented on a diff in the pull request: https://github.com/apache/helix/pull/266#discussion_r226866903 --- Diff: designs/aggregated-cluster-view/design.md --- @@ -0,0 +1,353 @@ +Aggregated Cluster View Design +== +

[GitHub] helix pull request #272: Support for maintenance mode

2018-10-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/272 ---

[GitHub] helix pull request #272: Support for maintenance mode

2018-10-17 Thread hivivo
GitHub user hivivo opened a pull request: https://github.com/apache/helix/pull/272 Support for maintenance mode - Add maintenance mode support - Polished login process You can merge this pull request into a Git repository by running: $ git pull

[GitHub] helix pull request #271: [HELIX-756] TASK: Change LOG mode from info to debu...

2018-09-25 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/271 [HELIX-756] TASK: Change LOG mode from info to debug You can merge this pull request into a Git repository by running: $ git pull https://github.com/narendly/helix master Alternatively you

[GitHub] helix pull request #270: [HELIX-753] Record top state handoff finished in si...

2018-09-21 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/270 [HELIX-753] Record top state handoff finished in single cluster data cache refresh This PR adds top state handoff reporting when a single pipeline refresh catches the entire handoff process, which

[GitHub] helix pull request #268: [HELIX-751] TASK: Fix AssignableInstanceComparator ...

2018-09-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/268 ---

[GitHub] helix pull request #269: [HELIX-752] Add missing shutdown for RoutingTablePr...

2018-09-19 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/269 [HELIX-752] Add missing shutdown for RoutingTableProvider Changelist: 1. Add a missing shutdown() call to avoid having a background thread keep printing out error messages You can merge this

[GitHub] helix pull request #268: TASK: Fix AssignableInstanceComparator so that it s...

2018-09-19 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/268 TASK: Fix AssignableInstanceComparator so that it sorts unsupported quota types …nsupported quota types Currently, if the quota type does not exist, it will not sort AssignableInstances

[GitHub] helix pull request #267: Fix P2P message logic in controller to avoid sendin...

2018-09-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/267 ---

[GitHub] helix pull request #267: Fix P2P message logic in controller to avoid sendin...

2018-09-17 Thread lei-xia
GitHub user lei-xia opened a pull request: https://github.com/apache/helix/pull/267 Fix P2P message logic in controller to avoid sending duplicated messages to participants You can merge this pull request into a Git repository by running: $ git pull

[GitHub] helix pull request #266: Propose design for aggregated cluster view service

2018-08-20 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/266 Propose design for aggregated cluster view service This PR adds a design doc for aggregated cluster view service. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] helix pull request #265: Workflow support & Cluster dashboard & LDAP

2018-08-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/265 ---

[GitHub] helix pull request #265: Workflow support & Cluster dashboard & LDAP

2018-08-08 Thread hivivo
GitHub user hivivo opened a pull request: https://github.com/apache/helix/pull/265 Workflow support & Cluster dashboard & LDAP - Workflow DAG and pause/resume - Cluster dashboard view - LDAP login support You can merge this pull request into a Git repository by running:

[GitHub] helix pull request #254: Use polling verifier instead of hard-coded sleep in...

2018-07-31 Thread lei-xia
Github user lei-xia closed the pull request at: https://github.com/apache/helix/pull/254 ---

[GitHub] helix pull request #264: bump ivy file versions and disable helix-front buil...

2018-07-31 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/264 ---

[GitHub] helix pull request #263: [TASK] Fix removeJob so its behavior is more consis...

2018-07-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/263 ---

[GitHub] helix pull request #262: [TASK] Make AssignableInstanceManager listen on dat...

2018-07-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/262 ---

[GitHub] helix pull request #261: [TASK] Allow undefined workflow/job types to be ass...

2018-07-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/261 ---

[GitHub] helix pull request #260: [TASK] Fix purgeExpiredJobs() so that jobs whose re...

2018-07-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/260 ---

[GitHub] helix pull request #263: [TASK] Fix removeJob so its behavior is more consis...

2018-07-24 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/263 [TASK] Fix removeJob so its behavior is more consistent with removeWorkflow …oveWorkflow Change the behavior of removeJob() so that it's more consistent with removeWorkflow(). This RB

[GitHub] helix pull request #262: [TASK] Make AssignableInstanceManager listen on dat...

2018-07-24 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/262 [TASK] Make AssignableInstanceManager listen on data changes to update AssignableInstances …update AssignableInstances Previously, although AssignableInstanceManager provided an API for

[GitHub] helix pull request #261: [TASK] Allow undefined workflow/job types to be ass...

2018-07-24 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/261 [TASK] Allow undefined workflow/job types to be assigned as DEFAULT type …ULT type Previously, we ignored undefined types, that is workflow/job types that are not defined in

[GitHub] helix pull request #260: [TASK] Fix purgeExpiredJobs() so that jobs whose re...

2018-07-24 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/260 [TASK] Fix purgeExpiredJobs() so that jobs whose removal has failed do not get removed from DAG …led do not get removed from DAG Previously, even if the job removal had failed, Task

[GitHub] helix pull request #259: [helix-front] Workflow job list and toggler for clu...

2018-07-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/259 ---

[GitHub] helix pull request #258: [HELIX-741] make swap instance more robust and idem...

2018-07-23 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/258 ---

[GitHub] helix pull request #259: [helix-front] Workflow job list and toggler for clu...

2018-07-18 Thread hivivo
GitHub user hivivo opened a pull request: https://github.com/apache/helix/pull/259 [helix-front] Workflow job list and toggler for cluster list You can merge this pull request into a Git repository by running: $ git pull https://github.com/hivivo/helix master Alternatively

[GitHub] helix pull request #258: [HELIX-741] make swap instance more robust and idem...

2018-07-17 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/258 [HELIX-741] make swap instance more robust and idempotent Made swap instance more robust: 1. List ideal state names and read ideal state individually to avoid partial read 2. remove

[GitHub] helix pull request #257: [HELIX-740] check NPE in getInstancesInClusterWithT...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/257 ---

[GitHub] helix pull request #257: [HELIX-740] check NPE in getInstancesInClusterWithT...

2018-07-17 Thread zhan849
GitHub user zhan849 opened a pull request: https://github.com/apache/helix/pull/257 [HELIX-740] check NPE in getInstancesInClusterWithTag and throw more meaningful exception Added cluster config check in `getInstancesInClusterWithTag()` and throw IllegalStateException when

[GitHub] helix pull request #256: [TASK] Remove old comments from TestQuotaBasedSched...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/256 ---

[GitHub] helix pull request #255: Remove quotaType APIs and make jobs inherit type fr...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/255 ---

[GitHub] helix pull request #256: [TASK] Remove old comments from TestQuotaBasedSched...

2018-07-17 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/256 [TASK] Remove old comments from TestQuotaBasedScheduling Remove legacy comments that are no longer true to prevent confusion in the future. Changelist: 1. Remove old comments You can merge

[GitHub] helix pull request #255: Remove quotaType APIs and make jobs inherit type fr...

2018-07-17 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/255 Remove quotaType APIs and make jobs inherit type from workflows …kflows For quota-based task scheduling, for each job, we provided get/setQuotaType APIs. However, the use case for

[GitHub] helix pull request #254: Use polling verifier instead of hard-coded sleep in...

2018-07-17 Thread lei-xia
GitHub user lei-xia opened a pull request: https://github.com/apache/helix/pull/254 Use polling verifier instead of hard-coded sleep in tests to reduce test time You can merge this pull request into a Git repository by running: $ git pull https://github.com/lei-xia/helix

[GitHub] helix pull request #253: Sync the local change about RoutingTableProvider an...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/253 ---

[GitHub] helix pull request #253: Sync the local change about RoutingTableProvider an...

2018-07-17 Thread jiajunwang
GitHub user jiajunwang opened a pull request: https://github.com/apache/helix/pull/253 Sync the local change about RoutingTableProvider and related metrics change. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jiajunwang/helix

[GitHub] helix pull request #252: Expose ExternalViews in RoutingTable and RoutingTab...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/252 ---

[GitHub] helix pull request #251: Make AssignmentCalculators non-static so that tests...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/251 ---

[GitHub] helix pull request #250: Modify TestGetLastScheduledTaskTimestamp for increa...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/250 ---

[GitHub] helix pull request #249: Fix test configs for TestRecoveryLoadBalance

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/249 ---

[GitHub] helix pull request #248: helix manager should support getting metadata store...

2018-07-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/helix/pull/248 ---

[GitHub] helix pull request #252: Expose ExternalViews in RoutingTable and RoutingTab...

2018-07-16 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/252 Expose ExternalViews in RoutingTable and RoutingTableSnap… …shot Exposing ExternalViews in RoutingTable allows users an easy access to ExternalViews to track resource/partition/replica

[GitHub] helix pull request #251: Make AssignmentCalculators non-static so that tests...

2018-07-16 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/251 Make AssignmentCalculators non-static so that tests pass With the introduction of quota-based scheduling, every task that gets scheduled takes up a thread. However, previously these

[GitHub] helix pull request #250: Modify TestGetLastScheduledTaskTimestamp for increa...

2018-07-16 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/250 Modify TestGetLastScheduledTaskTimestamp for increased stability …ability This test was experiencing an intermittent failure. No inherent faults of its own, but sometimes tasks were not

[GitHub] helix pull request #249: Fix test configs for TestRecoveryLoadBalance

2018-07-16 Thread narendly
GitHub user narendly opened a pull request: https://github.com/apache/helix/pull/249 Fix test configs for TestRecoveryLoadBalance There was a fix checked in for NumberOfErrorOrRecoveryPartitionThreshold in IntermediateStateCalcStage from less than equal to to strictly less than.

  1   2   3   4   5   6   7   8   >