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

mmerli pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 2876e17  Updated site at revision e9619fa
2876e17 is described below

commit 2876e17986c4d77a4af0a1907943d9f5f9d796c8
Author: jenkins <[email protected]>
AuthorDate: Sat May 4 08:35:51 2019 +0000

    Updated site at revision e9619fa
---
 content/docs/en/next/reference-configuration.html  |  1 +
 .../en/next/reference-configuration/index.html     |  1 +
 content/swagger/swagger.json                       | 22 +++++++-------
 content/swagger/swaggerfunctions.json              | 34 +++++++++++-----------
 4 files changed, 30 insertions(+), 28 deletions(-)

diff --git a/content/docs/en/next/reference-configuration.html 
b/content/docs/en/next/reference-configuration.html
index 3da301b..227567b 100644
--- a/content/docs/en/next/reference-configuration.html
+++ b/content/docs/en/next/reference-configuration.html
@@ -237,6 +237,7 @@
 <tr><td>managedLedgerDefaultWriteQuorum</td><td>Number of copies to store for 
each message</td><td>2</td></tr>
 <tr><td>managedLedgerDefaultAckQuorum</td><td>Number of guaranteed copies 
(acks to wait before write is complete)</td><td>2</td></tr>
 <tr><td>managedLedgerCacheSizeMB</td><td>Amount of memory to use for caching 
data payload in managed ledger. This memory is allocated from JVM direct memory 
and it’s shared across all the topics running in the same broker. By default, 
uses 1/5th of available direct memory</td><td></td></tr>
+<tr><td>managedLedgerCacheCopyEntries</td><td>Whether we should make a copy of 
the entry payloads when inserting in cache</td><td>false</td></tr>
 <tr><td>managedLedgerCacheEvictionWatermark</td><td>Threshold to which bring 
down the cache level when eviction is triggered</td><td>0.9</td></tr>
 <tr><td>managedLedgerCacheEvictionFrequency</td><td>Configure the cache 
eviction frequency for the managed ledger cache 
(evictions/sec)</td><td>100.0</td></tr>
 <tr><td>managedLedgerCacheEvictionTimeThresholdMillis</td><td>All entries that 
have stayed in cache for more than the configured time, will be 
evicted</td><td>1000</td></tr>
diff --git a/content/docs/en/next/reference-configuration/index.html 
b/content/docs/en/next/reference-configuration/index.html
index 3da301b..227567b 100644
--- a/content/docs/en/next/reference-configuration/index.html
+++ b/content/docs/en/next/reference-configuration/index.html
@@ -237,6 +237,7 @@
 <tr><td>managedLedgerDefaultWriteQuorum</td><td>Number of copies to store for 
each message</td><td>2</td></tr>
 <tr><td>managedLedgerDefaultAckQuorum</td><td>Number of guaranteed copies 
(acks to wait before write is complete)</td><td>2</td></tr>
 <tr><td>managedLedgerCacheSizeMB</td><td>Amount of memory to use for caching 
data payload in managed ledger. This memory is allocated from JVM direct memory 
and it’s shared across all the topics running in the same broker. By default, 
uses 1/5th of available direct memory</td><td></td></tr>
+<tr><td>managedLedgerCacheCopyEntries</td><td>Whether we should make a copy of 
the entry payloads when inserting in cache</td><td>false</td></tr>
 <tr><td>managedLedgerCacheEvictionWatermark</td><td>Threshold to which bring 
down the cache level when eviction is triggered</td><td>0.9</td></tr>
 <tr><td>managedLedgerCacheEvictionFrequency</td><td>Configure the cache 
eviction frequency for the managed ledger cache 
(evictions/sec)</td><td>100.0</td></tr>
 <tr><td>managedLedgerCacheEvictionTimeThresholdMillis</td><td>All entries that 
