[jira] [Commented] (OAK-10458) Indexing job: Make LZ4 the default compression algorithm in OAK

2023-10-02 Thread Julian Reschke (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17771014#comment-17771014
 ] 

Julian Reschke commented on OAK-10458:
--

Also note that we have standard utils for reading system properties in 
oak-commons.

> Indexing job: Make LZ4 the default compression algorithm in OAK
> ---
>
> Key: OAK-10458
> URL: https://issues.apache.org/jira/browse/OAK-10458
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: indexing
>Reporter: Nuno Santos
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (OAK-10458) Indexing job: Make LZ4 the default compression algorithm in OAK

2023-09-29 Thread Nitin Gupta (Jira)


[ 
https://issues.apache.org/jira/browse/OAK-10458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17770460#comment-17770460
 ] 

Nitin Gupta commented on OAK-10458:
---

Seems like the compression is being read from system property here as well 
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/incrementalstore/IncrementalStoreBuilder.java#L57
  and 
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/incrementalstore/IncrementalStoreBuilder.java#L57
 here too. We would need to change the default here as well.

Might be best to move this out to some util class and use it from there in 
different places. Also maybe we can expose the default value so that it can be 
used by clients as well.

> Indexing job: Make LZ4 the default compression algorithm in OAK
> ---
>
> Key: OAK-10458
> URL: https://issues.apache.org/jira/browse/OAK-10458
> Project: Jackrabbit Oak
>  Issue Type: Improvement
>  Components: indexing
>Reporter: Nuno Santos
>Priority: Minor
>  Labels: Indexing
> Fix For: 1.58.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)