*** tosky has quit IRC | 00:02 | |
*** k_mouza has joined #openstack-monasca | 01:19 | |
*** k_mouza has quit IRC | 01:19 | |
*** k_mouza has joined #openstack-monasca | 01:35 | |
*** k_mouza has quit IRC | 01:40 | |
*** k_mouza has joined #openstack-monasca | 03:00 | |
*** k_mouza has quit IRC | 03:05 | |
*** vishalmanchanda has joined #openstack-monasca | 04:27 | |
*** nikparasyr has joined #openstack-monasca | 08:03 | |
*** witek has joined #openstack-monasca | 08:36 | |
*** tosky has joined #openstack-monasca | 08:40 | |
*** dougsz has joined #openstack-monasca | 08:47 | |
*** k_mouza has joined #openstack-monasca | 10:00 | |
chaconpiza | Courtesy Monasca meeting reminder in #openstack-monasca: witek,jayahn,iurygregory,ezpz,igorn,haad,sc,joadavis, akiraY,tobiajo,dougsz,fouadben, amofakhar, haru5ny (haruki),kaiokmo,pandiyan,guilhermesp,chaconpiza,hosanai,Wasaac,bandorf,mbindlish,nikparasyr,adriancz | 12:51 |
---|---|---|
dougsz | apologies, I have a meeting clash today | 12:53 |
dougsz | will review the meeting later | 12:53 |
chaconpiza | dougsz, ok thanks for the info | 12:53 |
chaconpiza | #startmeeting monasca | 13:00 |
openstack | Meeting started Tue Dec 1 13:00:09 2020 UTC and is due to finish in 60 minutes. The chair is chaconpiza. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:00 |
*** openstack changes topic to " (Meeting topic: monasca)" | 13:00 | |
openstack | The meeting name has been set to 'monasca' | 13:00 |
chaconpiza | Hi | 13:00 |
witek | hi | 13:00 |
chaconpiza | The agenda as usual https://etherpad.opendev.org/p/monasca-team-meeting-agenda | 13:00 |
chaconpiza | Hi Witek | 13:00 |
*** adriancz has joined #openstack-monasca | 13:00 | |
*** bandorf has joined #openstack-monasca | 13:00 | |
chaconpiza | Dobek wrote to me. I have already the password of the DockerHub's monascazuulci account. | 13:01 |
chaconpiza | Alright, let's start with the topics. | 13:02 |
chaconpiza | #topic Fix Zuul Publish Job | 13:02 |
*** openstack changes topic to "Fix Zuul Publish Job (Meeting topic: monasca)" | 13:02 | |
chaconpiza | Besides the password of monascazuulci account, Dobek explainedme in detail the process to encrypt the text | 13:03 |
witek | I see your change actually doesn't touch the encrypted secret | 13:04 |
chaconpiza | Yes, it is true | 13:05 |
chaconpiza | Before to encrypt there, I saw this discrepancy: | 13:05 |
chaconpiza | https://github.com/openstack/monasca-tempest-plugin/blob/master/.zuul.yaml#L40 | 13:05 |
chaconpiza | https://github.com/openstack/monasca-tempest-plugin/blob/master/playbooks/docker-publish.yml#L5 | 13:05 |
chaconpiza | doker_hub_login_tempest vs doker_hub_login_log_tempest | 13:06 |
witek | good catch | 13:06 |
chaconpiza | I think this is the problem | 13:06 |
chaconpiza | just a simple mistake. | 13:06 |
chaconpiza | Anyways the cypher user and password could be wrong. | 13:07 |
chaconpiza | Every time you cypher them, the encrypted text is different, there should be a hash method in the cypher process. | 13:07 |
chaconpiza | what now is blocking this and almost all rest of changes is: | 13:08 |
chaconpiza | #topic Broken monasca-tempest-python3-influxdb Zuul Job | 13:08 |
*** openstack changes topic to "Broken monasca-tempest-python3-influxdb Zuul Job (Meeting topic: monasca)" | 13:09 | |
chaconpiza | from few days ago (12 more or less) this Zuul Job is failing | 13:10 |
chaconpiza | I investigated the root cause: new influxdb-python 5.3.1 | 13:10 |
chaconpiza | I don't mean the InfluxDB but the influxdb python library | 13:10 |
chaconpiza | https://github.com/openstack/requirements/commit/937ccadec9b94ebb111bbde8d4a9b5eb6690365e#diff-449046f51430a028478d668e3d3150c5b8f80e1a2682f1df9fd264dd6a42681aL231 | 13:11 |
witek | it's strange that is 5.3.1 tagged as unreleased in GitHub | 13:11 |
chaconpiza | Yes, it is strange. But in Pypi is available | 13:11 |
chaconpiza | https://pypi.org/project/influxdb/ | 13:11 |
chaconpiza | Maybe in Github they forgot to create the tag | 13:12 |
witek | was it passing with 5.3.0? | 13:12 |
chaconpiza | Github is for this library the official repository | 13:12 |
chaconpiza | alright, time ago I found that version 5.3.0 is not completly functional | 13:12 |
chaconpiza | https://github.com/influxdata/influxdb-python/issues/820 | 13:13 |
chaconpiza | I wrote there, and as well I ask to block this version from the upper-constraints. | 13:13 |
chaconpiza | I am playing with the version 5.3.1 and it looks ok | 13:14 |
chaconpiza | But there are small changes: | 13:14 |
chaconpiza | 1. Same like in 5.3.0 SHOW DIAGNOSTICS is not the best way to get the version, there is a command for that: PING | 13:16 |
chaconpiza | 2. Getting metric measurements we get a timestamp with 6 digits instead of 3 digits for decimals of seconds | 13:17 |
chaconpiza | I mean in version 5.2.3 we got something like: 2018-07-31T11:00:03.790Z | 13:18 |
chaconpiza | in versino 5.3.1 2018-07-31T11:00:03.790000Z | 13:18 |
witek | does it cause the tempest tests to fail? | 13:18 |
chaconpiza | it breakes 5 tempest tests | 13:18 |
chaconpiza | yes | 13:18 |
chaconpiza | So, the fix... better I will call it the update requires: | 13:19 |
witek | out of 21, right? | 13:19 |
chaconpiza | Use Ping instead of Show diagnostics | 13:19 |
chaconpiza | then this failing 21 goes to only 5 | 13:20 |
chaconpiza | and then solve the problem with the 6 digits | 13:20 |
chaconpiza | for the firts problem, about Show Diagnostics I was working on: https://review.opendev.org/c/openstack/monasca-api/+/725779/ | 13:20 |
chaconpiza | This file monasca_api/common/repositories/influxdb/metrics_repository.py handles versions of InfluxDB (the Database) <0.11.0 | 13:22 |
chaconpiza | This code should be remove, since it is quite old | 13:22 |
chaconpiza | Well, this is a blocker. I am working on it. I hope to have the solution today. 😉 | 13:23 |
chaconpiza | There are several changes waiting for this blocker to be resolved. | 13:24 |
chaconpiza | Ok, continuing with InfluxDB (the Database) | 13:25 |
chaconpiza | #topic Tests with influxdb 1.8 | 13:25 |
*** openstack changes topic to "Tests with influxdb 1.8 (Meeting topic: monasca)" | 13:25 | |
bandorf | This is just informational topic | 13:26 |
bandorf | We executed several stress and performance tests with influxdb 1.8, with all possible options, regarding indexing structure. | 13:26 |
bandorf | Up to now, no issues at all (waiting for completion of endurance test) | 13:27 |
bandorf | No improvements measured either - but this was not the target of the test | 13:27 |
witek | thanks for the update, good to hear that | 13:29 |
witek | I expect it may be not that smooth when upgrading to 2.0 | 13:29 |
bandorf | I haven't checked for the changes in 2.0 yet, since it wasn't available as released version when we started testing | 13:30 |
chaconpiza | Matthias, about the migration to 1.8 you mentioned before (internally), that it is based on the shards | 13:31 |
chaconpiza | can you briefly explain it | 13:31 |
bandorf | Well, my proposal how to handle - in Fujitsu product as well as in community: | 13:32 |
bandorf | - Use new indexing structure automatically (can be enabled with env. ment variable) | 13:32 |
bandorf | Describe migration. | 13:32 |
bandorf | If no migration is done, the database will use new indexing structure for new shards | 13:33 |
bandorf | I.e., depending on retention time setting (30d/60d), it will smoothly transition to "use new indexing structure only" | 13:33 |
chaconpiza | thanks Matthias | 13:34 |
chaconpiza | Besides the topics from the agenda, this weeks is the Wallaby-1 milestone | 13:35 |
chaconpiza | *this week | 13:35 |
chaconpiza | Ok, those were the topics for today. | 13:36 |
witek | thanks for the updates and your work | 13:37 |
bandorf | Thanks, bye! | 13:37 |
chaconpiza | thanks for the attendance, I will come back to solve the blocker. See you next week. | 13:38 |
adriancz | thanks for the update | 13:38 |
chaconpiza | Bye 😉 | 13:38 |
witek | see you, have a good week | 13:38 |
*** bandorf has quit IRC | 13:38 | |
chaconpiza | #endmeeting | 13:39 |
*** openstack changes topic to "Monasca Wallaby PTG Topics and Attendance (Meeting topic: monasca)" | 13:39 | |
openstack | Meeting ended Tue Dec 1 13:39:04 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:39 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-01-13.00.html | 13:39 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-01-13.00.txt | 13:39 |
openstack | Log: http://eavesdrop.openstack.org/meetings/monasca/2020/monasca.2020-12-01-13.00.log.html | 13:39 |
*** k_mouza has quit IRC | 14:42 | |
*** k_mouza has joined #openstack-monasca | 14:47 | |
*** zijlboot has joined #openstack-monasca | 15:47 | |
*** irclogbot_0 has quit IRC | 15:53 | |
*** irclogbot_0 has joined #openstack-monasca | 15:56 | |
*** irclogbot_0 has quit IRC | 16:11 | |
*** irclogbot_3 has joined #openstack-monasca | 16:12 | |
*** nikparasyr has left #openstack-monasca | 16:25 | |
openstackgerrit | Martin Chacon Piza proposed openstack/monasca-api master: [WIP] Retrieve the version of Influxdb using the method ping https://review.opendev.org/c/openstack/monasca-api/+/725779 | 16:32 |
*** dougsz has quit IRC | 17:32 | |
*** witek has quit IRC | 18:06 | |
*** vishalmanchanda has quit IRC | 18:46 | |
*** k_mouza has quit IRC | 18:52 | |
*** k_mouza has joined #openstack-monasca | 18:52 | |
*** k_mouza has quit IRC | 18:56 | |
*** k_mouza has joined #openstack-monasca | 19:00 | |
*** k_mouza has quit IRC | 19:05 | |
*** dougsz has joined #openstack-monasca | 19:11 | |
*** k_mouza has joined #openstack-monasca | 19:13 | |
*** k_mouza has quit IRC | 19:17 | |
*** k_mouza has joined #openstack-monasca | 19:49 | |
*** k_mouza has quit IRC | 19:54 | |
*** dougsz has quit IRC | 20:25 | |
*** k_mouza has joined #openstack-monasca | 21:57 | |
*** k_mouza has quit IRC | 22:01 | |
*** tosky has quit IRC | 23:57 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!