[GitHub] macthestack commented on issue #2697: Offloading fails

2018-10-04 Thread GitBox
macthestack commented on issue #2697: Offloading fails
URL: https://github.com/apache/pulsar/issues/2697#issuecomment-427086068
 
 
   Here we go:
   
   
[stderr](https://storage.googleapis.com/pulsar-topic-offload/stderr/2018/10/04/15%3A00%3A00_15%3A59%3A59_S0.json)
   
[stdout](https://storage.googleapis.com/pulsar-topic-offload/stdout/2018/10/04/15%3A00%3A00_15%3A59%3A59_S0.json)
   
   I left everything in.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] macthestack commented on issue #2697: Offloading fails

2018-10-04 Thread GitBox
macthestack commented on issue #2697: Offloading fails
URL: https://github.com/apache/pulsar/issues/2697#issuecomment-427018049
 
 
   sure, I'll spin up a fresh cluster, thanks for the help


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] macthestack commented on issue #2697: Offloading fails

2018-10-04 Thread GitBox
macthestack commented on issue #2697: Offloading fails
URL: https://github.com/apache/pulsar/issues/2697#issuecomment-427014844
 
 
   I actually set it before the broker start in this sequence:
   
   ```
   bin/apply-config-from-env.py conf/broker.conf &&
   bin/apply-config-from-env.py conf/pulsar_env.sh &&
   bin/pulsar broker
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] macthestack commented on issue #2697: Offloading fails

2018-10-04 Thread GitBox
macthestack commented on issue #2697: Offloading fails
URL: https://github.com/apache/pulsar/issues/2697#issuecomment-427006978
 
 
   ```
   ### --- Ledger Offloading --- ###
   
   # Driver to use to offload old data to long term storage (Possible values: 
S3)
   managedLedgerOffloadDriver=aws-s3
   
   # Maximum number of thread pool threads for ledger offloading
   managedLedgerOffloadMaxThreads=2
   
   # For Amazon S3 ledger offload, AWS region
   s3ManagedLedgerOffloadRegion=eu-west-1
   
   # For Amazon S3 ledger offload, Bucket to place offloadedledger into
   s3ManagedLedgerOffloadBucket=pulsar-topic-offload
   
   # For Amazon S3 ledger offload, Alternative endpoint to connect to (useful 
for testing)
   s3ManagedLedgerOffloadServiceEndpoint=
   
   # For Amazon S3 ledger offload, Max block size in bytes. (64MB by default, 
5MB minimum)
   s3ManagedLedgerOffloadMaxBlockSizeInBytes=67108864
   
   # For Amazon S3 ledger offload, Read buffer size in bytes(1MB by default)
   s3ManagedLedgerOffloadReadBufferSizeInBytes=1048576
   ```


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services