Questions tagged [helix]

The Helix tag is for Apache Helix. For the programmers' editor named Helix, see helix-editor. For the Helix Core VCS system, see perforce.

Apache Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes. Helix automates reassignment of resources in the face of node failure and recovery, cluster expansion, and reconfiguration.

85 questions
1
vote
1 answer

Is it possible to use Apache Helix with any other consensus service?

I want to use Apache Helix with consensus service other than ZooKeeper. Is it possible to do so ? What api's need to be implemented ?
Amar Gajbhiye
  • 484
  • 5
  • 17
1
vote
1 answer

Helix Axis of rotation in matlab

Ingeneral we create a helix using below code t = 0:pi/50:20*pi; st = sin(t); ct = cos(t); plot3(st,ct,t) Using this code, a helix is generated. Can you tell me if there is any command though which I can see the axis of rotation as shown in below…
Wazir
  • 110
  • 1
  • 9
1
vote
1 answer

How to resize a FileModelVisual3D in a helix Viewport with Codebehind WPF

i am a real newbe in the world of helixtoolkit and Graphics 3D. What i make: I have the homework to code a programm which lets you decorate a christmastree with different types of decoration. One type of decoration is a candle. The problem. The…
1
vote
0 answers

arbitrary axis C#

I am currently working on a 3D-Model in C# (WPF) where i am getting data (angles) of servo's which will move my model in the grid. I am getting stuck at the arbitrary axis while trying to rotate it on the z-axis. when trying to rotate, it literally…
MurkMurk
  • 11
  • 1
1
vote
1 answer

Create a spiral between two cartesian points in MATLAB

Perhaps this is a basic question but I haven't been able to find anything specifically like this and I'm wondering how to do it in the best way. I have two sets of points (x1,y1,z1) and (x2,y2,z2) and I have converted them into polar coordinates. I…
1
vote
1 answer

Joomla 3, Helix 3- shaper template - Mobile version of site is "out of center"

I designed a new site simple enough, with a top slider and menus. It seems that when I view the site via PC all is fine and in place. When I view the site from a mobile phone (Android) it seems that the top slider is not centered. The website…
John G
  • 19
  • 3
1
vote
1 answer

Click Event not working anymore when using Helixtoolkit.SortingVisual3D

I want to add transparency to Objects (without loosing the Click-Event). Google told me to try SortingVisual3D. Without SortingVisual3D everything (except transparency) worked well, Click-Events also. Now i tried to implement it (simplified…
j__
  • 63
  • 2
  • 9
1
vote
0 answers

Make a helix made of helixes using blender and unity

I want to make a singe helix that is slightly curved so i can generate them in unity to make a bigger helix out of that helix. I tried doing it in blender using the screw to make the first helix and then add the curve modifier. I attached a spiral…
developer101
  • 63
  • 1
  • 6
1
vote
0 answers

C# 3D : ZoomExtents does not do its job when called after HelixViewport3D childrens updated

Sorry for my bad english. I have the following XAML :
steacker
  • 127
  • 1
  • 10
1
vote
1 answer

Data-loss Handling of Mysql with Apache Helix Cluster management

We are trying to manage our MySql cluster with Apache Helix. We will be running 1 Mysql master and 2 Slaves in each Helix Cluster. We are using Mysql Helix Fullmatrix for this purpose I have the following queries: 1) All write goes to master and…
Kuntal-G
  • 2,970
  • 16
  • 16
0
votes
0 answers

Get default Helix keymapping file

I love Helix editor, but really don't like vim editing ways, like insert/command mode (why not Ctrl-S for saving rather than Esc, :, w? Three keystrokes instead of one?) Fortunately I can remap key shortcuts, but I would like to get a complete,…
LetMeSOThat4U
  • 6,470
  • 10
  • 53
  • 93
0
votes
0 answers

Hi my helix ENV status looks not good. it's showing symblos

i am getting the below symbols when i suppose to do a health check in my helix ENV. should i need to install any fonts
0
votes
1 answer

How is a Scene Node bound to MeshGeometryModel3D with HelixToolKit

I'm able to load in a model using assimp with: SceneNode _sceneModel = new Importer().Load(path).Root; This seems to load in the geometry into its separate meshes - for instance if in Maya you built a room with Wall_1, Wall_2, Wall_3, etc. the…
jm007
  • 15
  • 5
0
votes
1 answer

Click Event through transparent surface using Helixtoolkit.SortingVisual3D

I want my clickable blue cube to change a color while I click on it through transparent surface MeshGeometryVisual3D element. When the cube container is a children of the ViewPort class everything works fine but is not visible through the surface…
Zoran Zoki
  • 128
  • 7