View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0010672ParaViewBugpublic2010-05-04 13:192010-07-08 10:40
ReporterPat Marion 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.8.1Fixed in Version3.8.1 
Summary0010672: Slow client side rendering due to communication with server
DescriptionClient side rendering can be slow because of communication with the remote server from these calls in vtkViewProxy:

  pm->SendPrepareProgress(this->ConnectionID);
  pm->SendCleanupPendingProgress(this->ConnectionID);

 
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships
related to 0010530closedKen Moreland ParaView does not scale well to huge numbers of cores 

  Notes
(0020547)
Ken Moreland (manager)
2010-05-04 15:31

I've seen pvserver lock up consistently on a job of about 5.5K processes, and I'm pretty sure this is the culprit. That is to say I think the problem is more than just slow rendering. It can deadlock the system.
(0020994)
Utkarsh Ayachit (administrator)
2010-06-11 12:14

commit 4553a47f3b721097bbe2e0601e2f7f82abed097c
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jun 11 12:13:37 2010 -0400

    Fixed BUG 0010672. Avoiding repeated progress start/end events.
    
    Avoiding repeated progress start/end events when interacting. Now these events
    are only fired when interaction begins and ends rather that every rendering
    during the interaction.
(0020995)
Utkarsh Ayachit (administrator)
2010-06-11 12:15

Needs to move to release branch.
(0021053)
Alan Scott (manager)
2010-06-16 18:11

Trusting fixed.
(0021325)
Utkarsh Ayachit (administrator)
2010-07-08 10:40

moved to release

 Issue History
Date Modified Username Field Change
2010-05-04 13:19 Pat Marion New Issue
2010-05-04 15:31 Ken Moreland Note Added: 0020547
2010-06-09 16:50 Utkarsh Ayachit Target Version 3.10 => 3.8.2
2010-06-11 11:12 Utkarsh Ayachit Relationship added related to 0010530
2010-06-11 12:14 Utkarsh Ayachit Note Added: 0020994
2010-06-11 12:15 Utkarsh Ayachit Note Added: 0020995
2010-06-11 12:15 Utkarsh Ayachit Status backlog => @80@
2010-06-11 12:15 Utkarsh Ayachit Resolution open => fixed
2010-06-11 12:15 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2010-06-15 09:44 Utkarsh Ayachit Target Version 3.8.2 => 3.8.1
2010-06-16 18:11 Alan Scott Note Added: 0021053
2010-06-16 18:11 Alan Scott Status @80@ => closed
2010-07-07 09:55 Utkarsh Ayachit Fixed in Version => Development
2010-07-07 17:35 Utkarsh Ayachit Note Added: 0021305
2010-07-08 10:40 Utkarsh Ayachit Note Deleted: 0021305
2010-07-08 10:40 Utkarsh Ayachit Note Added: 0021325
2010-07-08 10:40 Utkarsh Ayachit Fixed in Version Development => 3.8.1


Copyright © 2000 - 2018 MantisBT Team