You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/31 11:46:52 UTC

[GitHub] [pulsar] ethqunzhong opened a new pull request, #15860: Support Tiered-Storage Provider for Tencent Cloud COS

ethqunzhong opened a new pull request, #15860:
URL: https://github.com/apache/pulsar/pull/15860

   ### Motivation
   
   add new featrue to support tiered storage by tencent cloud cos 
   
   ### Modifications
   
   Tencent Cloud COS is compatible with the S3 API.
   official document as below:
   China: https://cloud.tencent.com/document/product/436/41284
   International: https://intl.cloud.tencent.com/document/product/436/34688
   
   ### Verifying this change
   
   * test at local
   * test at product env
   
   ### Does this pull request potentially affect one of the following parts:
   
   *If `yes` was chosen, please highlight the changes*
   
   - Dependencies (does it add or upgrade a dependency): (no)
   - The public API: (no)
   - The schema: (no)
   - The default values of configurations: (no)
   - The wire protocol: (no)
   - The rest endpoints: (yes)
   - The admin cli options: (yes)
   - Anything that affects deployment: (no)
   
   ### Documentation
   
   - [x] `no-need-doc` 
   
   i will commit a new PR for adding documents.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] ethqunzhong commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

Posted by GitBox <gi...@apache.org>.
ethqunzhong commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1144632188

   > > I think [this implementation](https://github.com/apache/pulsar/pull/15710) already covered all the S3-compatible storage services?
   > 
   > great! i will test this implementation for tencent cloud cos, because tencent cloud cos also compatible with the S3 API.
   
   @zymap hi, I use this implementation to offload data into tencent cloud cos failed because cos is use virtual host-style as default and s3 provider default is path-style.
   
   and i think we cloud add a "s3-compatible-storage" offloader to offload data into all these s3-compatible-storages.
   
   I commit a new PR to solve this problem. PTAL #15893


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1142028903

   @ethqunzhong:Thanks for your contribution. For this PR, do we need to update docs?
   (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/master/.github/PULL_REQUEST_TEMPLATE.md#documentation), which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] ethqunzhong commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

Posted by GitBox <gi...@apache.org>.
ethqunzhong commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1142100291

   > I think [this implementation](https://github.com/apache/pulsar/pull/15710) already covered all the S3-compatible storage services?
   
   great! i will test this implementation for tencent cloud cos.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] ethqunzhong commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

Posted by GitBox <gi...@apache.org>.
ethqunzhong commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1142031988

   > @ethqunzhong:Thanks for your contribution. For this PR, do we need to update docs? (The [PR template contains info about doc](https://github.com/apache/pulsar/blob/master/.github/PULL_REQUEST_TEMPLATE.md#documentation), which helps others know more about the changes. Can you provide doc-related info in this and future PR descriptions? Thanks)
   
   i will commit a new PR for adding documents independent.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1142031312

   @ethqunzhong:Thanks for providing doc info!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] ethqunzhong commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

Posted by GitBox <gi...@apache.org>.
ethqunzhong commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1142032271

   /pulsarbot run-failure-checks


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] zymap commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

Posted by GitBox <gi...@apache.org>.
zymap commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1146937875

   You can specify it using the jclouds properties. https://github.com/apache/pulsar/pull/15710/files#diff-5fa8cee1e48758e8c2ace441539e0fd696aef158af2da84341532c3e492efc61R333. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [pulsar] github-actions[bot] commented on pull request #15860: Support Tiered-Storage Provider for Tencent Cloud COS

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on PR #15860:
URL: https://github.com/apache/pulsar/pull/15860#issuecomment-1175700777

   The pr had no activity for 30 days, mark with Stale label.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org