MantisBT - ParaView
View Issue Details
0015457ParaView(No Category)public2015-05-06 21:212015-09-06 12:18
Alan Scott 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.44.4 
Sandia
incorrect functionality
0015457: Image stack, slice representation don't work in parallel
Multiple servers fails when trying to represent a slice representation.

* Linux, master, 4 servers.
* Load the Turtle tiff stack (Utkarsh has this). Read as image stack. Use custom data spacing. Custom Data Spacing == 1,1,1. Apply.
* Change the representation to slice.

You will only get visibility on one of the processes. Further, another dataset (that I cannot give out) actually crashes.

Here is some of the error verbiage:

RROR: In .../ParaView4/VTK/Common/ExecutionMode/vtkStreamingDemandDrivenPipeline.cxx, line 847
vtkStreamingDemandDrivenPipeline (0x1c92090): The update extent specified in the information for output port 0 on algorithm vtkTrivialProducer(0x1c878d0) is 0 906 0 806 267 267, which is outside the whole extent 0 453 0 403 0 535.


ERROR: In .../ParaView4/VTK/Common/ExecutionModel/vtkTrivialProducer.cxx, line 279
vtkTrivialProducer (0x1c878d0): This data object does not contain the requested extent.


Warning: In .../ParaView4/ParaViewCore/VTKExtensions/Rendering/vtkTexturePainter.cxx, line 188
vtkTexturePainter (0x717bf60): Failed to locate selected scalars. Will use image scalars by default.


ERROR: In .../ParaView4/VTK/Common/ExecutionModel/vtkStreamingDemandDrivenPipeline.cxx, line 847
vtkStreamingDemandDrivenPipeline (0x9632cf0): The update extent specified in the information for output port 0 on algorithm vtkTrivialProducer(0x9632860) is 0 906 0 806 267 267, which is outside the whole extent 0 453 0 403 0 535.


ERROR: In .../ParaView4/VTK/Common/ExecutionModel/vtkTrivialProducer.cxx, line 279 vtkTrivialProducer (0x9632860): This data object does not contain the requested extent.


Warning: In .../ParaView4/ParaViewCore/VTKExtensions/Rendering/vtkTexturePainter.cxx, line 188
vtkTexturePainter (0x717bf60): Failed to locate selected scalars. Will use image scalars by default.


No tags attached.
Issue History
2015-05-06 21:21Alan ScottNew Issue
2015-05-06 21:22Alan ScottTarget Version => 4.4
2015-05-07 08:29Utkarsh AyachitAssigned To => Utkarsh Ayachit
2015-05-08 17:45Utkarsh AyachitNote Added: 0034406
2015-05-08 17:45Utkarsh AyachitStatusbacklog => gatekeeper review
2015-05-08 17:45Utkarsh AyachitResolutionopen => fixed
2015-05-09 08:39Utkarsh AyachitNote Added: 0034407
2015-05-09 08:39Utkarsh AyachitStatusgatekeeper review => customer review
2015-05-09 08:39Utkarsh AyachitFixed in Version => git-master
2015-06-02 21:29Alan ScottNote Added: 0034451
2015-06-02 21:29Alan ScottStatuscustomer review => closed
2015-09-06 12:18Utkarsh AyachitFixed in Versiongit-master => 4.4

Notes
(0034406)
Utkarsh Ayachit   
2015-05-08 17:45   
Merge request:

https://gitlab.kitware.com/paraview/paraview/merge_requests/92 [^]
(0034407)
Utkarsh Ayachit   
2015-05-09 08:39   
merged in master.
(0034451)
Alan Scott   
2015-06-02 21:29   
Excellent, works like a charm.

Tested Linux, master, remote server. Used the Turtle tiff stack.