[jira] [Created] (BEAM-2092) MicrobatchSource can be relieved of some of its methods since it's never used as an actual BoundedSource

2017-04-27 Thread Stas Levin (JIRA)
Stas Levin created BEAM-2092: Summary: MicrobatchSource can be relieved of some of its methods since it's never used as an actual BoundedSource Key: BEAM-2092 URL: https://issues.apache.org/jira/browse/BEAM-2092

Re: Rename consumer group?

2017-04-26 Thread Stas Chizhov
Hi, We've written a few-liner command that reads offsets for the consumer group we want to copy and commits those for a new group. That way you can inspect "__consumer_offsets" topic and make sure everything is correct before you start consuming messages. BR Stanislav. 2017-04-25 22:02

Re: Kafka source connector for avro files

2017-04-26 Thread Stas Chizhov
Yes that should work. Thanks a lot! 2017-04-25 21:44 GMT+02:00 Gwen Shapira <g...@confluent.io>: > We added a Byte Converter which essentially does no conversion. Is this > what you are looking for? > > https://issues.apache.org/jira/browse/KAFKA-4783 > > On Tue, Apr 25

Kafka source connector for avro files

2017-04-25 Thread Stas Chizhov
Hi, I have a kafka topic with avro messages + schema registry, which is being backed up into s3 as a set of avro files. I need to be able to restore a subset of those files into a new topic in the original format with schemas published into a schema registry. Am I right that at the moment there

[jira] [Created] (BEAM-2074) SourceDStream's rate control mechanism may not work

2017-04-25 Thread Stas Levin (JIRA)
Stas Levin created BEAM-2074: Summary: SourceDStream's rate control mechanism may not work Key: BEAM-2074 URL: https://issues.apache.org/jira/browse/BEAM-2074 Project: Beam Issue Type: Bug

[jira] [Created] (BEAM-2073) Change SourceDStream.rateControlledMaxRecords() to better reflect its intention

2017-04-25 Thread Stas Levin (JIRA)
Stas Levin created BEAM-2073: Summary: Change SourceDStream.rateControlledMaxRecords() to better reflect its intention Key: BEAM-2073 URL: https://issues.apache.org/jira/browse/BEAM-2073 Project: Beam

[jira] [Created] (BEAM-2072) MicrobatchSource.reader stops reading after reaching maxNumRecords for the first time

2017-04-25 Thread Stas Levin (JIRA)
Stas Levin created BEAM-2072: Summary: MicrobatchSource.reader stops reading after reaching maxNumRecords for the first time Key: BEAM-2072 URL: https://issues.apache.org/jira/browse/BEAM-2072 Project

Re: [Wikidata-tech] rdfs:label referring to non-existent column causes Blazegraph high CPU/RAM and then MemoryManagerOutOfMemory

2017-04-24 Thread Stas Malyshev
u think it means, use limit, it'll save you time and frustration and CPU resources :) > Could Blazegraph prevent this query from even starting? There's no reason to prevent this query from starting, it's a completely legitimate query, just most likely not doing what you thought it's do

Re: [SeaBIOS] PCI regions mapping problem

2017-04-21 Thread Stas Sergeev
21.04.2017 09:59, Gerd Hoffmann пишет: On Do, 2017-04-20 at 01:18 +0300, Stas Sergeev wrote: Hello. I tried seabios on an emulator (not qemu) and faced the PCI memory regions overlap. After some debugging I came to the conclusion that seabios simply forgets to align the base addresses

Re: [Wikidata] [Bigdata-developers] Listing named graphs in Wikidata service

2017-04-21 Thread Stas Malyshev
[2] https://www.mediawiki.org/wiki/Wikidata_Toolkit -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] [Bigdata-developers] Listing named graphs in Wikidata service

2017-04-20 Thread Stas Malyshev
Hi! > I wanted to test the use of the queries below to list named graphs (if > any) in wikidata service [a]. I've tried them without success: We do not use any subgraphs in WDQS, so I don't think that query would produce much of a useful result. -- Stas Malyshev smalys...@wikimed

[SeaBIOS] PCI regions mapping problem

