Page 1 of 1

APT_ParallelSortMergeOperator,0: Unbalanced input from parti

Posted: Thu Apr 13, 2006 7:40 pm
by vcannadevula
I am getting the below warnings while execution of the job, job is running on 4 nodes.......Any explanation or how to avoid these errors


APT_ParallelSortMergeOperator: When checking operator: Operator of type "APT_ParallelSortMergeOperator": will partition despite the
preserve-partitioning flag on the data set on input port 0.

APT_ParallelSortMergeOperator,0: Unbalanced input from partition 0: 10000 records buffered

APT_ParallelSortMergeOperator,0: (no further unbalance warnings will be issued for this partition)

AGGR_SNO,0: Hash table has grown to 16384 entries.

Posted: Thu Apr 13, 2006 11:43 pm
by ray.wurlod
They're not errors, they're messages informing you about what's happening with your data so that you can perhaps optimize buffering and/or partitioning.

See earlier post and/or Search about "will partition despite preserve-partitioning flag".

Posted: Fri Apr 14, 2006 7:22 am
by vcannadevula
See earlier post and/or Search about "will partition despite preserve-partitioning


I am looking for an explanation for the other warning like
APT_ParallelSortMergeOperator,0: Unbalanced input from partition 0: 10000 records buffered

Posted: Fri Apr 14, 2006 4:20 pm
by ray.wurlod
So Search for "unbalanced input". There's even an FAQ on exactly this.