| *** keith_newstadt has quit IRC | 00:01 | |
| *** jeromatron has quit IRC | 00:02 | |
| *** keith_newstadt has joined #magnetodb | 00:44 | |
| *** keith_newstadt has quit IRC | 01:00 | |
| *** charlesw has joined #magnetodb | 01:26 | |
| *** jeromatron has joined #magnetodb | 01:33 | |
| *** charlesw has quit IRC | 01:35 | |
| *** jeromatron has quit IRC | 01:38 | |
| *** vnaboychenko has joined #magnetodb | 02:04 | |
| *** vnaboychenko has quit IRC | 02:08 | |
| *** jeromatron has joined #magnetodb | 03:34 | |
| *** jeromatron has quit IRC | 03:38 | |
| *** jeromatron has joined #magnetodb | 04:09 | |
| *** jeromatron has quit IRC | 04:15 | |
| *** jeromatron has joined #magnetodb | 04:18 | |
| *** rushiagr_away is now known as rushiagr | 04:23 | |
| *** jeromatron has quit IRC | 04:24 | |
| *** jeromatron has joined #magnetodb | 04:42 | |
| *** jeromatron has quit IRC | 04:43 | |
| *** vnaboychenko has joined #magnetodb | 05:27 | |
| *** jeromatron has joined #magnetodb | 05:50 | |
| *** k4n0 has joined #magnetodb | 06:09 | |
| *** ajayaa has joined #magnetodb | 06:15 | |
| openstackgerrit | Andrei V. Ostapenko proposed a change to stackforge/magnetodb: "ALL_OLD" return_values for put_item https://review.openstack.org/121911 | 06:19 |
|---|---|---|
| *** jeromatron has quit IRC | 06:59 | |
| *** vnaboychenko has quit IRC | 07:14 | |
| *** vivekd has joined #magnetodb | 07:17 | |
| *** romainh has joined #magnetodb | 07:19 | |
| openstackgerrit | Andrei V. Ostapenko proposed a change to stackforge/magnetodb: "ALL_OLD" return_values for put_item https://review.openstack.org/121911 | 07:53 |
| *** romainh has quit IRC | 08:08 | |
| *** romainh has joined #magnetodb | 08:13 | |
| ajayaa | Hi dukhlov, | 08:35 |
| *** ajayaa has left #magnetodb | 08:36 | |
| *** ajayaa has joined #magnetodb | 08:37 | |
| ajayaa | Hi ikhudoshyn, Do we emulate LSI in dynamo using multiple fields in primary key of cassandra? | 08:37 |
| *** openstack has joined #magnetodb | 09:24 | |
| *** vivekd_ has joined #magnetodb | 09:35 | |
| *** vivekd has quit IRC | 09:37 | |
| *** vivekd_ is now known as vivekd | 09:37 | |
| *** miarmak has quit IRC | 09:39 | |
| openstackgerrit | Dmitriy Ukhlov proposed a change to stackforge/magnetodb: Fix error handling https://review.openstack.org/123458 | 09:52 |
| *** vivekd has quit IRC | 09:55 | |
| *** romainh has quit IRC | 10:12 | |
| dukhlov | ajayaa: hello | 10:27 |
| dukhlov | ajayaa: for now - yes | 10:27 |
| dukhlov | we emulate we emulate LSI in dynamo using multiple fields in primary key of cassandra | 10:28 |
| *** rushiagr is now known as rushiagr_away | 10:40 | |
| *** rushiagr_away is now known as rushiagr | 10:43 | |
| *** vivekd has joined #magnetodb | 10:57 | |
| ajayaa | dukhlov, Do we have plans for LSI to be implemented some other way? | 11:10 |
| *** ajayaa has quit IRC | 11:17 | |
| *** romainh has joined #magnetodb | 11:29 | |
| dukhlov | yes | 11:35 |
| dukhlov | I wrote custom cassandra local secondary implementation PoC | 11:36 |
| dukhlov | https://review.openstack.org/#/c/107500/ | 11:36 |
| dukhlov | if we inject this library to cassandra classpath we can execute CREATE CUSTOM INDEX ... query | 11:39 |
| dukhlov | and then use it | 11:39 |
| *** ajayaa has joined #magnetodb | 11:40 | |
| dukhlov | also we need to adapt our cassandra storage driver to generate new queries | 11:40 |
| ajayaa | dukhlov, what kind of new queries are we talking about? | 12:05 |
| ajayaa | and also do you plan to implement LSI in some other way? | 12:05 |
| dukhlov | now we create batch of inserts if we need to insert single row | 12:08 |
| dukhlov | one for original row and a few for index rows | 12:08 |
| dukhlov | if we use cassandra native LSI support we will only execute query with insert of original row | 12:09 |
| dukhlov | also it is required to thenge queries for querying rows by local secondary indices | 12:11 |
| dukhlov | I mean that we need to change CQL queries to execute the same MagnetoDB queries | 12:11 |
| dukhlov | and also do you plan to implement LSI in some other way? | 12:12 |
| dukhlov | What have you meant? | 12:12 |
| dukhlov | I have already answered, yes I plan to replace current solution based on LSI emulation by using CUSTOM cassandra native secondary indices | 12:14 |
| openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Add queued storage manager https://review.openstack.org/122404 | 12:19 |
| openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Add queued storage manager https://review.openstack.org/122404 | 12:35 |
| openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Add queued storage manager https://review.openstack.org/122404 | 12:40 |
| openstackgerrit | A change was merged to stackforge/magnetodb: "ALL_OLD" return_values for put_item https://review.openstack.org/121911 | 13:02 |
| openstackgerrit | Dmitriy Ukhlov proposed a change to stackforge/magnetodb: Improve json schema validation for requests left https://review.openstack.org/122445 | 13:41 |
| *** vnaboychenko has joined #magnetodb | 13:57 | |
| rushiagr | dukhlov: I commented on your patch https://review.openstack.org/#/c/107500/ | 14:01 |
| rushiagr | dukhlov: please have a look. I have some concerns with the code.. | 14:01 |
| rushiagr | dukhlov: I would love if a blueprint is present/linked to the review.. | 14:02 |
| openstackgerrit | Dmitriy Ukhlov proposed a change to stackforge/magnetodb: Fix error handling https://review.openstack.org/123458 | 14:15 |
| *** vivekd has quit IRC | 14:17 | |
| *** vnaboychenko has quit IRC | 14:32 | |
| *** vnaboychenko has joined #magnetodb | 14:32 | |
| *** vnaboychenko has quit IRC | 14:37 | |
| dukhlov | rushiagr: ok, thank you | 14:43 |
| *** ajayaa has quit IRC | 15:28 | |
| *** rushiagr is now known as rushiagr_away | 15:29 | |
| *** rushiagr_away is now known as rushiagr | 15:37 | |
| *** jeromatron has joined #magnetodb | 15:51 | |
| *** k4n0 has quit IRC | 16:03 | |
| *** jeromatron has quit IRC | 16:05 | |
| *** jeromatron has joined #magnetodb | 16:08 | |
| *** jeromatron has quit IRC | 16:16 | |
| *** jeromatron has joined #magnetodb | 16:34 | |
| *** openstackgerrit has quit IRC | 16:35 | |
| *** vnaboychenko has joined #magnetodb | 16:36 | |
| *** jeromatron has quit IRC | 16:42 | |
| *** jeromatron has joined #magnetodb | 16:46 | |
| *** jeromatron has quit IRC | 16:49 | |
| *** jeromatron has joined #magnetodb | 16:52 | |
| *** jeromatron has quit IRC | 17:03 | |
| *** jeromatron has joined #magnetodb | 17:07 | |
| *** rushiagr is now known as rushiagr_away | 17:08 | |
| *** jeromatron has quit IRC | 17:16 | |
| *** openstackgerrit has joined #magnetodb | 17:25 | |
| openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Add queued storage manager https://review.openstack.org/122404 | 17:31 |
| *** jeromatron has joined #magnetodb | 17:38 | |
| openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Add queued storage manager https://review.openstack.org/122404 | 17:39 |
| *** romainh has left #magnetodb | 17:42 | |
| *** jeromatron has quit IRC | 17:45 | |
| *** openstackgerrit has quit IRC | 17:51 | |
| *** openstackgerrit has joined #magnetodb | 17:53 | |
| *** jeromatron has joined #magnetodb | 17:55 | |
| *** jeromatron has quit IRC | 18:45 | |
| *** jeromatron has joined #magnetodb | 18:48 | |
| *** openstackgerrit has quit IRC | 19:46 | |
| *** openstackgerrit has joined #magnetodb | 19:48 | |
| *** jeromatron has quit IRC | 20:00 | |
| *** jeromatron has joined #magnetodb | 20:05 | |
| *** jeromatron has quit IRC | 20:27 | |
| *** jeromatron has joined #magnetodb | 20:29 | |
| *** vnaboychenko has quit IRC | 21:56 | |
| -openstackstatus- NOTICE: The openstack-infra/config repo will be frozen for project-configuration changes starting at 00:01 UTC. If you have a pending configuration change that has not merged or is not in the queue, please see us in #openstack-infra. | 21:57 | |
| *** jeromatron has quit IRC | 21:57 | |
| *** vnaboychenko has joined #magnetodb | 21:57 | |
| *** jeromatron has joined #magnetodb | 22:05 | |
| *** vnaboychenko has quit IRC | 22:19 | |
| *** vnaboychenko has joined #magnetodb | 22:20 | |
| *** jeromatron has quit IRC | 22:38 | |
| *** openstackgerrit has quit IRC | 22:47 | |
| *** openstackgerrit_ has joined #magnetodb | 22:48 | |
| *** openstackgerrit_ is now known as openstackgerrit | 22:48 | |
| *** jeromatron has joined #magnetodb | 22:54 | |
| *** openstackstatus has quit IRC | 23:55 | |
| *** openstack has joined #magnetodb | 23:56 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!