Thursday, 2020-12-10

*** timburke has joined #openstack-swift00:08
*** ChanServ sets mode: +v timburke00:08
*** baojg has quit IRC00:18
*** baojg has joined #openstack-swift00:19
*** benj_- has joined #openstack-swift00:53
*** benj_ has quit IRC00:54
*** benj_- is now known as benj_00:54
openstackgerritPete Zaitcev proposed openstack/swift master: Watchers: add a documentation page  https://review.opendev.org/c/openstack/swift/+/76637801:51
openstackgerritPete Zaitcev proposed openstack/swift master: Watchers: add a documentation page  https://review.opendev.org/c/openstack/swift/+/76637802:07
*** timburke has quit IRC03:03
*** openstackgerrit has quit IRC03:22
*** psachin has joined #openstack-swift03:45
*** gyee has quit IRC04:00
*** camelCaser has quit IRC04:59
*** camelCaser has joined #openstack-swift05:02
*** dasp has quit IRC05:18
*** evrardjp has quit IRC05:33
*** evrardjp has joined #openstack-swift05:33
*** dasp has joined #openstack-swift05:34
*** klamath_atx has quit IRC06:11
*** rpittau|afk has quit IRC06:11
*** rpittau|afk has joined #openstack-swift06:12
*** timburke has joined #openstack-swift06:34
*** ChanServ sets mode: +v timburke06:34
*** timburke has quit IRC06:43
*** evrardjp has quit IRC06:49
*** evrardjp_ has joined #openstack-swift06:49
*** renich has joined #openstack-swift07:09
*** rcernin has quit IRC07:10
*** rcernin has joined #openstack-swift07:29
*** timburke has joined #openstack-swift08:06
*** ChanServ sets mode: +v timburke08:06
*** rcernin has quit IRC08:07
*** rpittau|afk is now known as rpittau08:17
*** rcernin has joined #openstack-swift08:56
*** dsariel has joined #openstack-swift09:01
*** rcernin has quit IRC09:13
*** mvalsecc has quit IRC09:15
*** openstackgerrit has joined #openstack-swift09:52
openstackgerritMerged openstack/swift master: ssync: Tolerate more hang-ups  https://review.opendev.org/c/openstack/swift/+/74427009:52
*** rcernin has joined #openstack-swift10:57
*** rcernin has quit IRC12:13
*** lxkong has quit IRC12:26
*** baojg has quit IRC12:46
*** baojg has joined #openstack-swift12:47
*** zigo has joined #openstack-swift13:53
openstackgerritAlistair Coles proposed openstack/swift master: swift-manage-shard-ranges: add repair and analyze commands  https://review.opendev.org/c/openstack/swift/+/76562414:24
*** psachin has quit IRC14:28
openstackgerritIlles Elod proposed openstack/swift stable/stein: [stable-only] Cap bandit to 1.6.2  https://review.opendev.org/c/openstack/swift/+/76648914:59
openstackgerritIlles Elod proposed openstack/swift stable/rocky: [stable-only] Cap bandit to 1.6.2  https://review.opendev.org/c/openstack/swift/+/76649115:01
openstackgerritIlles Elod proposed openstack/swift stable/queens: [stable-only] Cap bandit to 1.6.2  https://review.opendev.org/c/openstack/swift/+/76649415:05
openstackgerritIlles Elod proposed openstack/swift stable/pike: [stable-only] Cap bandit to 1.6.2  https://review.opendev.org/c/openstack/swift/+/76649515:09
openstackgerritIlles Elod proposed openstack/swift stable/pike: [stable-only] Cap bandit to 1.6.2  https://review.opendev.org/c/openstack/swift/+/76649515:12
*** renich has quit IRC15:39
*** tdasilva_ has joined #openstack-swift15:54
*** ChanServ sets mode: +v tdasilva_15:54
*** tdasilva has quit IRC15:55
*** thiago__ has joined #openstack-swift15:56
*** ChanServ sets mode: +v thiago__15:56
*** tdasilva_ has quit IRC15:59
*** tdasilva_ has joined #openstack-swift16:00
*** ChanServ sets mode: +v tdasilva_16:00
*** thiago__ has quit IRC16:03
zaitcevtimburke: are you around?17:44
zaitcevtimburke: Does any of your watchers use df in see_object()?17:44
zaitcevtimburke: actually, never mind. I see that your EC watcher does  with open(df._data_file, 'rb') as fp:    header = fp.read(80)17:46
timburkei am! and yeah, i was in the midst of writing a commet about that :-)17:56
timburkei'm not clear about what the pain point is in having the df get passed, though -- can you help me understand?17:57
zaitcevI don't want plugins to have too much visibility inside the diskfile. It's one thing to do this in tree, but watchers are supposed to be useful to operators who write them out in the field. Letting them access df will lead them to depend on its layout.17:59
zaitcevFor example, the metadata in particular - you may have a member df.metadata, but you never know what it actually is. Maybe it's the metadata you want, maybe not.17:59
zaitcevSo I wanted to get rid of it. Sam didn't have df.18:00
zaitcevBut, it's too useful18:00
zaitcevI think I'll add some guidelines to the follow-up doc. I already posted it, but Gerrit is not working... It's there in dependency list.18:01
zaitcevI think we can sacrifice the policy index at least. But I am not sure.18:01
*** rpittau is now known as rpittau|afk18:04
*** zaitcev is now known as zaitcev|afk18:11
timburkefair enough. fwiw, the main thing i wanted out of it was the actual path to the .data file -- quaratine's optional for my ec stats (i could just return early instead)18:13
timburkehmm... maybe we could replace df with a data_file arg that's just the path? then if a watcher wants to quarantine, have it raise DiskFileQuarantined (which the auditor can then catch and handle properly)18:17
openstackgerritMerged openstack/swift master: Increase gate timeouts from 1hr to 1.5hr  https://review.opendev.org/c/openstack/swift/+/76610520:11
*** rcernin has joined #openstack-swift20:21
*** zaitcev|afk is now known as zaitcev20:22
*** tdasilva_ has quit IRC20:37
*** tdasilva_ has joined #openstack-swift20:39
*** ChanServ sets mode: +v tdasilva_20:39
openstackgerritTim Burke proposed openstack/swift master: Dark data probe test follow-up  https://review.opendev.org/c/openstack/swift/+/76654920:59
*** lxkong has joined #openstack-swift21:02
*** rcernin has quit IRC21:31
*** rcernin has joined #openstack-swift21:34
openstackgerritTim Burke proposed openstack/swift master: watchers: Only pass data_file_path via see_object  https://review.opendev.org/c/openstack/swift/+/76661221:37
openstackgerritMerged openstack/swift master: Stop explicitly handling StopIteration in proxy-logging  https://review.opendev.org/c/openstack/swift/+/76325121:48
*** rcernin has quit IRC21:51
*** rcernin has joined #openstack-swift21:53
*** thiago__ has joined #openstack-swift22:30
*** ChanServ sets mode: +v thiago__22:30
*** tdasilva_ has quit IRC22:32
*** thiago__ has quit IRC22:45
*** tdasilva_ has joined #openstack-swift22:45
*** ChanServ sets mode: +v tdasilva_22:45
*** baojg has quit IRC23:22
*** baojg has joined #openstack-swift23:25
*** baojg has quit IRC23:52
*** adeberg has quit IRC23:53
*** adeberg has joined #openstack-swift23:53
*** baojg has joined #openstack-swift23:53

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!