From: Mazen Hajri Date: February 9 2013 10:01am Subject: Problem Scan Operations (Read) in Parallel List-Archive: http://lists.mysql.com/cluster/8482 Message-Id: <002d01ce06ac$5f5683d0$1e038b70$@fbd.net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002E_01CE06C5.84A605C0" ------=_NextPart_000_002E_01CE06C5.84A605C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Dear All, I'm facing a problem when trying to perform NDB read scan operations in parallel. The execution of the program is aborted, and one of the following message gets printed: . pollCompleted error 0 . pollCompleted error 2 However, the code is executed correctly when running the scan operations sequentially (i.e. send/poll for only one operation at a time). I'm using the async API (batching the send/poll). Any idea what might be the problem here? I'd really appreciate your help. Kind regards, Mazen Abdulaziz ------=_NextPart_000_002E_01CE06C5.84A605C0--