Fwd: Google Summer of Code 2019 is coming

2019-01-25 Thread Matteo Merli
The ASF is applying to GSoC 2019 and is asking to projects to start submitting proposals. It would be good if we can have a list of projects that we can propose. Please create or tag issues on github with the label "gsoc2019" and we'll be submit the proposals. (or just reply to this email with pr

Jenkins build is back to normal : pulsar-website-build #536

2019-01-25 Thread Apache Jenkins Server
See

Re: [DISCUSSION] Delayed message delivery

2019-01-25 Thread Ivan Kelly
> Correct. PIP-26 can be implemented in Functions. I believe the last > discussion in PIP-26 thread kind of agree on functions approach. > If the community is okay with PIP-26 in functions, I think that is probably > a good approach to start. +1 for doing it in functions. -Ivan

Re: Build failed in Jenkins: pulsar-website-build #535

2019-01-25 Thread Jia Zhai
Thanks Pingle for the help, Yes, from the error, seems the directory is not exist. It is strange that it got success before. I verified on my Mac, without `mkdir -p /pulsar/generated-site/content`, build will meet same error. with it, build will success. Best Regards. Jia Zhai Beijing, China

?????? Build failed in Jenkins: pulsar-website-build #535

2019-01-25 Thread Pingle Wang
cp: target '/pulsar/generated-site/content' is not a directory if dir not exists, this error is reported using the CP command. so docker-build-site.sh fix as : && rm -rf /pulsar/generated-site/content && mkdir -p /pulsar/generated-site/content && cp -R ./build/pulsar/* /pulsar/generated-si

Re: Build failed in Jenkins: pulsar-website-build #535

2019-01-25 Thread Sijie Guo
Hi all, It seem that website build keeps failing. Anyone has time looking into it? - Sijie On Fri, Jan 25, 2019 at 1:14 AM Apache Jenkins Server < jenk...@builds.apache.org> wrote: > See < > https://builds.apache.org/job/pulsar-website-build/535/display/redirect?page=changes > > > > Changes: >

Build failed in Jenkins: pulsar-website-build #535

2019-01-25 Thread Apache Jenkins Server
See Changes: [mmerli] Issue #3332: fix httplookup issue for get ns/topics in cpp (#3407) [github] Added support for ZSTD compression (#3159) [mmerli] Use ConsumerConfig instead of ProducerConfig in PulsarKaf