View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014343ParaView(No Category)public2013-10-22 11:152015-01-11 08:23
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version4.1 
Summary0014343: ParaView hangs when using tile-display mode with render-server.
DescriptionLaunch 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!

TagsNo tags attached.
ProjectKitware
Topic Name14343_fix_tile_display_hang
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0031716)
Utkarsh Ayachit (administrator)
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 (administrator)
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 (manager)
2013-10-28 19:46

Trusting Utkarsh. Closing.

 Issue History
Date Modified Username Field Change
2013-10-22 11:15 Utkarsh Ayachit New Issue
2013-10-22 11:20 Utkarsh Ayachit Topic Name => 14343_fix_tile_display_hang
2013-10-22 11:20 Utkarsh Ayachit Note Added: 0031716
2013-10-22 11:20 Utkarsh Ayachit Status backlog => gatekeeper review
2013-10-22 11:20 Utkarsh Ayachit Fixed in Version => git-next
2013-10-22 11:20 Utkarsh Ayachit Resolution open => fixed
2013-10-22 11:20 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2013-10-24 08:37 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-10-24 08:37 Utkarsh Ayachit Status gatekeeper review => customer review
2013-10-24 08:37 Utkarsh Ayachit Note Added: 0031728
2013-10-28 19:46 Alan Scott Note Added: 0031753
2013-10-28 19:46 Alan Scott Status customer review => closed
2013-11-01 13:17 Utkarsh Ayachit Fixed in Version git-master => 4.1
2015-01-11 08:22 Utkarsh Ayachit Source_changeset_attached => ParaView master 0fc44e69
2015-01-11 08:23 Utkarsh Ayachit Source_changeset_attached => ParaView master 59ad945e


Copyright © 2000 - 2018 MantisBT Team