2017-04-20 Thread Stas Sergeev
Hello. I tried seabios on an emulator (not qemu) and faced the PCI memory regions overlap. After some debugging I came to the conclusion that seabios simply forgets to align the base addresses, and as the result, when the device aligns the address down by clearing the "dont care" bits, it can

Re: [HACKERS] Logical replication ApplyContext bloat

2017-04-20 Thread Stas Kelvich
> On 19 Apr 2017, at 16:07, Alvaro Herrera <alvhe...@2ndquadrant.com> wrote: > > Stas Kelvich wrote: > >> With patch MemoryContextStats() shows following hierarchy during slot >> operations in >> apply worker: >> >> TopMemoryContext: 83824 tot

Jenkins Okta auth

2017-04-20 Thread stas
I'm trying to configure okta with saml jenkins plugin https://wiki.jenkins-ci.org/display/JENKINS/SAML+Plugin But getting error Cannot find entity https://www.okta.com/saml2/service-provider/spibofbfpairxsdsimgc or role {urn:oasis:names:tc:SAML:2.0:metadata} there is my metadata

Re: [Trisquel-users] Testing Trisquel 8 : Feedback ;-)

2017-04-19 Thread stas . mihaylenko
Third attempt: No GUI. Something went wrong?

Re: [Kea-users] IP lease based only on host reservation database

2017-04-19 Thread Stas Starikevich
Hello Francis, Can you please provide more details about this with config examples? Stas On Tue, Apr 18, 2017 at 12:13 AM, Francis Dupont <fdup...@isc.org> wrote: > Stas Starikevich writes: > > Can someone suggest a way to serve only white-listed (with host > reservation) &g

Re: [HACKERS] Logical replication ApplyContext bloat

2017-04-19 Thread Stas Kelvich
> On 19 Apr 2017, at 14:30, Petr Jelinek <petr.jeli...@2ndquadrant.com> wrote: > > On 19/04/17 12:46, Stas Kelvich wrote: >> >> Right now ApplyContext cleaned after each transaction and by this patch I >> basically >> suggest to clean it after eac

Re: [HACKERS] Logical replication ApplyContext bloat

2017-04-19 Thread Stas Kelvich
probably better just explicitly call reset at the end of each function involved. > > -- > Simon Riggs http://www.2ndQuadrant.com/ > PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services Stas Kelvich Postgres Professional: http://www.postgrespro

Re: [HACKERS] Logical replication ApplyContext bloat

2017-04-19 Thread Stas Kelvich
> On 19 Apr 2017, at 12:37, Petr Jelinek <petr.jeli...@2ndquadrant.com> wrote: > > On 18/04/17 13:45, Stas Kelvich wrote: >> Hi, >> >> currently logical replication worker uses ApplyContext to decode received >> data >> and that context is nev

Re: [Wikitech-l] "must be of type int, int given"

2017-04-18 Thread Stas Malyshev
lean, e.g.: http://php.net/stream_set_blocking But looking into hhvm source, I find this: https://github.com/facebook/hhvm/pull/7084 Looks like hhvm had a wrong definition of the function. -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mai

Re: [Trisquel-users] Testing Trisquel 8 : Feedback ;-)

2017-04-18 Thread stas . mihaylenko
DHCP Client/my DHCP server is (almost) dead. I should wait/I cannot use Trisquel 8.0 text install.

Re: Pipeline termination in the unified Beam model

2017-04-18 Thread Stas Levin
[very] > >> suboptimal shutdown latency :-) > >> > >> Some bits of the discussion on the ticket seem to surround whether or > how > >> to communicate this property in a generic way. Since a runner owns its > >> PipelineResult it doesn't seem necessary.

[HACKERS] Logical replication ApplyContext bloat

2017-04-18 Thread Stas Kelvich
. applycontext_bloat.patch Description: Binary data Stas Kelvich Postgres Professional: http://www.postgrespro.com The Russian Postgres Company -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers

Re: [Wikitech-l] "must be of type int, int given"

2017-04-17 Thread Stas Malyshev
itive type name. Not sure why though... -- Stas Malyshev smalys...@wikimedia.org ___ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Re: [go-nuts] Link documentation sources

