View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015546ParaView(No Category)public2015-06-16 15:052015-09-06 12:17
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target Version4.4Fixed in Version4.4 
Summary0015546: Check/uncheck selected blocks fails in parallel
Description* Linux, master, remote server (8 processes, I bet 2 processes shows the bug).
* Open bake.e. (Ask Utkarsh for this, you you don't have it.) All vars on, apply.
* +Z
Now, the left and right panel and center rail are visible. These are blocks numbers 123, 124 and 3.
* Select blocks. Rubber band select across the three blocks, say an area the size of an apple (few inches high, few inches wide). These three blocks are now selected.
* Properties tab, Check Selected Blocks.

<<Warning>> We get the following warning messages.
Failed to locate block's name for block id: 4
Failed to locate block's name for block id: 4
Failed to locate block's name for block id: 4
Failed to locate block's name for block id: 4
Failed to locate block's name for block id: 4
Failed to locate block's name for block id: 4
Failed to locate block's name for block id: 4
Failed to locate block's name for block id: 118
Failed to locate block's name for block id: 118
Failed to locate block's name for block id: 118
Failed to locate block's name for block id: 118
Failed to locate block's name for block id: 118
Failed to locate block's name for block id: 118
Failed to locate block's name for block id: 118
Failed to locate block's name for block id: 119
Failed to locate block's name for block id: 119
Failed to locate block's name for block id: 119
Failed to locate block's name for block id: 119
Failed to locate block's name for block id: 119
Failed to locate block's name for block id: 119
Failed to locate block's name for block id: 119
Failed to locate block's name for block id: 119

<<Bug>> Notice that only blocks 3 and 123 are still selected. 124 isn't selected. If you hit apply, you will also notice that 124 isn't selected. This is a bug.


TagsNo tags attached.
ProjectSandia
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0034671)
Utkarsh Ayachit (administrator)
2015-07-07 12:06

commit f716c1d881ba8ae193bec43cb6a95c2ebefd4eca
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Jul 7 10:01:41 2015 -0400

    BUG 0015546: Fix check/uncheck selected blocks in parallel.
    
    The problem was that when multiple ranks reported the same block was
    elected, vtkSMSelectionHelper added the same index multiple times on the
    property on the SelectionSource. Which resulted in logic at other places
    to fail since it wasn't expecting duplicates. Fixed vtkSMSelectionHelper
    to avoid duplicates.

Merge request:

https://gitlab.kitware.com/paraview/paraview/merge_requests/197 [^]
(0034697)
Utkarsh Ayachit (administrator)
2015-07-08 11:22

Fix merged.
(0034755)
Alan Scott (manager)
2015-07-10 21:14

Nice.

Tested remote server, Linux, master.

 Issue History
Date Modified Username Field Change
2015-06-16 15:05 Alan Scott New Issue
2015-06-16 15:06 Alan Scott Target Version => 4.4
2015-06-16 15:06 Alan Scott Description Updated
2015-06-22 09:33 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2015-06-22 09:34 Utkarsh Ayachit Status backlog => todo
2015-07-07 12:06 Utkarsh Ayachit Note Added: 0034671
2015-07-07 12:06 Utkarsh Ayachit Status todo => gatekeeper review
2015-07-07 12:06 Utkarsh Ayachit Resolution open => fixed
2015-07-08 11:22 Utkarsh Ayachit Note Added: 0034697
2015-07-08 11:22 Utkarsh Ayachit Status gatekeeper review => customer review
2015-07-08 11:22 Utkarsh Ayachit Fixed in Version => git-master
2015-07-10 21:14 Alan Scott Note Added: 0034755
2015-07-10 21:14 Alan Scott Status customer review => closed
2015-09-06 12:17 Utkarsh Ayachit Fixed in Version git-master => 4.4


Copyright © 2000 - 2018 MantisBT Team