MantisBT - ParaView |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012546 | ParaView | (No Category) | public | 2011-08-24 07:39 | 2012-02-08 17:27 |
|
Reporter | Paul Edwards | |
Assigned To | Utkarsh Ayachit | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | Development | |
Target Version | 3.12 | Fixed in Version | 3.12 | |
Project | Kitware |
Topic Name | 12546_fix_multiple_executes |
Type | incorrect functionality |
|
Summary | 0012546: RequestData called twice in parallel |
Description | 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 ] |
Steps To Reproduce | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0011811 | closed | Utkarsh Ayachit | Internal surfaces visible after D3 when opacity < 1 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-08-24 07:39 | Paul Edwards | New Issue | |
2011-08-24 08:58 | Utkarsh Ayachit | Assigned To | => Utkarsh Ayachit |
2011-08-24 08:59 | Utkarsh Ayachit | Target Version | => 3.12 |
2011-08-24 09:02 | Utkarsh Ayachit | Relationship added | related to 0011811 |
2011-08-24 09:02 | Utkarsh Ayachit | Note Added: 0027417 | |
2011-08-24 09:02 | Utkarsh Ayachit | Note Edited: 0027417 | bug_revision_view_page.php?bugnote_id=27417#r386 |
2011-08-24 15:32 | Utkarsh Ayachit | Topic Name | => 12546_fix_multiple_executes |
2011-08-24 15:32 | Utkarsh Ayachit | Note Added: 0027425 | |
2011-08-24 15:32 | Utkarsh Ayachit | Status | backlog => gatekeeper review |
2011-08-24 15:32 | Utkarsh Ayachit | Fixed in Version | => 3.12 |
2011-08-24 15:32 | Utkarsh Ayachit | Resolution | open => fixed |
2011-08-24 15:36 | Utkarsh Ayachit | Project | TBD => Kitware |
2011-08-26 15:57 | Utkarsh Ayachit | Status | gatekeeper review => customer review |
2012-02-08 17:27 | Utkarsh Ayachit | Status | customer review => closed |
2012-02-08 17:27 | Utkarsh Ayachit | Note Added: 0028183 | |