2017-04-17 Thread Stas Maksimov
I believe this documentation is built from comments in the source code: https://go.googlesource.com/go/+/go1.8.1/src/path/path.go S. On Mon, 17 Apr 2017 at 20:49 anatoly techtonik wrote: > On Monday, April 17, 2017 at 7:35:00 PM UTC+3, Jan Mercl wrote: > >> On Mon, Apr 17,

[Kea-users] IP lease based only on host reservation database

2017-04-17 Thread Stas Starikevich
Hello, Can someone suggest a way to serve only white-listed (with host reservation) clients? I.e. if client is not in the 'hosts' table then it shouldn't not get any leases (and boot from the HDD, but not from PXE). Stas ___ Kea-users mailing list

Re: [Trisquel-users] New Trisquel 8 alpha images

2017-04-17 Thread stas . mihaylenko
I tried to install it but I forgot the password. Can I upgrade from 8.0 to newer 8.0 without reinstall?

Re: [HACKERS] Logical replication - TRAP: FailedAssertion in pgstat.c

2017-04-17 Thread Stas Kelvich
; I’ve reproduced failure, this happens under tablesync worker and putting pgstat_report_stat() under the previous condition block should help. However for me it took about an hour of running this script to catch original assert. Can you check with that patch applied? logical_worke

Re: [HACKERS] Failed recovery with new faster 2PC code

2017-04-17 Thread Stas Kelvich
991c3c4389fb39c45dcb0fe57e4a1dccd71 >> Author: Simon Riggs <si...@2ndquadrant.com> >> Date: Tue Apr 4 15:56:56 2017 -0400 >> >>Speedup 2PC recovery by skipping two phase state files in normal path > > Thanks Jeff for your tests. > > So that's now

Re: [Trisquel-users] Trisquel 8: Language support

2017-04-15 Thread stas . mihaylenko
Please check some languages in Live menu. Убунту = Ubuntu This trademark should be removed ASAP. P. S. ASAP = as soon as possible

Re: [HACKERS] GSOC'17 project introduction: Parallel COPY execution with errors handling

2017-04-12 Thread Stas Kelvich
esearch whether it is possible to create special code path for COPY in which errors don’t cancel transaction. At least when COPY called outside of transaction block. Stas Kelvich Postgres Professional: http://www.postgrespro.com The Russian Postgres Company -- Sent via pgsql-hack

[jira] [Assigned] (BEAM-1295) Annotations are not properly rendered in JavaDoc when using {@code}

2017-04-12 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin reassigned BEAM-1295: Assignee: (was: Stas Levin) > Annotations are not properly rendered in JavaDoc when us

Run same pipeline on all nodes (and with different params)

2017-04-11 Thread Stas Kelvich
be selected based on that variable; probably in that case blue ocean view will just render each combination as a separate build with proper build graph inside. Is there any easy way to achieve that? Thanks, Stas. -- You received this message because you are subscribed to the Google Groups

[Wikidata] SPARQL federation - more of the same

2017-04-11 Thread Stas Malyshev
://query.wikidata.org/copyright.html [3] https://www.wikidata.org/wiki/Wikidata:SPARQL_federation_input Thanks, -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] How the SPARQL endpoint is in sync with Wikibase?

2017-04-11 Thread Stas Malyshev
a between Wikidata and SPARQL database/ -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [Wikidata] Languages in Wikidata4Wiktionary

2017-04-10 Thread Stas Malyshev
icient to > distinguish the different variants we will need. I think it can be, using BCP 47 extensions, but Wikidata team should not be taking care of it - instead, Wikidata editors should do it by assigning language tag properties to specific Wikidata items. -

Re: [Wikidata] Languages in Wikidata4Wiktionary

