Workaround for SICS-596 'histmem loadconf' fails while histogram is running.
The hmm init was being issued before the histogram had actually stopped.
This commit is contained in:
@ -1248,6 +1248,7 @@ proc ::histogram_memory::upload_config {filler_defaults} {
|
|||||||
::histogram_memory::synch_tables
|
::histogram_memory::synch_tables
|
||||||
::histogram_memory::filler_defaults $filler_defaults
|
::histogram_memory::filler_defaults $filler_defaults
|
||||||
hmm astop
|
hmm astop
|
||||||
|
wait 5
|
||||||
hmm configure init 1
|
hmm configure init 1
|
||||||
hmm init
|
hmm init
|
||||||
# Restore the init level to 0
|
# Restore the init level to 0
|
||||||
|
Reference in New Issue
Block a user