View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014289ParaView(No Category)public2013-09-20 09:432015-01-11 08:23
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.1 
Summary0014289: vtkPythonProgrammableFilter doesn't work correctly in parallel
DescriptionTry this:

+ ParaView with parallel pvserver
+ Open wavelet; Apply; Surface; Color By vtkProcessId
    -- You'll see data paritioned as expected.
+ Create Programmable Filter; Apply; Color By vtkProcessId
    -- The color switches to a single color -- all processes are working on all data!!! That's a bug.
    
TagsNo tags attached.
ProjectSandia
Topic Name14289_fix_extent_issues
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031650)
Utkarsh Ayachit (administrator)
2013-09-27 15:06

commit 6ebe5e0fa5cf783c0606ea813e75528559e32dfb
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Sep 20 10:39:10 2013 -0400

    BUG 0014289. Fix extent issues with programmable-filter.
    
    vtkPythonProgrammableFilter created a OnePieceExtentTranslator by default. That
    resulted in all processes requesting the whole-extent on each of them which
    resulted in BUG 0014289. This was done so to handle a use-case where we used
    vtkPythonProgrammableFilter to generate structure-data for operations like
    histogram or stats. VTK has since then moved to using vtkTable for such
    operations hence the need for OnePieceExtentTranslator becomes moot. While,
    users using vtkPythonProgrammableFilter without expecting to change the process
    extents when dealing with partitioned image data have strated to grow. Hence
    changing the default behavior of the filter to be as expected -- i.e. not muck
    with data extents -- in parallel.
    
    Change-Id: I2e8d695bd369d1a7ba4b6b5d64eb3ecb03440e6a
(0031664)
Utkarsh Ayachit (administrator)
2013-09-30 09:21

SUMMARY
---------------------------------------------
Topics merged into master:
        0014284_fix_color_map
        13797_fix_chart_sizes
        14287_fix_proxy_delete
        14289_fix_extent_issues
        14299_fix_contour_panel
        14309-chart-selection-buggy
        fix_python_windows_coprocessing
(VTK) forward-to-vtk-master
(VTK) parallel-surface-lic-pv
        sqtk-fix-some-issues

(0031792)
Alan Scott (manager)
2013-10-30 22:34

Tested remote server, Master, Linux.

 Issue History
Date Modified Username Field Change
2013-09-20 09:43 Utkarsh Ayachit New Issue
2013-09-20 10:50 Utkarsh Ayachit Topic Name => 14289_fix_extent_issues
2013-09-20 10:51 Utkarsh Ayachit Summary vtkPythonProgrammableFilter doesn't work correctly in ParaView => vtkPythonProgrammableFilter doesn't work correctly in parallel
2013-09-27 15:06 Utkarsh Ayachit Note Added: 0031650
2013-09-27 15:06 Utkarsh Ayachit Status backlog => gatekeeper review
2013-09-27 15:06 Utkarsh Ayachit Fixed in Version => git-next
2013-09-27 15:06 Utkarsh Ayachit Resolution open => fixed
2013-09-27 15:06 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-09-30 09:21 Utkarsh Ayachit Status gatekeeper review => customer review
2013-09-30 09:21 Utkarsh Ayachit Note Added: 0031664
2013-10-21 08:16 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-10-30 22:34 Alan Scott Note Added: 0031792
2013-10-30 22:34 Alan Scott Status customer review => closed
2013-11-01 13:17 Utkarsh Ayachit Fixed in Version git-master => 4.1
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 99618d96
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 6ebe5e0f


Copyright © 2000 - 2018 MantisBT Team