2017-04-10 Thread Stas Malyshev
orresponding subtag. This subtag SHOULD NOT be used. Because the addition of other codes in the future can render its application invalid, it is inherently unstable and hence incompatible with the stability goals of BCP 47. It is always preferable to use other subtags: either 'und' or (with prior ag

Re: [HACKERS] logical replication worker and statistics

2017-04-10 Thread Stas Kelvich
> On 10 Apr 2017, at 19:50, Peter Eisentraut <peter.eisentr...@2ndquadrant.com> > wrote: > > On 4/10/17 05:49, Stas Kelvich wrote: >> Here is small patch to call statistics in logical worker. Originally i >> thought that stat >> collection during logical

Re: [HACKERS] logical replication worker and statistics

2017-04-10 Thread Stas Kelvich
> On 10 Apr 2017, at 05:20, Noah Misch <n...@leadboat.com> wrote: > > On Wed, Apr 05, 2017 at 05:02:18PM +0300, Stas Kelvich wrote: >>> On 27 Mar 2017, at 18:59, Robert Haas <robertmh...@gmail.com> wrote: >>> On Mon, Mar 27, 2017 at 11:14 AM, Fu

Re: [Trisquel-users] Wire is Free Software now

2017-04-08 Thread stas . mihaylenko
Use IRC with OTR.

Re: [Wikidata] Languages in Wikidata4Wiktionary

2017-04-07 Thread Stas Malyshev
as I read it is for "this is in specific language, but we don't have a code for it". See https://en.wikipedia.org/wiki/ISO_639 -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.o

Re: [Wikidata] Languages in Wikidata4Wiktionary

2017-04-06 Thread Stas Malyshev
correctly. Aren't we limiting it right now this way in Wikidata? -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

[bug #49814] vbe does not reset display start

2017-04-06 Thread Stas Sergeev
Follow-up Comment #4, bug #49814 (project grub): I think grub restores the display start only when the boot happens in graphics mode. In fact, I wasn't able to reproduce the problem in that case. The bug happens only if grub works in gfx mode but the boot happens in text mode. In this case, when

Re: [discovery] Another round of name that thing

2017-04-05 Thread Stas Malyshev
, my creativity is temporarily exhausted, but I may be back :) -- Stas Malyshev smalys...@wikimedia.org ___ discovery mailing list discovery@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/discovery

Re: [discovery] Another round of name that thing

2017-04-05 Thread Stas Malyshev
Hi! > So, what do we call this thing? Horrible first attempts: > > * ltr-pipeline > * learn-to-rank-pipeline > * bob > * cirrussearch-ltr > * ??? rank forge? ML ranking? sorting hat? :) LTR is kind of confusing - for me it's the opposite of RTL which is handling Hebrew

Re: [HACKERS] logical replication worker and statistics

2017-04-05 Thread Stas Kelvich
and no statistics about >> table accesses by logical replication workers are collected. >> For example, this can prevent autovacuum from working on >> those tables properly. > > Yeah, that doesn't sound good. Seems that nobody is working on this, so i’m going to cre

[jira] [Comment Edited] (BEAM-1777) If PipelineEnforcement throws an exception after Pipeline.run() fails, it overwrites the original failure

2017-04-05 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15956479#comment-15956479 ] Stas Levin edited comment on BEAM-1777 at 4/5/17 8:01 AM: -- [~tgroh] since I

[jira] [Commented] (BEAM-1777) If PipelineEnforcement throws an exception after Pipeline.run() fails, it overwrites the original failure

2017-04-05 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15956479#comment-15956479 ] Stas Levin commented on BEAM-1777: -- [~tgroh] Since I was unable to come up with a proper test

[jira] [Comment Edited] (BEAM-1777) If PipelineEnforcement throws an exception after Pipeline.run() fails, it overwrites the original failure

2017-04-05 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15956479#comment-15956479 ] Stas Levin edited comment on BEAM-1777 at 4/5/17 8:00 AM: -- [~tgroh] since I

Re: [HACKERS] logical decoding of two-phase transactions

