View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015898ParaView(No Category)public2015-12-21 23:402016-02-24 18:58
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version5.0Fixed in Version5.0 
Summary0015898: vtkSDDP::EXACT_EXTENT() logic needs to be revisited
DescriptionIn vtkSDDP::ProcessRequest(), EXACT_EXTENT() is checked after RequestData() is called on an algorithm if a down-stream filter requests EXTACT_EXTENT(). However, after the filter has executed, if a new filter is added downstream that doesn't change the update request except adding EXTACT_EXTENT(), then since the upstream pipeline doesn't reexecute, it never does the EXACT_EXTENT() check and hence never crops the data.

This causes the following issue when connected to at least 2 rank pvserver:

+ Wavelet, Apply
+ Contour (ensure Compute Normals is checked), Apply
+ Now, go back o the Wavelet and render it as "Volume". It will not render correctly.
+ Now change origin on the Wavelet to modify it. Apply. Things now work as expected.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships
related to 0015900closedUtkarsh Ayachit Volume rendering + contour fails in parallel 

  Notes
(0035631)
Utkarsh Ayachit (administrator)
2016-01-05 16:55

MR: https://gitlab.kitware.com/paraview/paraview/merge_requests/556 [^]
(0035787)
Alan Scott (manager)
2016-02-24 18:58

Tested with Utkarsh's excellent directions Linux, master, 8 remote ranks.

 Issue History
Date Modified Username Field Change
2015-12-21 23:40 Utkarsh Ayachit New Issue
2015-12-21 23:40 Utkarsh Ayachit Assigned To => Berk Geveci
2015-12-22 00:00 Utkarsh Ayachit Relationship added related to 0015900
2016-01-05 16:55 Utkarsh Ayachit Note Added: 0035631
2016-01-05 16:55 Utkarsh Ayachit Status backlog => gatekeeper review
2016-01-05 16:55 Utkarsh Ayachit Resolution open => fixed
2016-01-05 16:55 Utkarsh Ayachit Assigned To Berk Geveci => Utkarsh Ayachit
2016-01-06 13:09 Utkarsh Ayachit Status gatekeeper review => customer review
2016-01-06 13:09 Utkarsh Ayachit Fixed in Version => git-master
2016-01-08 15:31 Utkarsh Ayachit Target Version => 5.0
2016-01-08 15:32 Utkarsh Ayachit Fixed in Version git-master => 5.0
2016-02-24 18:58 Alan Scott Note Added: 0035787
2016-02-24 18:58 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team