You are viewing a plain text version of this content. The canonical link for it is here.
- [1/9] helix git commit: Make synchronized for AsyncCallback.startTimer to avoid race condition - posted by lx...@apache.org on 2017/02/02 17:53:21 UTC, 0 replies.
- [2/9] helix git commit: Add test for SEMI_AUTO - posted by lx...@apache.org on 2017/02/02 17:53:22 UTC, 0 replies.
- [3/9] helix git commit: More specific log message when verification is in progress - posted by lx...@apache.org on 2017/02/02 17:53:23 UTC, 0 replies.
- [4/9] helix git commit: Move HelixUtil.get*Path to PropertyPathBuilder - posted by lx...@apache.org on 2017/02/02 17:53:24 UTC, 0 replies.
- [5/9] helix git commit: Refactor isClusterSetup log structure for debugging purpose - posted by lx...@apache.org on 2017/02/02 17:53:25 UTC, 0 replies.
- [6/9] helix git commit: Rename PropertyPathConfig to PropertyPathBuilder - posted by lx...@apache.org on 2017/02/02 17:53:26 UTC, 0 replies.
- [7/9] helix git commit: Rename PropertyPathConfig to PropertyPathBuilder - posted by lx...@apache.org on 2017/02/02 17:53:27 UTC, 0 replies.
- [8/9] helix git commit: Assign orders for tests in TestSchedulerMessage - posted by lx...@apache.org on 2017/02/02 17:53:28 UTC, 0 replies.
- [9/9] helix git commit: Replace HelixDataAccessor.createProperty with more specific methods - posted by lx...@apache.org on 2017/02/02 17:53:29 UTC, 0 replies.
- [01/38] helix git commit: Minor fix: Do not set MaxPartitionPerNode in IdealState if it is not greater than 0. - posted by lx...@apache.org on 2017/02/08 17:59:36 UTC, 0 replies.
- [02/38] helix git commit: Support of client's customized threadpool for state-transition message handling. - posted by lx...@apache.org on 2017/02/08 17:59:37 UTC, 0 replies.
- [03/38] helix git commit: Deprecated AutoModeISBuilder and AutoRebalanceModeIsBuilder and created SemiAutoISBuilder and FullAutoISBuilder instead. - posted by lx...@apache.org on 2017/02/08 17:59:38 UTC, 0 replies.
- [04/38] helix git commit: Add option to allow persisting best possible partition assignment in IdealState for semi-auto and full-auto modes. - posted by lx...@apache.org on 2017/02/08 17:59:39 UTC, 0 replies.
- [05/38] helix git commit: Add Multi-round CRUSH rebalance strategy. - posted by lx...@apache.org on 2017/02/08 17:59:40 UTC, 0 replies.
- [06/38] helix git commit: Refactor: put all cluster verifiers into a sub-module of tools. - posted by lx...@apache.org on 2017/02/08 17:59:41 UTC, 0 replies.
- [07/38] helix git commit: Refactor: put all cluster verifiers into a sub-module of tools. - posted by lx...@apache.org on 2017/02/08 17:59:42 UTC, 0 replies.
- [08/38] helix git commit: Refactor: put all cluster verifiers into a sub-module of tools. - posted by lx...@apache.org on 2017/02/08 17:59:43 UTC, 0 replies.
- [09/38] helix git commit: Restructure ClusterVerifiers. Add HelixClusterVerifier interface, add abstract class ZkHelixClusterVerifier, and a BestPossibleExternViewVerifier implementation. - posted by lx...@apache.org on 2017/02/08 17:59:44 UTC, 0 replies.
- [10/38] helix git commit: Add StrictMatchExternalViewVerifier that verifies whether the ExternalViews of given resources (or all resources in the cluster) match exactly as its ideal mapping (in idealstate). - posted by lx...@apache.org on 2017/02/08 17:59:45 UTC, 0 replies.
- [11/38] helix git commit: Add support for flexible hirerachy representation of a cluster topology. - posted by lx...@apache.org on 2017/02/08 17:59:46 UTC, 0 replies.
- [12/38] helix git commit: Fix BestPossibleExternalViewVerifier toString NPE - posted by lx...@apache.org on 2017/02/08 17:59:47 UTC, 0 replies.
- [13/38] helix git commit: participant syncs session id to controller - posted by lx...@apache.org on 2017/02/08 17:59:48 UTC, 0 replies.
- [14/38] helix git commit: Add logs for session sync messages - posted by lx...@apache.org on 2017/02/08 17:59:49 UTC, 0 replies.
- [15/38] helix git commit: Add a mbean for participant and emit received msgs - posted by lx...@apache.org on 2017/02/08 17:59:50 UTC, 0 replies.
- [16/38] helix git commit: Persist session change history with timestamp for each participant. - posted by lx...@apache.org on 2017/02/08 17:59:51 UTC, 0 replies.
- [17/38] helix git commit: Refactor: rename ParticipantManagerHelper to ParticipantManager and move all logic to handle new participant session into the ParticipangManager. - posted by lx...@apache.org on 2017/02/08 17:59:52 UTC, 0 replies.
- [18/38] helix git commit: Add reset() method to MockParticipantManager to allow reuse of the participant. - posted by lx...@apache.org on 2017/02/08 17:59:53 UTC, 0 replies.
- [19/38] helix git commit: Refactor: add AbstractRebalancer as an abstract class, which contains the default implementations as well as utility functions that will be used by all specific rebalancers. - posted by lx...@apache.org on 2017/02/08 17:59:54 UTC, 0 replies.
- [20/38] helix git commit: Refactor: add AbstractRebalancer as an abstract class, which contains the default implementations as well as utility functions that will be used by all specific rebalancers. - posted by lx...@apache.org on 2017/02/08 17:59:55 UTC, 0 replies.
- [21/38] helix git commit: Persist participant's offline timestamp in ParticipantHistory. - posted by lx...@apache.org on 2017/02/08 17:59:56 UTC, 0 replies.
- [22/38] helix git commit: Revert "add a mbean for participant and emit received msgs" - posted by lx...@apache.org on 2017/02/08 17:59:57 UTC, 0 replies.
- [23/38] helix git commit: Rename ParticipantMonitor class - posted by lx...@apache.org on 2017/02/08 17:59:58 UTC, 0 replies.
- [24/38] helix git commit: More refactors on rebalancer releated pipelines. 1) Move get rebalancer and mappingCalculator logics out to separate methods to make the main flow clearer. 2) Move definition of ANY_LIVEINSTANCE from HelixConstants to IdealState - posted by lx...@apache.org on 2017/02/08 17:59:59 UTC, 0 replies.
- [25/38] helix git commit: Add a messaging monitoring mbean to ParticipantStatusMonitor object. - posted by lx...@apache.org on 2017/02/08 18:00:00 UTC, 0 replies.
- [26/38] helix git commit: Persist assignment map using specific format for MasterSlave resources (This is a short-term solution, we should get rid of this asap). - posted by lx...@apache.org on 2017/02/08 18:00:01 UTC, 0 replies.
- [27/38] helix git commit: New DelayedAutoRebalancer featured with delayed partition movements during rebalancing. - posted by lx...@apache.org on 2017/02/08 18:00:02 UTC, 0 replies.
- [28/38] helix git commit: New DelayedAutoRebalancer featured with delayed partition movements during rebalancing. - posted by lx...@apache.org on 2017/02/08 18:00:03 UTC, 0 replies.
- [29/38] helix git commit: Log improvement: add resource name to logs in different places. - posted by lx...@apache.org on 2017/02/08 18:00:04 UTC, 0 replies.
- [30/38] helix git commit: Add more messaging metrics to participant. - posted by lx...@apache.org on 2017/02/08 18:00:05 UTC, 0 replies.
- [31/38] helix git commit: Add cluster-level and resource-level config option to allow disable delayed rebalance of entire cluster or individual resource. - posted by lx...@apache.org on 2017/02/08 18:00:06 UTC, 0 replies.
- [32/38] helix git commit: Refactor/renames the instances releated methods in ClusterDataCache. - posted by lx...@apache.org on 2017/02/08 18:00:07 UTC, 0 replies.
- [33/38] helix git commit: Persist the timestamp along with controller leader change history. - posted by lx...@apache.org on 2017/02/08 18:00:08 UTC, 0 replies.
- [34/38] helix git commit: Persist controller leader change history with timestamp for each leader controller. - posted by lx...@apache.org on 2017/02/08 18:00:09 UTC, 0 replies.
- [35/38] helix git commit: Move all options from IdealState to ResourceConfig, add Bulder for building ResourceConfig, and a new RebalanceConfig to hold all rebalance options for a resource. - posted by lx...@apache.org on 2017/02/08 18:00:10 UTC, 0 replies.
- [36/38] helix git commit: Fix a bug in BestPossibleExternalViewVerifier. - posted by lx...@apache.org on 2017/02/08 18:00:11 UTC, 0 replies.
- [37/38] helix git commit: Fix bug in AutoRebalanceStrategy to try to assign orphan replicas to its preferred nodes instead of random nodes.` - posted by lx...@apache.org on 2017/02/08 18:00:12 UTC, 0 replies.
- [38/38] helix git commit: Avoid moving partitions unnecessarily when auto-rebalancing using default AutoRebalanceStrategy. - posted by lx...@apache.org on 2017/02/08 18:00:13 UTC, 0 replies.
- helix git commit: Added new DataSource values LIVEINSTANCES and INSTANCES and made CriteriaEvaluator support them - posted by lx...@apache.org on 2017/02/08 23:02:08 UTC, 0 replies.
- helix git commit: Import EvaluateCriteria change from master branch - posted by lx...@apache.org on 2017/02/09 19:08:24 UTC, 0 replies.
- [jira] [Created] (HELIX-653) Enable/disable partition for instance resource specific - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 19:40:41 UTC, 0 replies.
- helix git commit: Fix build for package changed - posted by lx...@apache.org on 2017/02/09 19:42:24 UTC, 0 replies.
- [jira] [Commented] (HELIX-653) Enable/disable partition for instance resource specific - posted by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/02/09 19:44:42 UTC, 2 replies.
- helix git commit: [HELIX-653] Fix enable/disable partition in instances for resource specific - posted by lx...@apache.org on 2017/02/09 21:24:28 UTC, 0 replies.
- helix git commit: Fix the java 8 issue. - posted by lx...@apache.org on 2017/02/09 21:26:48 UTC, 0 replies.
- helix git commit: Fix ResourceConfig validation - posted by lx...@apache.org on 2017/02/09 22:07:46 UTC, 0 replies.
- [jira] [Updated] (HELIX-607) NPE while deleting a job from recurrent job queue - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:12:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-653) Enable/disable partition for instance resource specific - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:12:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-607) NPE while deleting a job from recurrent job queue - posted by "Lei Xia (JIRA)" <ji...@apache.org> on 2017/02/09 22:13:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-649) Fix StateModelDef name is not consistent - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:14:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-649) Fix StateModelDef name is not consistent - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:14:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-650) Need a configurable state transition timeout setting - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:14:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-650) Need a configurable state transition timeout setting - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:14:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-648) Extend WorkflowConfig and JobConfig to ResourceConfig - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:15:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-648) Extend WorkflowConfig and JobConfig to ResourceConfig - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:15:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-644) Add accessor method for getting zkSerializer from ZkClient - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:15:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-644) Add accessor method for getting zkSerializer from ZkClient - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:15:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-645) Task State Model INIT priority number is wrong - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:15:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-645) Task State Model INIT priority number is wrong - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:15:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-642) Disable the participant instance once it disconnected due to unstable ZK - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:16:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-642) Disable the participant instance once it disconnected due to unstable ZK - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:16:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-641) Add total message recevied for each instance - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:16:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-643) Make instance variables in DistClusterControllerStateModel as protected fields - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:16:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-641) Add total message recevied for each instance - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:16:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-643) Make instance variables in DistClusterControllerStateModel as protected fields - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:16:41 UTC, 0 replies.
- [jira] [Reopened] (HELIX-639) ZKHelixAdmin enableInstance will enable/disable all partitions - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:19:41 UTC, 0 replies.
- [jira] [Closed] (HELIX-639) ZKHelixAdmin enableInstance will enable/disable all partitions - posted by "Junkai Xue (JIRA)" <ji...@apache.org> on 2017/02/09 22:19:41 UTC, 1 replies.
- helix git commit: Support cancel tasks with synchronized check task status - posted by lx...@apache.org on 2017/02/09 22:27:46 UTC, 0 replies.