2017-04-04 Thread Stas Kelvich
repared tx nobody yet found such cases and it is hard to address or argue about. Stas Kelvich Postgres Professional: http://www.postgrespro.com The Russian Postgres Company logical_twophase_v6.diff Description: Binary data logical_twophase_regresstest.diff Description: Binary data -- Sent via

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-04-04 Thread Stas Sergeev
01.04.2017 20:49, H. Peter Anvin пишет: <x...@kernel.org>,linux-ms...@vger.kernel.org,wine-de...@winehq.org From: h...@zytor.com Message-ID: <3fd12652-aa83-4d73-9914-bba089e58...@zytor.com> On April 1, 2017 6:08:43 AM PDT, Stas Sergeev <s...@list.ru> wrote: 30.03.2017 08:14,

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-04-04 Thread Stas Sergeev
01.04.2017 20:49, H. Peter Anvin пишет: ,linux-ms...@vger.kernel.org,wine-de...@winehq.org From: h...@zytor.com Message-ID: <3fd12652-aa83-4d73-9914-bba089e58...@zytor.com> On April 1, 2017 6:08:43 AM PDT, Stas Sergeev wrote: 30.03.2017 08:14, Ricardo Neri пишет: You know the

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-04-04 Thread Stas Sergeev
04.04.2017 05:05, Ricardo Neri пишет: On Sat, 2017-04-01 at 16:08 +0300, Stas Sergeev wrote: 30.03.2017 08:14, Ricardo Neri пишет: You know the wine's requirements now - they are very small. And dosemu doesn't need anything at all but smsw. And even smsw is very rare. But emulation is still

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-04-04 Thread Stas Sergeev
04.04.2017 05:05, Ricardo Neri пишет: On Sat, 2017-04-01 at 16:08 +0300, Stas Sergeev wrote: 30.03.2017 08:14, Ricardo Neri пишет: You know the wine's requirements now - they are very small. And dosemu doesn't need anything at all but smsw. And even smsw is very rare. But emulation is still

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-04-04 Thread Stas Sergeev
04.04.2017 05:05, Ricardo Neri пишет: On Sat, 2017-04-01 at 16:08 +0300, Stas Sergeev wrote: 30.03.2017 08:14, Ricardo Neri пишет: You know the wine's requirements now - they are very small. And dosemu doesn't need anything at all but smsw. And even smsw is very rare. But emulation is still

