You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Patch for 7.6 Only
Problem:
Test has two main purposes:
- Handle node failure during index stat update.
- Perform an Index stat update when not all nodes are up.
Fail is the second case, test inject error 18026 to all nodes and
then forces an index stat update to crash a node during handing of
SUB_TABLE_DATA in TRIX. Problem is that, as error is inserted in
all nodes, any automatic index stat update running on a different
node will crash it unintentionally.
Solution:
To prevent other than target node to crash due to error 18026 make
them clear the error when NODEFAIL_REP of target node is received.
Change-Id: Icff20dc67a1febddec1d6eb04b9a4ba548ff9111
0 commit comments