MantisBT - ParaView
View Issue Details
0014343ParaView(No Category)public2013-10-22 11:152015-01-11 08:23
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.1 
Kitware
14343_fix_tile_display_hang
incorrect functionality
0014343: ParaView hangs when using tile-display mode with render-server.
Launch ParaView as follows:


> PV_ICET_WINDOW_BORDERS=1 ./bin/pvrenderserver -tdx=1
> ./bin/pvdataserver
> ./bin/paraview -url=cdsrs://localhost:11111/localhost:22221

This will launch ParaView in tile-display mode. Ensure that the center-axis is visible and then interact with the 3D view, you'll see that the server-side view works fine.

Now create and show a sphere -- ParaView hangs!

No tags attached.
Issue History
2013-10-22 11:15Utkarsh AyachitNew Issue
2013-10-22 11:20Utkarsh AyachitTopic Name => 14343_fix_tile_display_hang
2013-10-22 11:20Utkarsh AyachitNote Added: 0031716
2013-10-22 11:20Utkarsh AyachitStatusbacklog => gatekeeper review
2013-10-22 11:20Utkarsh AyachitFixed in Version => git-next
2013-10-22 11:20Utkarsh AyachitResolutionopen => fixed
2013-10-22 11:20Utkarsh AyachitAssigned To => Utkarsh Ayachit
2013-10-24 08:37Utkarsh AyachitFixed in Versiongit-next => git-master
2013-10-24 08:37Utkarsh AyachitStatusgatekeeper review => customer review
2013-10-24 08:37Utkarsh AyachitNote Added: 0031728
2013-10-28 19:46Alan ScottNote Added: 0031753
2013-10-28 19:46Alan ScottStatuscustomer review => closed
2013-11-01 13:17Utkarsh AyachitFixed in Versiongit-master => 4.1
2015-01-11 08:22Utkarsh AyachitSource_changeset_attached => ParaView master 0fc44e69
2015-01-11 08:23Utkarsh AyachitSource_changeset_attached => ParaView master 59ad945e

Notes
(0031716)
Utkarsh Ayachit   
2013-10-22 11:20   
commit 59ad945ebbb12ddd01fe17be934d8ad3bccd8d97
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Oct 22 11:17:06 2013 -0400

    BUG 0014343: Fix hang in tile-display mode.
    
    When in data-server/render-server mode with tile-display, ParaView was hanging
    when rendering data. This was due to the fact that the data-server never
    realized that it was in tile-display mode since the -tdx/tdy parameter is
    specified on the render-server and was never communicated to the data-server.
    Fixed that issue by adding a communication step between data-server and
    render-server during initialization to ensure that they are on the same page as
    far as the tile-display mode goes.
    
    Change-Id: If1690293c4087adff5ffa1affd4103a053a1cbde
(0031728)
Utkarsh Ayachit   
2013-10-24 08:37   
SUMMARY
---------------------------------------------
Topics merged into master:
        14186_fix_point_sprite_issues
        14263_fix_python_in_installs
        14336_fix_examples
        14337_delete_pipeline_error
        14338_fix_build_issues
        14339_fix_elevation_filter
        14343_fix_tile_display_hang
        add-visitbridge-private-linking
(VTK) hardware-selector-pv-bug
        pvweb-virtualgl-doc
        smaller-catalyst-editions
        sqplugin-topo-mapper-gui
(VTK) update_vtk_master

(0031753)
Alan Scott   
2013-10-28 19:46   
Trusting Utkarsh. Closing.