[bug #49814] vbe does not reset display start

2017-04-03 Thread Stas Sergeev
Follow-up Comment #3, bug #49814 (project grub): Hi. I am very sorry to not participate here, but the savannah e-mails got spam-blocked. :( So the problem is likely that I am not using the linux loader then? The relevant config part is: --- menuentry 'KOS_64' { recordfail

Re: [Wikidata-tech] wikidata-query-rdf cannot munge a custom Wikidata instance

2017-04-02 Thread Stas Malyshev
/entity/ > > When I substitute the https://example.com for http://example.com in my > RDF, the munge works. Hmm, it may be not accounting for https URLs.. I'll check that, thanks. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata-tech mailin

[jira] [Commented] (BEAM-1048) Spark Runner streaming batch duration does not include duration of reading from source

2017-04-02 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15952616#comment-15952616 ] Stas Levin commented on BEAM-1048: -- While batch duration is still (and probably won't be) reported as part

[jira] [Resolved] (BEAM-1048) Spark Runner streaming batch duration does not include duration of reading from source

2017-04-02 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin resolved BEAM-1048. -- Resolution: Workaround > Spark Runner streaming batch duration does not include duration of read

[jira] [Updated] (BEAM-1048) Spark Runner streaming batch duration does not include duration of reading from source

2017-04-02 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin updated BEAM-1048: - Fix Version/s: First stable release > Spark Runner streaming batch duration does not include durat

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-04-01 Thread Stas Sergeev
30.03.2017 08:14, Ricardo Neri пишет: You know the wine's requirements now - they are very small. And dosemu doesn't need anything at all but smsw. And even smsw is very rare. But emulation is still needed for SMSW, right? Likely so. If you want, I can enable the logging of this command and

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-04-01 Thread Stas Sergeev
30.03.2017 08:14, Ricardo Neri пишет: You know the wine's requirements now - they are very small. And dosemu doesn't need anything at all but smsw. And even smsw is very rare. But emulation is still needed for SMSW, right? Likely so. If you want, I can enable the logging of this command and

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-04-01 Thread Stas Sergeev
30.03.2017 08:14, Ricardo Neri пишет: You know the wine's requirements now - they are very small. And dosemu doesn't need anything at all but smsw. And even smsw is very rare. But emulation is still needed for SMSW, right? Likely so. If you want, I can enable the logging of this command and

Re: [Wikidata] Federation in the Wikidata Query Service

2017-03-31 Thread Stas Malyshev
be OK too. Please add the descriptions to https://www.wikidata.org/wiki/Wikidata:SPARQL_federation_input -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikidata

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-31 Thread Stas Sergeev
31.03.2017 17:11, Alexandre Julliard пишет: In fact it would be nice to be able to make sidt/sgdt/etc. segfault too. I know a new syscall is a pain, Maybe arch_prctl() then? -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-31 Thread Stas Sergeev
31.03.2017 17:11, Alexandre Julliard пишет: In fact it would be nice to be able to make sidt/sgdt/etc. segfault too. I know a new syscall is a pain, Maybe arch_prctl() then?

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-31 Thread Stas Sergeev
31.03.2017 17:11, Alexandre Julliard пишет: In fact it would be nice to be able to make sidt/sgdt/etc. segfault too. I know a new syscall is a pain, Maybe arch_prctl() then?

Re: [Wikidata] Federation in the Wikidata Query Service

2017-03-31 Thread Stas Malyshev
tend it. I plan to see how it fares and if there's not anything wrong that we've missed (doesn't look like it so far, which is good) and add next batch next week - which means it would be deployed in April 10th deployment window (we deploy WDQS stuff on Mondays usually). -- Stas Malyshev smalys..

Re: [Wikidata] Federation in the Wikidata Query Service

2017-03-31 Thread Stas Malyshev
ut. After we're done with CC-By ones, I'll probably clean up that page a bit and update it for more long-term structure but it seems something like that would work. -- Stas Malyshev smalys...@wikimedia.org ___ Wikidata mailing list Wikidata@lists.wiki

Re: [Wikidata] Federation in the Wikidata Query Service

2017-03-31 Thread Stas Malyshev
UniProt docs that says this case is OK (within some kind of FAQ probably? Maybe http://www.uniprot.org/help/license ) or somehow a way to make an official permission (some kind of letter to le...@wikimedia.org? I don't know, I don't have much experience with this) that would make it much easier. --

[Wikidata] Federation in the Wikidata Query Service

2017-03-30 Thread Stas Malyshev
://labs.europeana.eu/api/linked-open-data-sparql-endpoint [2] http://nomisma.org/ [3] http://data.cervantesvirtual.com/about [4] http://datos.bne.es/sparql?help=intro [5] https://www.mediawiki.org/wiki/Wikidata_query_service/User_Manual#Federation -- Stas Malyshev smalys...@wikimedia.org

[jira] [Updated] (BEAM-1839) Optimize StatelessJavaSerializer

2017-03-30 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin updated BEAM-1839: - Summary: Optimize StatelessJavaSerializer (was: Opitimize StatelessJavaSerializer) > Optim

[jira] [Updated] (BEAM-1839) Opitimize StatelessJavaSerializer

2017-03-30 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin updated BEAM-1839: - Description: Since Kryo uses reflection to sequentially look for constructor signatures, we can prevent

[jira] [Resolved] (BEAM-1713) SparkRuntimeContext instances are leaking via StateSpecFunctions#mapSourceFunction

2017-03-30 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin resolved BEAM-1713. -- Resolution: Fixed Fix Version/s: First stable release > SparkRuntimeContext instances are leak

[jira] [Resolved] (BEAM-1839) Opitimize StatelessJavaSerializer

2017-03-30 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin resolved BEAM-1839. -- Resolution: Fixed Fix Version/s: First stable release > Opitimize StatelessJavaSeriali

[jira] [Created] (BEAM-1839) Opitimize StatelessJavaSerializer

2017-03-30 Thread Stas Levin (JIRA)
Stas Levin created BEAM-1839: Summary: Opitimize StatelessJavaSerializer Key: BEAM-1839 URL: https://issues.apache.org/jira/browse/BEAM-1839 Project: Beam Issue Type: Improvement

[jira] [Resolved] (BEAM-1828) GlobalWatermarkHolder uses unpersist instead of destory

2017-03-30 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin resolved BEAM-1828. -- Resolution: Fixed Fix Version/s: First stable release > GlobalWatermarkHolder uses unpers

[jira] [Commented] (BEAM-1676) SdkCoreApiSurfaceTest Failed When Directory Contains Space

2017-03-30 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15948913#comment-15948913 ] Stas Levin commented on BEAM-1676: -- This has recently been fixed in {{Guava}}'s [master|https

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-30 Thread Stas Sergeev
30.03.2017 08:14, Ricardo Neri пишет: But at least dosemu implements it, so probably it is needed. Right. Of course if it is used by one of 100 DOS progs, then there is an option to just add its support to dosemu2 and pretend the compatibility problems did not exist. :) Do you mean relaying

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-30 Thread Stas Sergeev
30.03.2017 08:14, Ricardo Neri пишет: But at least dosemu implements it, so probably it is needed. Right. Of course if it is used by one of 100 DOS progs, then there is an option to just add its support to dosemu2 and pretend the compatibility problems did not exist. :) Do you mean relaying

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-30 Thread Stas Sergeev
30.03.2017 08:14, Ricardo Neri пишет: But at least dosemu implements it, so probably it is needed. Right. Of course if it is used by one of 100 DOS progs, then there is an option to just add its support to dosemu2 and pretend the compatibility problems did not exist. :) Do you mean relaying

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-29 Thread Stas Sergeev
11.03.2017 02:59, Ricardo Neri пишет: On Fri, 2017-03-10 at 14:33 +0300, Stas Sergeev wrote: Why would you need one? Or do you really want to allow these instructions in v86 by the means of emulation? If so - this wasn't clearly stated in the patch description, neither it was properly

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-29 Thread Stas Sergeev
11.03.2017 02:59, Ricardo Neri пишет: On Fri, 2017-03-10 at 14:33 +0300, Stas Sergeev wrote: Why would you need one? Or do you really want to allow these instructions in v86 by the means of emulation? If so - this wasn't clearly stated in the patch description, neither it was properly

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-29 Thread Stas Sergeev
11.03.2017 02:59, Ricardo Neri пишет: On Fri, 2017-03-10 at 14:33 +0300, Stas Sergeev wrote: Why would you need one? Or do you really want to allow these instructions in v86 by the means of emulation? If so - this wasn't clearly stated in the patch description, neither it was properly

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-29 Thread Stas Sergeev
29.03.2017 07:38, Ricardo Neri пишет: Probably you could also remove the sldt and str emulation for protected mode, because, as I understand from this thread, wine does not need those. I see. I would lean on keeping the emulation because I already implemented it :), for completeness, and

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-29 Thread Stas Sergeev
29.03.2017 07:38, Ricardo Neri пишет: Probably you could also remove the sldt and str emulation for protected mode, because, as I understand from this thread, wine does not need those. I see. I would lean on keeping the emulation because I already implemented it :), for completeness, and

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-29 Thread Stas Sergeev
29.03.2017 07:38, Ricardo Neri пишет: Probably you could also remove the sldt and str emulation for protected mode, because, as I understand from this thread, wine does not need those. I see. I would lean on keeping the emulation because I already implemented it :), for completeness, and

