[Paraview] RequestData gets called twice when in parallel

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Aug 24 15:34:24 EDT 2011


Paul,

I've committed a fix. It will get into git-master after the gatekeeper
review. Attached is the patch.

Utkarsh

On Wed, Aug 24, 2011 at 8:58 AM, Utkarsh Ayachit
<utkarsh.ayachit at kitware.com> wrote:
> Ah yes! John reported this too, and I had forgotten about it. Glad you
> noticed it too. I'll address it soon.
>
> Utkarsh
>
> On Wed, Aug 24, 2011 at 7:41 AM, Paul Edwards <paul.m.edwards at gmail.com> wrote:
>> Hi,
>> Filters have their RequestData called twice when using a parallel server.
>>  This happens when the filter is first added - subsequent "Apply"s only
>> called it once.
>> To reproduce:
>> First run a parallel server, attach a debugger and set a breakpoint in
>> "vtkArrayCalculator::RequestData"
>> Create a Box source
>> Use calculator to add an array, e.g. "coordsX"
>> Click Apply [ RequestData gets called twice ]
>> Update arrat , e.g. "coordsX + 0"
>> Click Apply [ RequestData only gets called once ]
>> I've added a bug report - http://www.paraview.org/Bug/view.php?id=12546
>> Regards,
>> Paul
>>
>> _______________________________________________
>> Powered by www.kitware.com
>>
>> Visit other Kitware open-source projects at
>> http://www.kitware.com/opensource/opensource.html
>>
>> Please keep messages on-topic and check the ParaView Wiki at:
>> http://paraview.org/Wiki/ParaView
>>
>> Follow this link to subscribe/unsubscribe:
>> http://www.paraview.org/mailman/listinfo/paraview
>>
>>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: BUG.12546.patch
Type: text/x-patch
Size: 6541 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110824/b0a054a6/attachment.bin>


More information about the ParaView mailing list