have stayed in cache for more than the configured time, will be 
evicted</td><td>1000</td></tr>
diff --git a/content/swagger/swagger.json b/content/swagger/swagger.json
index 3a2a1d0..f9ad9ad 100644
--- a/content/swagger/swagger.json
+++ b/content/swagger/swagger.json
@@ -4105,7 +4105,7 @@
           "200" : {
             "description" : "successful operation",
             "schema" : {
-              "$ref" : "#/definitions/NonPersistentTopicStats"
+              "$ref" : "#/definitions/TopicStats"
             }
           },
           "403" : {
@@ -7170,21 +7170,24 @@
         "loadReportType" : {
           "type" : "string"
         },
-        "memory" : {
+        "cpu" : {
           "$ref" : "#/definitions/ResourceUsage"
         },
         "directMemory" : {
           "$ref" : "#/definitions/ResourceUsage"
         },
+        "lastUpdate" : {
+          "type" : "integer",
+          "format" : "int64"
+        },
         "bandwidthIn" : {
           "$ref" : "#/definitions/ResourceUsage"
         },
         "bandwidthOut" : {
           "$ref" : "#/definitions/ResourceUsage"
         },
-        "lastUpdate" : {
-          "type" : "integer",
-          "format" : "int64"
+        "memory" : {
+          "$ref" : "#/definitions/ResourceUsage"
         },
         "msgThroughputIn" : {
           "type" : "number",
@@ -7193,9 +7196,6 @@
         "msgThroughputOut" : {
           "type" : "number",
           "format" : "double"
-        },
-        "cpu" : {
-          "$ref" : "#/definitions/ResourceUsage"
         }
       }
     },
@@ -8180,11 +8180,11 @@
     "ResourceUnit" : {
       "type" : "object",
       "properties" : {
-        "availableResource" : {
-          "$ref" : "#/definitions/ResourceDescription"
-        },
         "resourceId" : {
           "type" : "string"
+        },
+        "availableResource" : {
+          "$ref" : "#/definitions/ResourceDescription"
         }
       }
     },
diff --git a/content/swagger/swaggerfunctions.json 
b/content/swagger/swaggerfunctions.json
index b9da358..d75669e 100644
--- a/content/swagger/swaggerfunctions.json
+++ b/content/swagger/swaggerfunctions.json
@@ -1163,8 +1163,12 @@
     "Message" : {
       "type" : "object",
       "properties" : {
-        "topicName" : {
-          "type" : "string"
+        "messageId" : {
+          "$ref" : "#/definitions/MessageId"
+        },
+        "sequenceId" : {
+          "type" : "integer",
+          "format" : "int64"
         },
         "publishTime" : {
           "type" : "integer",
@@ -1174,44 +1178,40 @@
           "type" : "integer",
           "format" : "int64"
         },
-        "keyBytes" : {
+        "topicName" : {
+          "type" : "string"
+        },
+        "orderingKey" : {
           "type" : "array",
           "items" : {
             "type" : "string",
             "format" : "byte"
           }
         },
-        "schemaVersion" : {
+        "encryptionCtx" : {
+          "$ref" : "#/definitions/EncryptionContext"
+        },
+        "keyBytes" : {
           "type" : "array",
           "items" : {
             "type" : "string",
             "format" : "byte"
           }
         },
-        "encryptionCtx" : {
-          "$ref" : "#/definitions/EncryptionContext"
+        "producerName" : {
+          "type" : "string"
         },
         "redeliveryCount" : {
           "type" : "integer",
           "format" : "int32"
         },
-        "orderingKey" : {
+        "schemaVersion" : {
           "type" : "array",
           "items" : {
             "type" : "string",
             "format" : "byte"
           }
         },
-        "messageId" : {
-          "$ref" : "#/definitions/MessageId"
-        },
-        "producerName" : {
-          "type" : "string"
-        },
-        "sequenceId" : {
-          "type" : "integer",
-          "format" : "int64"
-        },
         "data" : {
           "type" : "array",
           "items" : {

Reply via email to