Re: [HACKERS] logical decoding of two-phase transactions

2017-03-29 Thread Stas Kelvich
finitely has to be rejected because of that. And I didn't > bring this up at the last minute, I repeatedly brought it up before. > Both to Craig and Stas. Okay. In order to find more realistic cases that blocks replication i’ve created following setup: * in backend: tests_decoding plugins hooks o

[jira] [Assigned] (BEAM-1828) GlobalWatermarkHolder uses unpersist instead of destory

2017-03-29 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1828?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin reassigned BEAM-1828: Assignee: Stas Levin (was: Amit Sela) > GlobalWatermarkHolder uses unpersist instead of dest

[jira] [Created] (BEAM-1828) GlobalWatermarkHolder uses unpersist instead of destory

2017-03-29 Thread Stas Levin (JIRA)
Stas Levin created BEAM-1828: Summary: GlobalWatermarkHolder uses unpersist instead of destory Key: BEAM-1828 URL: https://issues.apache.org/jira/browse/BEAM-1828 Project: Beam Issue Type: Bug

Re: [DISCUSS] Change "RunnableOnService" To A More Intuitive Name

2017-03-29 Thread Stas Levin
t will already be available. > > > > The one wrinkle here is that NeedsRunner is used in Stas's abandoned node > > detection in TestPipeline, a very useful piece of functionality. My > > suggestion here would be to just turn on abandoned node detection by > > default; tests whic

