My guess is that because your first node is the one receiving the data and doing the re-distribution, the load on that node is considered higher, so it sends more to the second node.
Probably need Mark or others more familiar with the load balancing to confirm. -Bryan On Fri, Sep 23, 2016 at 11:15 AM, Selvam Raman <[email protected]> wrote: > HI, > > we have 14k http request. we are giving 14k request to remote process > group and it splitting the request to two nodes. Both nodes queue the > request and processing it. To check the queue size we have stopped one node > after sometime. Then we realized data is not distributed properly. > > live node processed - 5k > dead node up and run - 10k > > On Fri, Sep 23, 2016 at 3:11 PM, Bryan Bende <[email protected]> wrote: > >> Hi Selvam, >> >> If you have a two node cluster and stop one of the nodes, wouldn't all >> the data be going to the one node that is up? >> >> I think an easy test would be to have a GenerateFlowFile processor >> scheduled to run every 5 seconds going to the RPG, from the receiving Input >> Port send it to a LogAttribute processor, then watch the logs of each >> instances and see if it evenly round robins between the two. >> >> There is some factor of load that is considered when balancing the data, >> meaning send less data to a node that already has a lot of processing >> happening, maybe others could provide more insight on the details of that >> >> -Bryan >> >> On Fri, Sep 23, 2016 at 9:58 AM, Selvam Raman <[email protected]> wrote: >> >>> Hi, >>> >>> I have setup 2 node zero master cluster. I am using remote process >>> group for load balancing the data between two nodes but the remote process >>> group is not splitting load evenly. >>> >>> To verify the split I stopped one of the nodes and found out that one of >>> the node is receiving lesser load with respect to the other. >>> >>> I want to know how is load distributed using a Remote Process Group ? >>> >>> Can you please help me. >>> >>> -- >>> Selvam Raman >>> "லஞ்சம் தவிர்த்து நெஞ்சம் நிமிர்த்து" >>> >>> >> > > > -- > Selvam Raman > "லஞ்சம் தவிர்த்து நெஞ்சம் நிமிர்த்து" >
