*** jeromatron has joined #magnetodb | 00:23 | |
*** jeromatron has quit IRC | 00:43 | |
*** jeromatron has joined #magnetodb | 00:56 | |
*** vnaboychenko has quit IRC | 01:05 | |
*** vnaboychenko has joined #magnetodb | 01:06 | |
*** vnaboychenko has quit IRC | 01:11 | |
*** jeromatron has quit IRC | 01:30 | |
*** jeromatron has joined #magnetodb | 01:41 | |
*** vnaboychenko has joined #magnetodb | 01:48 | |
*** jeromatron has quit IRC | 01:57 | |
*** jeromatron has joined #magnetodb | 02:14 | |
*** jeromatron has quit IRC | 03:02 | |
*** crxz0193 has joined #magnetodb | 04:09 | |
*** jeromatron has joined #magnetodb | 04:33 | |
openstackgerrit | Charles Wang proposed a change to stackforge/magnetodb: Integrate with Notification System https://review.openstack.org/98023 | 04:34 |
---|---|---|
*** jeromatron has quit IRC | 04:59 | |
*** jeromatron has joined #magnetodb | 05:04 | |
*** jeromatron has quit IRC | 05:48 | |
*** jeromatron has joined #magnetodb | 06:07 | |
*** [o__o] has quit IRC | 06:07 | |
*** [o__o] has joined #magnetodb | 06:08 | |
*** jeromatron has quit IRC | 06:31 | |
*** jeromatron has joined #magnetodb | 06:33 | |
*** jeromatron has quit IRC | 06:52 | |
*** [o__o] has quit IRC | 08:00 | |
*** [o__o] has joined #magnetodb | 08:02 | |
*** ominakov has joined #magnetodb | 08:17 | |
ominakov | hello guys | 08:20 |
achudnovets | hello | 08:36 |
achudnovets | guys, please, take a look for this patches: https://review.openstack.org/#/c/96478/ https://review.openstack.org/#/c/97737/ It's part of update_item implementation | 08:39 |
*** vnaboychenko has quit IRC | 08:49 | |
*** vnaboychenko has joined #magnetodb | 08:50 | |
*** vnaboychenko has quit IRC | 08:54 | |
*** achuprin has quit IRC | 08:58 | |
*** achuprin has joined #magnetodb | 09:13 | |
openstackgerrit | Ilya Sviridov proposed a change to stackforge/magnetodb: Copyright headers fixed https://review.openstack.org/98067 | 09:16 |
aostapenko | Hi, guys! | 09:40 |
aostapenko | Now I'm working on creating tenant keyspace on first table creation, and I propose to take replication info from config, not from replication info of magnetodb keyspace. What do you thin about it? | 09:42 |
achudnovets | aostapenko: +1 | 09:43 |
aostapenko | s/thin/think | 09:43 |
isviridov | aostapenko, yes. I think it is the only way. What the parameter name are you going to use? | 09:50 |
*** dukhlov has joined #magnetodb | 10:03 | |
dukhlov | Hello | 10:04 |
isviridov | Looks we have troubles with blist again :( | 10:04 |
isviridov | dukhlov, welcome back | 10:05 |
isviridov | I'll add it explicitly to requirements | 10:05 |
isviridov | achudnovets, I see you have added it already in your review https://review.openstack.org/#/c/96478/7/requirements.txt,cm | 10:07 |
isviridov | achudnovets, any reasons for strict version 1.3? | 10:07 |
achudnovets | isviridov: I had some troubles with just blist. But this may be a temporary issue with pip. | 10:10 |
isviridov | I've just faced with it again. | 10:11 |
isviridov | Alos cassandra driver uses it, but handles it absence correcly. | 10:13 |
isviridov | http://pastebin.com/W3aFXTr1 | 10:14 |
isviridov | But we are using it and it looks better to add it to requirements. So what teh reason for strict version? | 10:15 |
openstackgerrit | Ilya Sviridov proposed a change to stackforge/magnetodb: Copyright headers fixed https://review.openstack.org/98067 | 10:31 |
openstackgerrit | Oleksandr Minakov proposed a change to stackforge/magnetodb: Add new options to config https://review.openstack.org/97524 | 11:35 |
isviridov | I | 11:51 |
*** ikhudoshyn has joined #magnetodb | 11:51 | |
isviridov | added blist to requirements and it works for me now | 11:51 |
isviridov | https://review.openstack.org/#/c/98067/2/requirements.txt,cm | 11:52 |
dukhlov | why it doesn't before? | 11:52 |
isviridov | Looks like cassandra driver dependencies resolving doesn't work always somehow. | 11:53 |
ikhudoshyn | dukhlov: pls +2 https://review.openstack.org/#/c/98067/ and let's merge it asap | 11:53 |
isviridov | dukhlov, http://logs.openstack.org/67/98067/1/check/gate-magnetodb-python27/bec4063/console.html | 11:53 |
ikhudoshyn | i'm personally sick'n'tired of always broken stuff | 11:53 |
dukhlov | +2 done | 11:57 |
*** igormarnat has joined #magnetodb | 11:59 | |
isviridov | igormarnat, hi. How are you? | 11:59 |
igormarnat | o/ | 12:00 |
igormarnat | isviridov: not bad, danke! | 12:00 |
igormarnat | Whats'up? How's the data processing? In progress? | 12:00 |
isviridov | Welcome to mdb chat, you also can take a look at logs. | 12:01 |
isviridov | Not sure about data processing, but with data storing we are on the way to bug fixing and stabilization release. | 12:02 |
dukhlov | isviridov: /home/jenkins/workspace/gate-magnetodb-python27/.tox/py27/local/lib/python2.7/site-packages/cassandra/cqltypes.py:60: UserWarning: The blist library is not available, so a normal set will be used in place of blist.sortedset for set collection values. You can find the blist library here: https://pypi.python.org/pypi/blist/ | 12:02 |
dukhlov | 2014-06-05 09:32:53.136 | "The blist library is not available, so a normal set will " | 12:02 |
isviridov | dukhlov, yeap. Cassandra driver handles it http://pastebin.com/W3aFXTr1 | 12:02 |
dukhlov | It looks like it is ok, that blist is not installed with virtual env | 12:03 |
*** circ-user-7aWDi has joined #magnetodb | 12:03 | |
isviridov | But our code doesn't, so I think we have just to add it. | 12:03 |
dukhlov | hm, yes. I understand now | 12:03 |
*** circ-user-7aWDi is now known as istegantsev | 12:04 | |
istegantsev | hi2all | 12:04 |
isviridov | istegantsev, welcome to mdb channel! | 12:04 |
ikhudoshyn | istegantsev, o/ | 12:04 |
isviridov | ominakov, any reason to use blist 1.3 here https://review.openstack.org/#/c/97524/2/requirements.txt,cm? | 12:12 |
isviridov | ominakov, we are merging patch with just blist in requirements without strict version | 12:12 |
ominakov | isviridov, ok, i'll fix it | 12:13 |
*** crxz0193 has quit IRC | 12:14 | |
openstackgerrit | Dmitriy Ukhlov proposed a change to stackforge/magnetodb: Upgrade cassandra version to 2.0.8 https://review.openstack.org/98089 | 12:16 |
isviridov | :))) | 12:16 |
dukhlov | ? | 12:19 |
dukhlov | :) | 12:19 |
isviridov | dukhlov, we are working on stabilization now, so updating C* and driver is a great idea, as for me ) | 12:22 |
isviridov | dukhlov, let us see how it goes | 12:23 |
dukhlov | isviridov: I'm upgrading python driver from beta version to stable release version | 12:28 |
openstackgerrit | Oleksandr Minakov proposed a change to stackforge/magnetodb: Add new options to config https://review.openstack.org/97524 | 12:28 |
openstackgerrit | A change was merged to stackforge/magnetodb: Copyright headers fixed https://review.openstack.org/98067 | 12:29 |
dukhlov | isviridov: and cassandra to 2.0.8 where NPE bug was fixed which is problem for full condition operations support | 12:30 |
openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Bulk data load https://review.openstack.org/96427 | 12:35 |
openstackgerrit | Dmitriy Ukhlov proposed a change to stackforge/magnetodb: Upgrade cassandra version to 2.0.8 https://review.openstack.org/98089 | 12:46 |
isviridov | dukhlov, great news | 12:49 |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Added update_item REST API https://review.openstack.org/96478 | 12:58 |
*** jeromatron has joined #magnetodb | 13:11 | |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Fixed DELETE action in update_item method https://review.openstack.org/97737 | 13:27 |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Fixed DELETE action in update_item method https://review.openstack.org/97737 | 13:59 |
dukhlov | https://github.com/stackforge/magnetodb/blob/master/magnetodb/storage/models.py#L17 | 14:00 |
dukhlov | here now MagnetoDB uses blist.sortedset | 14:00 |
dukhlov | so we need or add blist to magnetodb requirements list or implement Cassandra's logic - use blist set if it available, otherwise use simple set | 14:02 |
isviridov | dukhlov, I believe we need it for easier test writing. Right? | 14:03 |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Added update_item REST API https://review.openstack.org/96478 | 14:04 |
openstackgerrit | Alexander Chudnovets proposed a change to stackforge/magnetodb: Fixed DELETE action in update_item method https://review.openstack.org/97737 | 14:10 |
achudnovets | bye guys! | 14:11 |
*** achudnovets has left #magnetodb | 14:12 | |
*** crxz0193 has joined #magnetodb | 14:17 | |
openstackgerrit | Ilya Sviridov proposed a change to stackforge/magnetodb: Removed licence headers from empty files https://review.openstack.org/98125 | 14:30 |
openstackgerrit | Ilya Sviridov proposed a change to stackforge/magnetodb: Removed licence headers from empty files https://review.openstack.org/98125 | 14:34 |
openstackgerrit | Ilya Sviridov proposed a change to stackforge/magnetodb: Removed licence headers from empty files https://review.openstack.org/98125 | 14:35 |
openstackgerrit | A change was merged to stackforge/magnetodb: Upgrade cassandra version to 2.0.8 https://review.openstack.org/98089 | 14:35 |
*** idegtiarov has joined #magnetodb | 14:41 | |
dukhlov | isviridov: no, we need it for schemaless set comparison | 14:44 |
dukhlov | because in case of sorted set we have canonical set representation using string | 14:46 |
isviridov | in tests i beilive | 14:48 |
*** achuprin has quit IRC | 14:58 | |
isviridov | dukhlov, here it is https://etherpad.openstack.org/p/magnetodb-incubation-status | 15:00 |
isviridov | dukhlov, I've just found bug https://bugs.launchpad.net/magnetodb/+bug/1313965 | 15:08 |
*** achuprin has joined #magnetodb | 15:11 | |
*** jeromatron has quit IRC | 15:17 | |
openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Bulk data load https://review.openstack.org/96427 | 15:18 |
openstackgerrit | A change was merged to stackforge/magnetodb: Added update_item REST API https://review.openstack.org/96478 | 15:25 |
openstackgerrit | A change was merged to stackforge/magnetodb: Fixed DELETE action in update_item method https://review.openstack.org/97737 | 15:25 |
*** CharlesW has joined #magnetodb | 15:27 | |
CharlesW | Hi guys | 15:28 |
CharlesW | I'm seeing some unit test errors | 15:28 |
CharlesW | .tox/py27/lib/python2.7/site-packages/cassandra/cqltypes.py:60: UserWarning: The blist library is not available, so a normal set will be used in place of blist.sortedset for set collection values. You can find the blist library here: https://pypi.python.org/pypi/blist/ "The blist library is not available, so a normal set will " Non-zero exit code (2) from test listing. stdout='\xb3)\x01@\\@Qmagnetodb.tests.unittests.api.amz.tes | 15:28 |
CharlesW | but I do have blist | 15:29 |
CharlesW | pip install blist Requirement already satisfied (use --upgrade to upgrade): blist in /Library/Python/2.7/site-packages | 15:29 |
CharlesW | any ideas? | 15:29 |
dukhlov | Hi Charles | 15:36 |
dukhlov | We have already discussed this problem earlier | 15:36 |
isviridov | CharlesW, looks it is old run. Please try to comment with message "recheck no bug" | 15:37 |
isviridov | It will rerun the job, but some rebase should be done, I expect | 15:37 |
dukhlov | please rebase your patch using latest master | 15:37 |
openstackgerrit | A change was merged to stackforge/magnetodb: Removed licence headers from empty files https://review.openstack.org/98125 | 15:43 |
CharlesW | working with Dima to finger out why. Still failing. | 15:48 |
*** ominakov has quit IRC | 15:52 | |
isviridov | CharlesW, dukhlov please share the result here, it can be usefull for others | 15:59 |
dukhlov | the problem was tox doesn't refresh it's virtual env it it already exists but requirements.txt is changed | 16:04 |
dukhlov | it is needed to remove .tox folder to cleanup venv or update it manually in any way | 16:05 |
dukhlov | bye guys! | 16:06 |
isviridov | dukhlov, bye bye | 16:06 |
openstackgerrit | Andrei V. Ostapenko proposed a change to stackforge/magnetodb: Adds cassandra keyspace creation on first table creation https://review.openstack.org/98169 | 16:13 |
*** openstackgerrit has quit IRC | 16:20 | |
*** openstackgerrit has joined #magnetodb | 16:21 | |
openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Bulk data load https://review.openstack.org/96427 | 16:57 |
openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Bulk data load https://review.openstack.org/96427 | 16:59 |
*** isviridov is now known as isviridov|away | 17:03 | |
*** crxz0193 has quit IRC | 17:52 | |
*** vnaboychenko has joined #magnetodb | 17:53 | |
openstackgerrit | Charles Wang proposed a change to stackforge/magnetodb: Integrate with Notification System https://review.openstack.org/98023 | 18:08 |
*** vnaboychenko has quit IRC | 18:17 | |
*** vnaboychenko has joined #magnetodb | 18:18 | |
CharlesW | .tox has cached python site-packages. I just cp the missing blist from /Library/Python/2.7/site-packages to .tox/py27/lib/python2.7/site-packages/ and then it works fine. | 18:21 |
*** vnaboychenko has quit IRC | 18:22 | |
openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Bulk data load https://review.openstack.org/96427 | 18:23 |
*** vnaboychenko has joined #magnetodb | 18:32 | |
*** vnaboychenko has quit IRC | 18:33 | |
*** vnaboychenko has joined #magnetodb | 18:33 | |
*** vnaboych_ has joined #magnetodb | 18:34 | |
*** vnaboychenko has quit IRC | 18:34 | |
openstackgerrit | Illia Khudoshyn proposed a change to stackforge/magnetodb: Bulk data load https://review.openstack.org/96427 | 18:40 |
*** jeromatron has joined #magnetodb | 21:07 | |
*** CharlesW has quit IRC | 22:46 | |
*** jeromatron has quit IRC | 22:46 | |
*** jeromatron has joined #magnetodb | 22:49 | |
*** jeromatron has quit IRC | 22:57 | |
*** jeromatron has joined #magnetodb | 23:44 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!