*** tej has joined #openstack-mistral | 00:05 | |
*** tej has quit IRC | 00:12 | |
*** gyee has quit IRC | 01:03 | |
harlowja | rakhmerov i did bring up https://review.openstack.org/#/c/229186/ in one of the oslo design sessions | 01:04 |
---|---|---|
harlowja | i got pushback and was stated that the current pattern (of ack before processing) is what is going to stay, and even though this keeps on getting asked (to allow for ack after processing) it doesn't seem like certain folks want it :-/ | 01:05 |
*** zhenguo has joined #openstack-mistral | 01:09 | |
*** achanda has quit IRC | 01:20 | |
*** achanda has joined #openstack-mistral | 01:44 | |
*** achanda has quit IRC | 01:52 | |
*** achanda has joined #openstack-mistral | 01:54 | |
*** hparekh2 has joined #openstack-mistral | 02:58 | |
*** hparekh has quit IRC | 02:59 | |
rakhmerov | harlowja: aaaaaah... I was afraid something like that would happen | 03:30 |
rakhmerov | harlowja: the only thing I don't understand is that people really need it | 03:31 |
rakhmerov | what were their arguments against it? | 03:31 |
xylan_kong | rakhmerov: are you here? | 03:33 |
rakhmerov | xylan_kong: yes | 03:33 |
xylan_kong | rakhmerov: sorry, i missed yesterday's meeting | 03:33 |
rakhmerov | no problem, there wasn't probably anything interesting for you ) | 03:33 |
rakhmerov | we were just summarizing what happened at the summit | 03:34 |
rakhmerov | xylan_kong: how are you doing, sir? :) | 03:34 |
xylan_kong | rakhmerov: i have applied resignation yesterday, so will be busy in coming days | 03:34 |
xylan_kong | rakhmerov: no bad :-) | 03:34 |
rakhmerov | ooh, really!? you did? | 03:34 |
xylan_kong | rakhmerov: that's not a secret now | 03:34 |
rakhmerov | ok, be brave my friend and you'll get your fame! :) | 03:35 |
xylan_kong | thanks | 03:35 |
rakhmerov | as far as the project workflow, please don't worry, solve your situation and come back | 03:37 |
rakhmerov | ... project workload ... | 03:37 |
rakhmerov | :) | 03:37 |
xylan_kong | rakhmerov: no problem, i promise i will, and i will be always here, just don't have sufficient time in a period of time | 03:38 |
rakhmerov | xylan_kong: got it, thanks | 03:38 |
xylan_kong | for the oslo.messaging problem, i have my points. whether or not the ack is sent before or after processing, inconsistent issues are always be there. If it's sent before, then the processing may never occur or may crash at some time and we never get the result. On the other hand, if ack is sent after, if the process is crashed after its job, but it crashs | 03:46 |
xylan_kong | just before ack is sent, you still don't get the result, but something is really happen. | 03:46 |
openstackgerrit | Merged openstack/mistral-dashboard: executions overview screen: workflow link https://review.openstack.org/240181 | 03:47 |
openstackgerrit | Merged openstack/mistral-dashboard: UI: Execution Overview screen refactored https://review.openstack.org/240252 | 03:47 |
xylan_kong | so it's a little tricky to solve that problem totally and gracefully | 03:47 |
openstackgerrit | Merged openstack/mistral: Filter is converted to list. https://review.openstack.org/240775 | 03:52 |
harlowja | rakhmerov 'because its been mentioned before, this is the pattern oslo.messaging is suited for...' that was pretty much the reason i could extract (not much of a reason imho) | 03:55 |
*** dmowrer has joined #openstack-mistral | 04:10 | |
*** hparekh2 has quit IRC | 04:15 | |
*** dmowrer has quit IRC | 04:15 | |
*** hparekh has joined #openstack-mistral | 04:17 | |
rakhmerov | harlowja: yes, I know that but we discussed that with dhellmann as well in ML that we can provide config options if needed to solve it | 04:18 |
rakhmerov | so that it's fully backwards compatible | 04:18 |
rakhmerov | because it seems like we're just being ignored :) Not that I'm offended or something but it makes me feel confused | 04:19 |
harlowja | agreed | 04:19 |
harlowja | its weird | 04:19 |
rakhmerov | ok, we'll keep fighting then? :) | 04:20 |
harlowja | sureeeee | 04:20 |
harlowja | if u guys want to take over https://review.openstack.org/#/c/229186 and try the config thing, then i can poke folks about it | 04:20 |
rakhmerov | yes | 04:20 |
harlowja | its not a huge change (as long as the change is right) | 04:21 |
harlowja | +24, -7 | 04:21 |
harlowja | :-P | 04:21 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/mistral-dashboard: Updated from global requirements https://review.openstack.org/241092 | 04:30 |
openstackgerrit | hardik proposed openstack/mistral: Comparision opeartor has been changed. https://review.openstack.org/241097 | 04:53 |
*** Ravikiran_K has quit IRC | 05:02 | |
rakhmerov | harlowja: yes, that's right ) | 05:09 |
*** hparekh has quit IRC | 05:38 | |
*** hparekh has joined #openstack-mistral | 05:39 | |
_gryf | rakhmerov, regarding that patch… couple of weeks ago I've also had conversation with o.m guys about the ack-after-processing thing. Got the pushback aswell, but also some hints how we may overcome the problem. | 06:37 |
_gryf | rakhmerov, one of the option mentioned was to implement own ack system outside of the o.m within the application (which is weird) | 06:38 |
_gryf | rakhmerov, the other one was to persist the state of the working item in the database, so that it is possible to supervise the process from one of the services | 06:40 |
_gryf | didn't had a chance to make a POC though | 06:40 |
rakhmerov | hm... interesting | 06:57 |
rakhmerov | yes | 06:57 |
rakhmerov | _gryf: ok, the thing is that we kinda got an approval for implementing that inside o.m from a number of folks so I'm planning to get back to that discussion and push this change (in some form) into o.m | 06:58 |
rakhmerov | otherwise, we already have a number of patches to address this problem w/o o.m | 06:58 |
rakhmerov | we'll do it, if necessary | 06:58 |
_gryf | rakhmerov, right - like the one, which doesn't use o.m at all | 06:58 |
rakhmerov | we can even do it anyway in parallel, it won't harm anything | 06:58 |
rakhmerov | yep | 06:59 |
*** chlong has quit IRC | 07:31 | |
*** ^Gal^ has quit IRC | 07:34 | |
*** Ephur has quit IRC | 08:04 | |
*** achanda has quit IRC | 08:25 | |
openstackgerrit | Merged openstack/mistral-dashboard: Updated from global requirements https://review.openstack.org/241092 | 08:27 |
*** ^Gal^ has joined #openstack-mistral | 08:30 | |
openstackgerrit | Tomer Shtilman proposed openstack/mistral: Wrap sync_db opertaions in transactions https://review.openstack.org/240705 | 08:53 |
openstackgerrit | Tomer Shtilman proposed openstack/mistral: Wrap sync_db operations in transactions https://review.openstack.org/240705 | 08:54 |
openstackgerrit | Nikolay Mahotkin proposed openstack/mistral: Fixing wf execution creation at initial stage https://review.openstack.org/239638 | 09:12 |
*** achanda has joined #openstack-mistral | 09:25 | |
*** achanda has quit IRC | 09:31 | |
*** zhenguo has quit IRC | 10:03 | |
*** achanda has joined #openstack-mistral | 10:28 | |
*** achanda has quit IRC | 10:34 | |
*** chlong has joined #openstack-mistral | 11:46 | |
*** chlong has quit IRC | 12:03 | |
*** chlong has joined #openstack-mistral | 12:03 | |
*** dmowrer has joined #openstack-mistral | 12:06 | |
*** tej has joined #openstack-mistral | 12:21 | |
*** achanda has joined #openstack-mistral | 12:24 | |
*** achanda has quit IRC | 12:26 | |
*** tej has quit IRC | 12:30 | |
openstackgerrit | Gal Margalit proposed openstack/mistral-dashboard: UI: Task Overview screen refactored https://review.openstack.org/241194 | 12:59 |
*** LimorStotland has quit IRC | 13:22 | |
*** LimorStotland has joined #openstack-mistral | 13:22 | |
openstackgerrit | Gal Margalit proposed openstack/mistral-dashboard: UI: Task Overview screen refactored https://review.openstack.org/241194 | 13:26 |
*** dmowrer has quit IRC | 13:44 | |
*** dmowrer has joined #openstack-mistral | 13:45 | |
*** dmowrer has quit IRC | 13:49 | |
*** tej has joined #openstack-mistral | 14:11 | |
*** tej has quit IRC | 14:23 | |
*** dmowrer has joined #openstack-mistral | 14:23 | |
*** Ephur has joined #openstack-mistral | 14:24 | |
*** tej has joined #openstack-mistral | 14:52 | |
*** tonytan4ever has joined #openstack-mistral | 14:58 | |
*** bobh has joined #openstack-mistral | 15:05 | |
openstackgerrit | hardik proposed openstack/mistral: Wrapper is used instead of direct json library. https://review.openstack.org/241248 | 15:31 |
openstackgerrit | hardik proposed openstack/mistral: Wrapper is used instead of direct json library. https://review.openstack.org/241248 | 15:32 |
*** sergmelikyan has joined #openstack-mistral | 15:46 | |
*** achanda has joined #openstack-mistral | 15:56 | |
*** achanda has quit IRC | 16:05 | |
*** melisha has joined #openstack-mistral | 16:06 | |
*** dhellmann has quit IRC | 16:16 | |
*** dhellmann has joined #openstack-mistral | 16:18 | |
*** Piet has quit IRC | 16:31 | |
*** gyee has joined #openstack-mistral | 16:34 | |
*** doriftoshoes has quit IRC | 17:11 | |
*** tej has quit IRC | 17:14 | |
*** dmowrer has quit IRC | 17:21 | |
*** dmowrer has joined #openstack-mistral | 17:21 | |
*** dmowrer has quit IRC | 17:26 | |
*** Ephur has quit IRC | 17:27 | |
*** dmowrer has joined #openstack-mistral | 17:43 | |
*** dmowrer has joined #openstack-mistral | 17:43 | |
*** tonytan4ever has quit IRC | 17:48 | |
*** tej has joined #openstack-mistral | 17:49 | |
*** tonytan4ever has joined #openstack-mistral | 18:07 | |
*** tej has quit IRC | 18:15 | |
*** tej has joined #openstack-mistral | 18:18 | |
*** tej has quit IRC | 18:21 | |
*** tej has joined #openstack-mistral | 18:27 | |
*** achanda has joined #openstack-mistral | 18:28 | |
*** dmowrer has quit IRC | 18:31 | |
*** Piet has joined #openstack-mistral | 18:47 | |
*** tej has quit IRC | 18:54 | |
*** dmowrer has joined #openstack-mistral | 18:54 | |
*** dmowrer_ has joined #openstack-mistral | 18:56 | |
*** dmowrer__ has joined #openstack-mistral | 18:58 | |
*** dmowrer has quit IRC | 18:59 | |
*** tej has joined #openstack-mistral | 18:59 | |
*** dmowrer_ has quit IRC | 19:00 | |
*** dmowrer__ has quit IRC | 19:03 | |
*** sergmelikyan has quit IRC | 19:04 | |
*** sergmelikyan has joined #openstack-mistral | 19:14 | |
*** Ephur has joined #openstack-mistral | 19:36 | |
*** hparekh has quit IRC | 19:47 | |
*** tej has quit IRC | 19:50 | |
*** hparekh has joined #openstack-mistral | 19:55 | |
*** achanda has quit IRC | 19:55 | |
*** tej has joined #openstack-mistral | 19:56 | |
*** dmowrer has joined #openstack-mistral | 19:56 | |
*** gyee has quit IRC | 20:00 | |
*** tej has quit IRC | 20:02 | |
*** tej has joined #openstack-mistral | 20:05 | |
*** dmowrer has quit IRC | 20:05 | |
*** dmowrer has joined #openstack-mistral | 20:09 | |
*** dmowrer has quit IRC | 20:15 | |
*** tej has quit IRC | 20:15 | |
*** dmowrer has joined #openstack-mistral | 20:16 | |
*** dmowrer has quit IRC | 20:19 | |
*** dmowrer has joined #openstack-mistral | 20:19 | |
*** sergmelikyan has quit IRC | 20:24 | |
*** tej has joined #openstack-mistral | 20:25 | |
*** tonytan4ever has quit IRC | 20:26 | |
*** achanda has joined #openstack-mistral | 20:45 | |
*** tej has quit IRC | 20:48 | |
*** dmowrer has quit IRC | 21:01 | |
*** dmowrer has joined #openstack-mistral | 21:01 | |
*** tonytan4ever has joined #openstack-mistral | 21:03 | |
*** dmowrer_ has joined #openstack-mistral | 21:04 | |
*** dmowrer__ has joined #openstack-mistral | 21:05 | |
*** dmowrer has quit IRC | 21:06 | |
*** dmowrer_ has quit IRC | 21:09 | |
*** dmowrer__ has quit IRC | 21:10 | |
*** gyee has joined #openstack-mistral | 21:42 | |
*** Piet has quit IRC | 22:14 | |
*** dmowrer has joined #openstack-mistral | 22:30 | |
*** chlong has quit IRC | 22:31 | |
*** dmowrer has quit IRC | 22:34 | |
*** bobh has quit IRC | 22:51 | |
*** tonytan4ever has quit IRC | 22:58 | |
*** Piet has joined #openstack-mistral | 23:11 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!