You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by ab...@apache.org on 2021/11/23 10:02:41 UTC

[druid] branch master updated: Docs: Remove reference to deprecated field `targetPartitionSize` (#11974)

This is an automated email from the ASF dual-hosted git repository.

abhishek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new 6607e4c  Docs: Remove reference to deprecated field `targetPartitionSize` (#11974)
6607e4c is described below

commit 6607e4cc7538761dd0065a68e311f03e1a1ecd94
Author: Kashif Faraz <ka...@gmail.com>
AuthorDate: Tue Nov 23 15:32:16 2021 +0530

    Docs: Remove reference to deprecated field `targetPartitionSize` (#11974)
    
    * Remove reference to deprecated field `targetPartitionSize`
    
    * Fix spelling of LeaderLatch
---
 docs/design/segments.md | 2 +-
 website/.spelling       | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/design/segments.md b/docs/design/segments.md
index a358299..be31954 100644
--- a/docs/design/segments.md
+++ b/docs/design/segments.md
@@ -32,7 +32,7 @@ operate well under heavy query load, it is important for the segment
 file size to be within the recommended range of 300MB-700MB. If your
 segment files are larger than this range, then consider either
 changing the granularity of the time interval or partitioning your
-data and tweaking the `targetPartitionSize` in your `partitionsSpec`
+data and tweaking the `targetRowsPerSegment` in your `partitionsSpec`
 (a good starting point for this parameter is 5 million rows).  See the
 sharding section below and the 'Partitioning specification' section of
 the [Batch ingestion](../ingestion/hadoop.md#partitionsspec) documentation
diff --git a/website/.spelling b/website/.spelling
index 0c98fd8..33e357c 100644
--- a/website/.spelling
+++ b/website/.spelling
@@ -473,7 +473,6 @@ druid-s3-extensions
  - ../docs/dependencies/metadata-storage.md
 BasicDataSource
  - ../docs/dependencies/zookeeper.md
-LeadershipLatch
 LeaderLatch
 3.5.x
 3.4.x

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org