Movement from Agent to QP Queries

Hi Team,

We have 2 nodes of type Background processing. We want to move our agents to QP so below are the changes that we are planning to make on Node Classification side

  1. Moving 2 nodes to Stream Node type

  2. Moving 2 nodes to Real-time Node type

  3. Keeping 2 nodes to Background processing

Q1.) Since the QP will be executed on the BP node type of nodes do we need the Real-time Node type for Data flow execution or the same Background processing nodes will take care of the same?

Q2.) Having doubt on partitions created on nodes . Since we have 2 background processing nodes will there be 40 partitions , 20 on each node?

Q3.) What should we put on the no of threads options in QP if we have 2 nodes of Stream and BP type?

@ShwetaB96

Can someone help with this query?

@ShwetaB96

For making sure to get the queue processor running successfully inside the environment, just have a node that is getting mapped to the stream node type.

If any one stream node is running inside the environment, then the queue processor will be able to run without any issues.

Regarding Queue Processor Partitions

For each queue processor inside the system by default 20 partitions will be available.

Ex: If 2 stream node is avail inside the system, then under each node 10 requests will get processed in parallel threads.

Ex: If 4 stream node is avail inside the system, then under each node 5 requests will get processed in parallel threads.

Parallel thread creation under each node will be based on the thread count which you are providing in the queue-processor rule.

Please refer to the below-mentioned article to get more information about queue-processor-related information.

@Gunasekaran_Baskaran

Thanks a lot for you response.

You mean to say that the only node that we define as Stream will be used to create partitions and that to by the below formula

No of default partition/ No of stream nodes

So if we have 2 stream nodes & DSS for Default partition is 20 then no of partitions for that QP is 10 on each

@ShwetaB96

Yes you are correct under each node 10 requests will get processed.

Please refer below article to get more idea on Queue Processor.

Queue Processor - its Configuration, Usage & Execution - OneStopPega