[jira] [Commented] (BEAM-1499) Update testing documentation at beam-site

2017-03-28 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15944993#comment-15944993 ] Stas Levin commented on BEAM-1499: -- [~jasonkuster], we can add some info following the change

[jira] [Updated] (BEAM-1712) TestPipeline.run should perhaps waitUntilFinish

2017-03-28 Thread Stas Levin (JIRA)
[ https://issues.apache.org/jira/browse/BEAM-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stas Levin updated BEAM-1712: - Priority: Minor (was: Major) > TestPipeline.run should perhaps waitUntilFin

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-28 Thread Stas Sergeev
28.03.2017 02:46, Ricardo Neri пишет: On Tue, 2017-03-14 at 00:25 +0300, Stas Sergeev wrote: 11.03.2017 02:59, Ricardo Neri пишет: On Fri, 2017-03-10 at 14:33 +0300, Stas Sergeev wrote: Why would you need one? Or do you really want to allow these instructions in v86 by the means of emulation

Re: [v6 PATCH 00/21] x86: Enable User-Mode Instruction Prevention

2017-03-28 Thread Stas Sergeev
28.03.2017 02:46, Ricardo Neri пишет: On Tue, 2017-03-14 at 00:25 +0300, Stas Sergeev wrote: 11.03.2017 02:59, Ricardo Neri пишет: On Fri, 2017-03-10 at 14:33 +0300, Stas Sergeev wrote: Why would you need one? Or do you really want to allow these instructions in v86 by the means of emulation

Re: [DISCUSS] Change "RunnableOnService" To A More Intuitive Name

2017-03-28 Thread Stas Levin
Jason, I can add the write-up in https://github.com/apache/beam/pull/2077#issuecomment-282273273 to the testing section <https://beam.apache.org/contribute/testing/> as part of the upcoming doc updates in light of "RunnableOnService" becoming "NeedsRunner". -Stas On

Re: [HACKERS] logical decoding of two-phase transactions

2017-03-27 Thread Stas Kelvich
> On 28 Mar 2017, at 00:25, Andres Freund <and...@anarazel.de> wrote: > > Hi, > > On 2017-03-28 00:19:29 +0300, Stas Kelvich wrote: >> Ok, here it is. > > On a very quick skim, this doesn't seem to solve the issues around > deadlocks of prepared tr

Re: [HACKERS] logical decoding of two-phase transactions

2017-03-27 Thread Stas Kelvich
> On 28 Mar 2017, at 00:19, Stas Kelvich <s.kelv...@postgrespro.ru> wrote: > > * It is actually doesn’t pass one of mine regression tests. I’ve added > expected output > as it should be. I’ll try to send follow up message with fix, but right now > sending it > as is,

Re: [HACKERS] logical decoding of two-phase transactions

2017-03-27 Thread Stas Kelvich
> On 27 Mar 2017, at 16:29, Craig Ringer <cr...@2ndquadrant.com> wrote: > > On 27 March 2017 at 17:53, Stas Kelvich <s.kelv...@postgrespro.ru> wrote: > >> I’m heavily underestimated amount of changes there, but almost finished >> and will send updated patch

Re: [HACKERS] logical decoding of two-phase transactions

2017-03-27 Thread Stas Kelvich
t useful for the main case when commit/abort is generated after receiver side will answer to prepares. Also that two-pass scan is a massive change in relcache.c and genam.c (FWIW there were no problems with cache, but some problems with index scan and handling one-to-many queries to catalog, e.g

<    2   3   4   5   6   7   8   9   10   11   >