Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 1454493 Details for
Bug 1574708
[HA] ODL cluster member fails to fully sync back to the cluster after isolation test
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Test script to reproduce issue
stopStartClusterMember.sh (text/plain), 1.07 KB, created by
Victor Pickard
on 2018-06-25 20:57:50 UTC
(
hide
)
Description:
Test script to reproduce issue
Filename:
MIME Type:
Creator:
Victor Pickard
Created:
2018-06-25 20:57:50 UTC
Size:
1.07 KB
patch
obsolete
>#!/bin/bash > >CIP=172.17.1.24 >count=0; >cntr=0; >keepgoing=1; >url="http://${CIP}:8081/jolokia/read/org.opendaylight.controller:Category=ShardManager,name=shard-manager-config,type=DistributedConfigDatastore" > >while [ $keepgoing -eq 1 ] ; do > count=$((++count)); > echo "Stopping ODL, Iteration $count" > sudo docker stop opendaylight_api > echo "sleeping 10 secs" > sleep 10 > echo "Starting ODL" > sudo docker start opendaylight_api > echo "ODL starting" > while true; do > #curl -u odladmin:redhat $url > #curl -s -u odladmin:redhat $url | grep "\"SyncStatus\":true" > curl -s -u odladmin:redhat $url | grep -q "\"SyncStatus\":true" > if [ $? -eq 1 ] > then > echo -n "."; > cntr=$((++cntr)); > if [ $cntr -eq 120 ] > then > echo "Controller is NOT in sync!"; > keepgoing=0; > break; > fi > sleep 1; > else > echo "Controller in sync, took $cntr seconds!"; > cntr=0; > break; > fi > done; >done; > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1574708
:
1430918
|
1454492
| 1454493