Wednesday, 2020-04-15

*** mensis has quit IRC01:47
*** k_mouza has joined #openstack-monasca02:23
*** k_mouza has quit IRC02:27
*** KeithMnemonic has quit IRC04:30
*** joadavis has quit IRC04:51
*** vishalmanchanda has joined #openstack-monasca05:40
*** tobberydberg has joined #openstack-monasca05:45
*** witek_ has joined #openstack-monasca08:24
*** k_mouza has joined #openstack-monasca09:01
*** viks____ has joined #openstack-monasca10:03
*** witek_ has quit IRC11:30
*** witek_ has joined #openstack-monasca11:32
openstackgerritWitold Bedyk proposed openstack/monasca-notification master: Migrate from ujson to simplejson  https://review.opendev.org/72018812:07
openstackgerritWitold Bedyk proposed openstack/monasca-persister master: Migrate from ujson to simplejson  https://review.opendev.org/71998912:08
openstackgerritMerged openstack/monasca-statsd master: Cleanup py27 support  https://review.opendev.org/71755812:34
*** witek_ is now known as witek12:41
openstackgerritAndreas Jaeger proposed openstack/monasca-ui master: Add pytest requirement  https://review.opendev.org/72020013:21
AJaegermonasca team, https://review.opendev.org/720200 is needed to unbreak monasca-ui, could you review, please?13:46
*** KeithMnemonic has joined #openstack-monasca13:56
KeithMnemonicis anyone here working on the broken monasca-agent and monasca-common due to confluent-kafka being upgraded to 1.4?13:57
KeithMnemonicthis is what broke everything https://github.com/confluentinc/confluent-kafka-python/issues/83014:16
KeithMnemonicthere is not a .tar for confluent-kafka 1.4, it was there for 1.314:16
KeithMnemonicthis is disscused in detail in openstack-requirements14:32
KeithMnemonicbasically the suggestion is a patch to monasca-common,... to use the whl and not the tar14:32
witekI'm not sure that was possible14:37
witekI'd rather cap u-c for now and ping confluent-kafka guys to publish the source package14:37
AJaegermonasca team, https://review.opendev.org/720200 is needed to unbreak monasca-ui, could you review, please?14:38
KeithMnemoniccap u-c in monasca?14:39
witekin openstack/requirements14:39
KeithMnemonicok ask in requirement as smcginnis was not loving that idea14:42
KeithMnemonicor propose a patch14:42
AJaegersmcginnes was not aware why the wheels do not work, so if you sent a patch, give the full picture14:45
witekI'll take care of this14:48
KeithMnemonicalso what is "interesting" before it fails, the previous packages (kazoo,...) are all pulled as .whl14:49
witekthat's probably because they publish py2.py3-none-any.whl14:52
openstackgerritAdrian Czarnecki proposed openstack/monasca-api master: Fix incorrect old  log-api tempest test configuration  https://review.opendev.org/71851215:43
witekchaconpiza: ujson-replacement https://review.opendev.org/719989 passes all the tests15:58
witekwe'll have to disable tempest tests job in API or persister to let the changes merge15:59
chaconpizagreat, I saw you set simplejson==3.8.1 as the lower version16:00
witekdo we have any issues with that?16:01
chaconpizaI don't think so16:01
chaconpizahttp://codesearch.openstack.org/?q=simplejson%3D%3D&i=nope&files=&repos=16:02
chaconpizaaround the projects I think the version simplejson==3.13.2 is more popular16:02
witekno strong preference there but Ubuntu Xenial ships 3.8.116:03
chaconpizaI see16:04
chaconpizaBionic 3.13.216:04
witekright, so anyone running Xenial (which still provides support) won't be able to install16:05
chaconpizalet's go for 3.8.1 then16:06
witeknot a big deal probably, but if there are no other reasons, I'd prefer this older one16:07
chaconpizaFinally I understood the issue in monasca-api, previously monasca-api used the json from monasca-common.16:07
chaconpizathen, the test py37 will use the latest monasca-common (with simplejson) and the lower-constraint test will use an old monasca-common (with ujson)16:08
witekoutch16:09
chaconpizaBut, time ago I sent a change to move the rest  part from monasca-common to monasca-api, because of the api merging16:09
chaconpizaby mistake I left in monasca-api some imports pointing to monasca-common16:10
chaconpizabut we have the rest code in both16:10
chaconpizaso, I will fix those imports in monasca-api:16:10
chaconpiza-from monasca_common.rest import utils as rest_utils16:10
chaconpiza+from monasca_api.common.rest import utils as rest_utils16:10
chaconpizait should work16:11
witekthanks, seems we're close to cleaning it up16:11
chaconpizayeah16:11
chaconpizaOne more think a Zuul test related to docker is failing16:12
chaconpizabut I will first fix the json stuff16:13
witekI've seen that, it's related to https://github.com/confluentinc/confluent-kafka-python/issues/83016:13
chaconpizait is what KeithMnemonic commented, right?16:13
witekright16:13
chaconpizaok16:13
witeklet's wait until tomorrow and see if Confluent guys can fix it16:14
chaconpizaok16:14
witekotherwise I'll ask for feature freeze exemption and lower upper-constraint for confluent-kafka16:15
KeithMnemonicok thanks guys for looking at this16:16
witekthanks for you bugfixes in libvirt plugin KeithMnemonic16:17
chaconpizayeah!16:17
KeithMnemonicglad to be able to help16:20
*** witek has quit IRC16:23
openstackgerritAdrian Czarnecki proposed openstack/monasca-log-api master: Replace deprecated log api test with up-to-date version  https://review.opendev.org/72024016:29
*** k_mouza has quit IRC16:55
openstackgerritMerged openstack/monasca-ui master: Add pytest requirement  https://review.opendev.org/72020016:59
openstackgerritAndreas Jaeger proposed openstack/monasca-ui master: Cleanup py27 support  https://review.opendev.org/71756017:01
openstackgerritMartin Chacon Piza proposed openstack/monasca-api master: Migrate from ujson to simplejson  https://review.opendev.org/71801417:16
openstackgerritVishal Manchanda proposed openstack/monasca-ui master: Fix pyScss version in lower-constraints.txt  https://review.opendev.org/71671417:48
openstackgerritMerged openstack/monasca-ui master: Cleanup py27 support  https://review.opendev.org/71756018:06
*** joadavis has joined #openstack-monasca19:30
*** vishalmanchanda has quit IRC19:54
*** k_mouza has joined #openstack-monasca20:56
*** k_mouza has quit IRC21:00
openstackgerritMerged openstack/monasca-ceilometer master: Update hacking for Python3  https://review.opendev.org/71560321:48

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