Bug 1634723 - db related panic leads to failure to get node info
Summary: db related panic leads to failure to get node info
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Gluster Storage
Classification: Red Hat Storage
Component: heketi
Version: cns-3.10
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: John Mulligan
QA Contact: Prasanth
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-10-01 12:37 UTC by Madhu Rajanna
Modified: 2018-10-03 03:33 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-03 03:33:17 UTC
Embargoed:


Attachments (Terms of Use)
heketi logs (7.71 KB, text/plain)
2018-10-01 12:37 UTC, Madhu Rajanna
no flags Details

Description Madhu Rajanna 2018-10-01 12:37:12 UTC
Created attachment 1489032 [details]
heketi logs

Description of problem:

Failed to list node  info in heketi

Version-Release number of selected component (if applicable):

heketi-cli --version
heketi-cli 7.0.0

heketi --version
Heketi 7.0.0

How reproducible:


Steps to Reproduce:
don't have the steps to reproduce the issue, but  somehow I hit this issue 

Actual results:

heketi is doing panic

Expected results:
heketi should return node info

Additional info:

Comment 2 John Mulligan 2018-10-01 14:48:34 UTC
Was there anything unusual about the deployment of heketi & was a this a containerized deployment? Was the heketidbstorage volume healthy (all bricks up) when the error occurred?

Comment 3 Madhu Rajanna 2018-10-03 03:33:17 UTC
closing this BZ as after some time everything started working fine

[root@cns-master ~]# heketi-cli node info 345438b215c947a8e2d9ab1c08e41608 --user=admin --secret=adminkey -s http://172.31.194.213:8080
Node Id: 345438b215c947a8e2d9ab1c08e41608
State: online
Cluster Id: 52fc41ebaf20f8dc6043f7e0039d1942
Zone: 2
Management Hostname: cns-node2
Storage Hostname: 192.168.122.130
Devices:
Id:147428a289cbe98359e8c6c3d1d13a8a   Name:/dev/vdc            State:online    Size (GiB):499     Used (GiB):2       Free (GiB):497     Bricks:1       
Id:73c6087f0fccde20d590ff8a48c17865   Name:/dev/vdd            State:online    Size (GiB):499     Used (GiB):0       Free (GiB):499     Bricks:0       
[root@cns-master ~]# heketi-cli node list --user=admin --secret=adminkey -s http://172.31.194.213:8080
Id:345438b215c947a8e2d9ab1c08e41608	Cluster:52fc41ebaf20f8dc6043f7e0039d1942
Id:444d5ac0f2a3e741d602e4e79f885db2	Cluster:52fc41ebaf20f8dc6043f7e0039d1942
Id:fb9b8d561b56c9e2fe4ef75f11371f9c	Cluster:52fc41ebaf20f8dc6043f7e0039d1942
[root@cns-master ~]# 
[root@cns-master ~]# 
[root@cns-master ~]# 
[root@cns-master ~]# heketi-cli volume list --user=admin --secret=adminkey -s http://172.31.194.213:8080
Id:679aa01874b912afc3796fcfc5f4e587    Cluster:52fc41ebaf20f8dc6043f7e0039d1942    Name:heketidbstorage


Note You need to log in before you can comment on or make changes to this bug.