Jenkins build is still unstable: pulsar-master #375

2018-04-05 Thread Apache Jenkins Server
See 




Re: [DISCUSS] PIP-16: Tiered storage

2018-04-05 Thread Matteo Merli
Added to Wiki as well at :
https://github.com/apache/incubator-pulsar/wiki/PIP-17:-Tiered-storage-for-Pulsar-topics

On Thu, Apr 5, 2018 at 8:52 AM Ivan Kelly  wrote:

> Hi folks,
>
> This proposal is to add tiered storage to pulsar.
>
> Storing backlogs on bookies for a long time can get expensive. If
> there are other cheaper forms of storage available (S3/HDFS), capex
> can be reduced by moving older data to this storage.
>
> The proposed design proposes an interface to do this, with an initial
> implementation targeted at S3. However the interface is general enough
> that HDFS could also be used.
>
> Design doc:
> https://docs.google.com/document/d/1UTMlYA-1XmqIFeyyWPSzva0AmI7vNRsVCEkkde8WYEM/edit?usp=sharing
> Prototype/PoC
> :
> https://github.com/ivankelly/incubator-pulsar/tree/s3-offload-proto
>
> Cheers,
> Ivan
>
-- 
Matteo Merli



[DISCUSS] PIP-16: Tiered storage

2018-04-05 Thread Ivan Kelly
Hi folks,

This proposal is to add tiered storage to pulsar.

Storing backlogs on bookies for a long time can get expensive. If
there are other cheaper forms of storage available (S3/HDFS), capex
can be reduced by moving older data to this storage.

The proposed design proposes an interface to do this, with an initial
implementation targeted at S3. However the interface is general enough
that HDFS could also be used.

Design doc: 
https://docs.google.com/document/d/1UTMlYA-1XmqIFeyyWPSzva0AmI7vNRsVCEkkde8WYEM/edit?usp=sharing
Prototype/PoC: 
https://github.com/ivankelly/incubator-pulsar/tree/s3-offload-proto

Cheers,
Ivan


Jenkins build became unstable: pulsar-master #373

2018-04-05 Thread Apache Jenkins Server
See