clear
query|
facets|
time |
Search criteria: .
Results from 1 to 10 from
41 (0.0s).
|
|
|
Loading phrases to help you refine your search...
|
[expand - 2 more]
[collapse]
-
reduce erros rate during service deploy -
Helix - [mail # user]
|
...That totally makes sense. Thank you!On Wed, Apr 18, 2018 at 6:49 PM, kishore g wrote:> sorry for not being clear in the previous email. The solution I described> is completely ou... |
|
|
Author: Bo Liu
, 2018-04-19, 02:29
|
|
|
|
reduce erros rate during service deploy - Helix - [mail # user]
|
...We listen to external view changes and compose a config file of shardmapping in our internal format that is used by our clients.Will shutdownInProgress=true in InstanceConfig get reflected i... |
|
|
Author: Bo Liu ,
2018-04-19, 01:25
|
|
|
reduce erros rate during service deploy - Helix - [mail # user]
|
...Hi folks,We are running a service managed by Helix. When we rolling restart theservice, we first disable instances through Helix before restarting theservice processes in the hope that the r... |
|
|
Author: Bo Liu ,
2018-04-18, 17:44
|
|
|
|
|
[expand - 5 more]
[collapse]
-
protect a cluster during broad range outage -
Helix - [mail # user]
|
...Great, thanks a lot!will try it out tomorrow.On Mon, Mar 19, 2018 at 7:30 PM, Lei Xia wrote:> Here is the commit that adds maintenance mode support if you are> interested in the ... |
|
|
Author: Bo Liu
, 2018-03-20, 03:17
|
|
|
|
protect a cluster during broad range outage - Helix - [mail # user]
|
...Hi Lei,I only saw the code that set the maintenance flag. However, I don't see anycode that reads this flag. Would you point me to the code that implementsthe maintenance mode logic?Thanks,B... |
|
|
Author: Bo Liu ,
2018-03-20, 02:09
|
|
|
protect a cluster during broad range outage - Helix - [mail # user]
|
...Hi Lei,Thank you so much for the detailed information.We were almost about to implement our own logic to generate ideal state tohandle this disaster case (That's why we were looking at the c... |
|
|
Author: Bo Liu ,
2018-03-20, 01:33
|
|
|
protect a cluster during broad range outage - Helix - [mail # user]
|
...Just noticed that we have a cluster config "MAX_OFFLINE_INSTANCES_ALLOWED",which is used inhttps://github.com/apache/helix/blob/master/helix-core/src/main/java/org/apache/helix/controller/st... |
|
|
Author: Bo Liu ,
2018-03-19, 23:07
|
|
|
protect a cluster during broad range outage - Helix - [mail # user]
|
...I agree semi-auto is a safer mode for stateful service. But we will have tocompute ideal state by ourselves (either manually triggered or triggered bylive instance change events). That means... |
|
|
Author: Bo Liu ,
2018-03-07, 06:51
|
|
|
protect a cluster during broad range outage - Helix - [mail # user]
|
...Hi,We are using delayed rebalancer to manage a Master-Slave cluster.In the event when a large portion of a cluster disconnect from ZK (networkpartition, or service crash due to a bug), helix... |
|
|
Author: Bo Liu ,
2018-03-07, 00:30
|
|
|
|
|
[expand - 3 more]
[collapse]
-
Is there a way to reset an OnlineOffline resource? -
Helix - [mail # user]
|
...It turned out to be something related to the configuration attached.It starts to go Offline if I remove this configuration before disabling it.On Fri, Feb 16, 2018 at 10:04 AM, Bo Liu ... |
|
|
Author: Bo Liu
, 2018-02-16, 18:14
|
|
|
|
Is there a way to reset an OnlineOffline resource? - Helix - [mail # user]
|
...Yup, "HELIX_ENABLE" : "false" is in the idealstate for the disabledresource. I randomly checked the zk message path for two hosts, and the zknodes didn't exist. When there is no messages, do... |
|
|
Author: Bo Liu ,
2018-02-16, 18:04
|
|
|
Is there a way to reset an OnlineOffline resource? - Helix - [mail # user]
|
...We tried to disable it through helix ui and restful api.Yes, I think it's not caused by the delay feature. Because the disabledresource stayed at online state forever.On Feb 16, 2018 08:48, ... |
|
|
Author: Bo Liu ,
2018-02-16, 17:04
|
|
|
Is there a way to reset an OnlineOffline resource? - Helix - [mail # user]
|
...We'd like to change all partitions of a resource to Offline state and thenlet Helix to gradually move them to Online state. This will help us easilyrefresh the dataset hosted on the resource... |
|
|
Author: Bo Liu ,
2018-02-16, 15:54
|
|
|
|
|
[expand - 4 more]
[collapse]
-
Throttle at partition level? -
Helix - [mail # user]
|
...Hi Lei,Yes, we'd like at most one transition for a partition.Besides this, we also need instance and cluster level throttling. Can youtake a look at the configuration I posted above. It didn... |
|
|
Author: Bo Liu
, 2018-02-16, 16:59
|
|
|
|
Throttle at partition level? - Helix - [mail # user]
|
...Your input on how to configure Helix for Throttling is appreciated.On Thu, Feb 15, 2018 at 5:09 PM, Bo Liu wrote:> A related question. Is this the proper way to enable instance and ... |
|
|
Author: Bo Liu ,
2018-02-16, 15:55
|
|
|
Throttle at partition level? - Helix - [mail # user]
|
...It can help us simplify Master-Slave state transition.When we bring up a new Slave, we need to set it to replicate from theMaster. If there is a concurrent Master->Slave transition, the t... |
|
|
Author: Bo Liu ,
2018-02-16, 01:33
|
|
|
Throttle at partition level? - Helix - [mail # user]
|
...A related question. Is this the proper way to enable instance and clusterlevel throttling?Basically we want to allow up to 100 concurrent state transitions atcluster level and 2 at instance ... |
|
|
Author: Bo Liu ,
2018-02-16, 01:09
|
|
|
Throttle at partition level? - Helix - [mail # user]
|
...Hi,Does Helix support throttling state transition at partition level?I only find cluster, resource and instance level throttling as below:public enum ThrottleScope { CLUSTER, RES... |
|
|
Author: Bo Liu ,
2018-02-15, 23:19
|
|
|
|
|
[expand - 1 more]
[collapse]
-
what's the proper way to extract DOMAIN information for each instance from external view? -
Helix - [mail # user]
|
...Thanks Kishore!On Tue, Feb 13, 2018 at 4:14 PM, kishore g wrote:> InstanceConfig is typically cached on spectator and updated every time it> changes. You might have to add some a... |
|
|
Author: Bo Liu
, 2018-02-14, 05:34
|
|
|
|
[expand - 1 more]
[collapse]
-
Topology doesn't work as expected -
Helix - [mail # user]
|
...Hi Lei,It worked!Thanks,BoOn Tue, Feb 13, 2018 at 8:10 PM, Lei Xia wrote:> Hi, Bo>> Please add "TOPOLOGY_AWARE_ENABLED" : "true" to your clusterConfig and> try... |
|
|
Author: Bo Liu
, 2018-02-14, 05:34
|
|
|
|
Topology doesn't work as expected - Helix - [mail # user]
|
...Hi Helix Team,I am doing some test for the Helix topologyThe cluster configuration is:DELAY_REBALANCE_DISABLE : "false"DELAY_REBALANCE_ENABLE : "true"DELAY_REBALANCE_TIME : "100000"FAULT_ZON... |
|
|
Author: Bo Liu ,
2018-02-13, 22:48
|
|
|
|
|
[expand - 4 more]
[collapse]
-
build failure for helix-front -
Helix - [mail # user]
|
...Thank you all. It worked!On Wed, Jan 31, 2018 at 3:07 PM, ViVo wrote:> Thanks, Lei!>> Hi Bo,>> Sorry about any inconvenience. By default, the UI is in Read-Only mode. To... |
|
|
Author: Bo Liu
, 2018-02-01, 01:18
|
|
|
|
build failure for helix-front - Helix - [mail # user]
|
...Thanks Lei!Hi Vivo,To provide more context, I am now able to access the UI as attached.However, I couldn't find a place to create clusters, resources, etc. Iguess some additional setup is ne... |
|
|
Author: Bo Liu ,
2018-01-31, 23:01
|
|
|
build failure for helix-front - Helix - [mail # user]
|
...Thank you all for the quick turn around.Another question.Do I need to configure/change anything in helix front so that I can use theadmin features like adding a cluster etc.On Jan 31, 2018 0... |
|
|
Author: Bo Liu ,
2018-01-31, 16:56
|
|
|
build failure for helix-front - Helix - [mail # user]
|
...looks like we just need to change the parent version from 0.6.10-SNAPSHOTto 0.8.0.On Tue, Jan 30, 2018 at 8:50 PM, Bo Liu wrote:> Hi There,>> I am trying to build helix-front ... |
|
|
Author: Bo Liu ,
2018-01-31, 05:01
|
|
|
build failure for helix-front - Helix - [mail # user]
|
...Hi There,I am trying to build helix-front UI by following the instructions onhttps://helix.apache.org/0.8.0-docs/tutorial_ui.htmlHowever, I got the following error when running the "../build... |
|
|
Author: Bo Liu ,
2018-01-31, 04:50
|
|
|
|
|
[VOTE] Apache Helix 0.8.0 Release -
Helix - [mail # dev]
|
...+1 can't wait to try V2 restful API and UI.On Mon, Jan 29, 2018 at 5:53 PM, Lei Xia wrote:> +1>> On Mon, Jan 29, 2018 at 5:13 PM, Xue Junkai wrote:>> > Hi,> ... |
|
|
Author: Bo Liu
, 2018-01-30, 02:13
|
|
|
|
[expand - 5 more]
[collapse]
-
differentiate between bootstrap and a soft failure -
Helix - [mail # user]
|
...After applying those changes, I am still observing the same behavior.On Fri, Jan 26, 2018 at 11:50 AM, Bo Liu wrote:> Thanks Lei, will try it out.> Yes, a tutorial page for this ... |
|
|
Author: Bo Liu
, 2018-01-26, 21:22
|
|
|
|
differentiate between bootstrap and a soft failure - Helix - [mail # user]
|
...Thanks Lei, will try it out.Yes, a tutorial page for this new feature would be very helpful.On Jan 26, 2018 09:49, "Lei Xia" wrote:> Hi, Bo>> That is not the expe... |
|
|
Author: Bo Liu ,
2018-01-26, 19:50
|
|
|
differentiate between bootstrap and a soft failure - Helix - [mail # user]
|
...I tried to run with DelayedAutoRebalancer. When a participant host(localhost_12913) was killed, shards hosted on it were not moved, which isexpected.And the external view for the resource is... |
|
|
Author: Bo Liu ,
2018-01-26, 02:17
|
|
|
differentiate between bootstrap and a soft failure - Helix - [mail # user]
|
...Great, thank you for the prompt reply.Thanks,BoOn Tue, Jan 23, 2018 at 1:47 PM, kishore g wrote:>> 1. Yes, you can set the max transitions constraint on per partitio... |
|
|
Author: Bo Liu ,
2018-01-23, 22:38
|
|
|
differentiate between bootstrap and a soft failure - Helix - [mail # user]
|
...Thanks Kishore & Lei!It's a good point to rely on the data in a local partition to decide if abootstrap is needed or catching up is good enough.'A few more questions.1. is there a way to all... |
|
|
Author: Bo Liu ,
2018-01-23, 19:58
|
|
|
differentiate between bootstrap and a soft failure - Helix - [mail # user]
|
...Hi There,I am using FULL_AUTO with MasterSlave and DelayedAutoRebalancer. How can aparticipant differentiate between these two cases:1) when a participant first joins a cluster, it will be r... |
|
|
Author: Bo Liu ,
2018-01-23, 07:12
|
|
|
|
|
[jira] [Created] (HELIX-671) Introduce github.com/uber-go/go-helix as a Golang participant client library -
Helix - [mail # dev]
|
...Thanks for the contribution!Do we have a formal protocol/API specification for Helix Participant? Thatwill make people building participant client library in other language moreconfident.On ... |
|
|
Author: Bo Liu
, 2018-01-05, 21:56
|
|
|
|
|