Wednesday, 2019-12-18

*** tosky has quit IRC00:00
openstackgerritLingxian Kong proposed openstack/trove master: About Trove datastore image  https://review.opendev.org/69953002:06
openstackgerritMerged openstack/trove master: About Trove datastore image  https://review.opendev.org/69953002:42
openstackgerritLingxian Kong proposed openstack/trove master: Fix the log related tests  https://review.opendev.org/69938602:48
*** jamesmcarthur has joined #openstack-trove03:29
*** jamesmcarthur has quit IRC03:44
*** goldyfruit has quit IRC04:16
*** pcaruana has joined #openstack-trove05:24
*** jamesmcarthur has joined #openstack-trove06:46
*** jamesmcarthur has quit IRC06:51
*** rcernin has quit IRC06:56
*** trungnv has joined #openstack-trove07:38
trungnvlxkong: I hit an error with trove cluster-list with msg: ERROR: Gateway Timeout (HTTP 504) -- I also tried debug then trove still return cluster list, but trove client raise error before07:47
trungnvShould I change something in config file?07:47
*** damien_r has joined #openstack-trove08:02
*** damien_r has quit IRC08:03
*** damien_r has joined #openstack-trove08:03
*** damien_r has quit IRC08:15
*** damien_r has joined #openstack-trove08:15
*** tosky has joined #openstack-trove08:18
*** tosky has quit IRC08:32
lxkongtrungnv: which version are you using? Have you tried openstack CLI? I have no problem in my devstack environment(master)08:47
lxkongtrungnv: `trove cluster-list` also works08:48
trungnvI am using stein version08:55
trungnvsometime cluster-show also hit same error08:55
lxkongtrungnv: any reason you are not using stable/train?08:56
lxkongtrungnv: as far as i can tell, trove is in good shape since stable/train08:57
lxkonga lot of improvements, both on server side and client side08:57
trungnvoki. I should upgrade into train for testing08:58
lxkongtrungnv: cool beans08:58
trungnvthanks lxkong08:58
lxkongnp08:58
trungnvI also tried with --timeout arg but it's not effected with trove command08:59
trungnvlxkong: still timeout with openstack cli and stable/train09:04
lxkongtrungnv: have you tried to send HTTP request directly?09:05
lxkongtrungnv: is it possible that your API server not responding?09:05
trungnvno. I still get instances from openstack database instance list or trove list09:08
lxkonghave you tried to send HTTP request directly?09:08
lxkongs it possible that your API server not responding?09:08
trungnvSame error with HTTPS request. API server is working and have responding with other requests, such as instances list, flavor list09:13
lxkongtrungnv: log?09:14
trungnvI saw trove-api.service still load instances09:14
*** tosky has joined #openstack-trove09:16
trungnvlxkong: some logs from trove-api http://paste.ubuntu.com/p/mRv3YqpVYh/09:23
lxkongtrungnv: you are using devstack, right?09:29
lxkongtrungnv: I didn't see the request like `GET /v1.0/2afa58fd5db34fd8b7b659d997a5341f/clusters` in the api log.09:29
lxkongin my devstack environment, i can see reqeusts like `GET /v1.0/2afa58fd5db34fd8b7b659d997a5341f/clusters` in `/var/log/apache2/trove-api-access.log`09:30
trungnvlxkong: I am not using devstack. Just is a missing in copy. It's still have in the log09:35
trungnvDEBUG (session:375) REQ: curl -g -i -X GET https://<host_name>:8779/v1.0/da773a3dc279454e80bbcc7bf49f8f9b/clusters -H "X-Auth-Token: {SHA1}12221196faeb0eb735cf83c686c997479a3e6ce2" -H "User-Agent: trove keystoneauth1/3.1.0 python-requests/2.18.1 CPython/3.5.2" -H "Accept: application/json"09:35
trungnvhttp://paste.ubuntu.com/p/ykHDKgGMTn/09:36
lxkongtrungnv: how did you send http request?09:38
lxkongtrungnv: what i am suggesting is, sending http request instead of using troveclient, and see what the api log says.09:38
trungnvget token via openstack token issue, then GET with above request --> same error09:39
lxkongno error in api log?09:40
lxkongcould you show api log related to the http request09:40
lxkongwhat happened after api receives the cluster list request?09:40
trungnvhttp://paste.ubuntu.com/p/pShqjNx7sY/ lifeless09:45
trungnvhttp://paste.ubuntu.com/p/pShqjNx7sY/ lxkong09:45
lxkongtrungnv: hmm...weird, i didn't see any log related to clusters09:48
trungnvhmm. I am not sure. This is full API log after I run http request09:49
lxkongtrungnv: if you enable log debug, after sending the request, you should see logs start with `Showing a list of clusters for Tenant `09:49
lxkongif not, it should be the haproxy/apache/nginx issue09:49
lxkongbecause on the server side, trove just does query from database and return the result09:50
lxkongnothing special09:50
trungnv2019-12-18 16:51:44.872 44 INFO eventlet.wsgi [-] 192.168.10.20 - - [18/Dec/2019 16:51:44] "GET /v1.0/da773a3dc279454e80bbcc7bf49f8f9b/clusters/41de25bd-f117-47d9-aaa3-6bb080cb30cc HTTP/1.1" 200 0 62.79667409:53
trungnvSorry, this log just appear09:53
trungnvperhaps, cluster list will list instances first then cluster09:58
trungnvI also saw error of eventlet after get cluster http://paste.ubuntu.com/p/KWY4tgzjPm/10:02
*** tosky has quit IRC10:02
*** tosky has joined #openstack-trove10:03
*** jamesmcarthur has joined #openstack-trove13:05
*** jamesmcarthur has quit IRC13:12
*** jamesmcarthur has joined #openstack-trove13:13
*** jamesmcarthur has quit IRC13:29
openstackgerritMerged openstack/trove master: Fix the log related tests  https://review.opendev.org/69938613:48
*** jamesmcarthur has joined #openstack-trove13:55
*** jamesmcarthur has quit IRC13:59
*** goldyfruit has joined #openstack-trove14:01
*** jamesmcarthur has joined #openstack-trove14:03
*** damien_r has quit IRC16:44
*** tosky has quit IRC18:23
*** openstackgerrit has quit IRC18:43
*** jamesmcarthur has quit IRC19:03
*** jamesmcarthur has joined #openstack-trove19:26
*** jamesmcarthur has quit IRC19:38
*** jamesmcarthur has joined #openstack-trove20:09
*** openstackgerrit has joined #openstack-trove20:45
openstackgerritLingxian Kong proposed openstack/trove stable/train: Fix the log related tests  https://review.opendev.org/69986820:45
openstackgerritLingxian Kong proposed openstack/trove stable/train: Rename devstack variable TROVE_DISABLE_IMAGE_SETUP  https://review.opendev.org/69987020:56
openstackgerritLingxian Kong proposed openstack/trove stable/train: Support incremental backup for MariaDB  https://review.opendev.org/69987321:11
openstackgerritLingxian Kong proposed openstack/trove stable/train: Use dedicated service credential config  https://review.opendev.org/69987421:32
*** dkehn has quit IRC21:50
*** pcaruana has quit IRC21:54
*** jamesmcarthur has quit IRC22:04
openstackgerritLingxian Kong proposed openstack/trove master: Support PostgreSQL 12  https://review.opendev.org/69910022:13
openstackgerritLingxian Kong proposed openstack/trove master: Show service_status_updated in instance API  https://review.opendev.org/69906122:13
openstackgerritLingxian Kong proposed openstack/trove stable/train: Support to build dev datastore image in CI job  https://review.opendev.org/69988322:49
openstackgerritLingxian Kong proposed openstack/trove stable/train: Support to build dev datastore image in CI job  https://review.opendev.org/69988323:00
*** rcernin has joined #openstack-trove23:10
*** goldyfruit_ has joined #openstack-trove23:23
*** goldyfruit has quit IRC23:24

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!