[jira] [Commented] (KAFKA-1728) update 082 docs

2015-01-21 Thread Jun Rao (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14286158#comment-14286158
 ] 

Jun Rao commented on KAFKA-1728:


Thanks for the patch for missing configs . +1 and committed to site.

 update 082 docs
 ---

 Key: KAFKA-1728
 URL: https://issues.apache.org/jira/browse/KAFKA-1728
 Project: Kafka
  Issue Type: Task
Affects Versions: 0.8.2
Reporter: Jun Rao
Priority: Blocker
 Fix For: 0.8.2

 Attachments: default-config-value-0.8.2.patch, 
 missing-config-props-0.8.2.patch


 We need to update the docs for 082 release.
 https://svn.apache.org/repos/asf/kafka/site/082
 http://kafka.apache.org/082/documentation.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-1728) update 082 docs

2015-01-20 Thread Jun Rao (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14285029#comment-14285029
 ] 

Jun Rao commented on KAFKA-1728:


Thanks for the patch. +1 and committed to site.

1. Yes, could you create a new patch to add them?

 update 082 docs
 ---

 Key: KAFKA-1728
 URL: https://issues.apache.org/jira/browse/KAFKA-1728
 Project: Kafka
  Issue Type: Task
Affects Versions: 0.8.2
Reporter: Jun Rao
Priority: Blocker
 Fix For: 0.8.2

 Attachments: default-config-value-0.8.2.patch


 We need to update the docs for 082 release.
 https://svn.apache.org/repos/asf/kafka/site/082
 http://kafka.apache.org/082/documentation.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-1728) update 082 docs

2015-01-19 Thread Jun Rao (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14282685#comment-14282685
 ] 

Jun Rao commented on KAFKA-1728:


Thanks for the update. Could you attach a patch against 
https://svn.apache.org/repos/asf/kafka/site/082 ? Thanks,

 update 082 docs
 ---

 Key: KAFKA-1728
 URL: https://issues.apache.org/jira/browse/KAFKA-1728
 Project: Kafka
  Issue Type: Task
Affects Versions: 0.8.2
Reporter: Jun Rao
Priority: Blocker
 Fix For: 0.8.2


 We need to update the docs for 082 release.
 https://svn.apache.org/repos/asf/kafka/site/082
 http://kafka.apache.org/082/documentation.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-1728) update 082 docs

2015-01-18 Thread Manikumar Reddy (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14282166#comment-14282166
 ] 

Manikumar Reddy commented on KAFKA-1728:



we need to update the default values of the following config properties in 
0.8.2 docs.

||Config property||Default value in code|| Default value in docs||
|background.threads | 10 | 4 |
|controller.message.queue.size| Int.MaxValue | 10 |
|fetch.purgatory.purge.interval.requests | 1000 | 1 |
|producer.purgatory.purge.interval.requests| 1000 | 1 |
|offset.metadata.max.bytes | 4096 | 1024 |
|log.cleaner.io.max.bytes.per.second|Double.MaxValue|None|
|log.flush.interval.messages|Long.MaxValue|None|
|log.flush.scheduler.interval.ms|Long.MaxValue|3000|
|log.flush.interval.ms|Long.MaxValue|3000|
|queued.max.message.chunks|2|10|


 update 082 docs
 ---

 Key: KAFKA-1728
 URL: https://issues.apache.org/jira/browse/KAFKA-1728
 Project: Kafka
  Issue Type: Task
Affects Versions: 0.8.2
Reporter: Jun Rao
Priority: Blocker
 Fix For: 0.8.2


 We need to update the docs for 082 release.
 https://svn.apache.org/repos/asf/kafka/site/082
 http://kafka.apache.org/082/documentation.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-1728) update 082 docs

2015-01-13 Thread Manikumar Reddy (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14275002#comment-14275002
 ] 

Manikumar Reddy commented on KAFKA-1728:


just want to update new producer JMX metrics . Not sure where to update.

*MBean Name*: kafka.producer:type=producer-metrics,client-id=\[producerId\]
   Ex: 
kafka.producer:type=producer-metrics,client-id=my-producer
||Attribute||Description||
|waiting-threads | The number of user threads blocked waiting for buffer memory 
to enqueue their records|
|buffer-total-bytes | The maximum amount of buffer memory the client can use 
(whether or not it is currently used).|
|buffer-available-bytes |The total amount of buffer memory that is not being 
used (either unallocated or in the free list).|
|bufferpool-wait-time |The fraction of time an appender waits for space 
allocation.|
|batch-size-avg  |The average number of bytes sent per partition per-request.|
|batch-size-max  |The max number of bytes sent per partition per-request.|
|compression-rate-avg| The average compression rate of record batches.|
| record-queue-time-avg  |The average time in ms record batches spent in the  
record accumulator.|
| record-queue-time-max  |The maximum time in ms record batches spent in the 
record accumulator|.
|request-latency-avg |The average request latency in ms |
|request-latency-max |The maximum request latency in ms|
|record-send-rate| The average number of records sent per second.|
| records-per-request-avg |The average number of records per request.|
| record-retry-rate |The average per-second number of retried record sends|
|record-error-rate |The average per-second number of record sends that resulted 
in errors|
|record-size-max |The maximum record size|
|record-size-avg  |The average record size|
|requests-in-flight |The current number of in-flight requests awaiting a 
response.|
| metadata-age |The age in seconds of the current producer metadata being used.|
|connection-close-rate | Connections closed per second in the window.|
| connection-creation-rate  |New connections established per second in the 
window.|
|network-io-rate |The average number of network operations (reads or writes) on 
all connections per second.|
|outgoing-byte-rate |The average number of outgoing bytes sent per second to 
all servers.|
| request-rate |The average number of requests sent per second.|
|request-size-avg |The average size of all requests in the window..|
|request-size-max |The maximum size of any request sent in the window.|
|incoming-byte-rate |Bytes/second read off all sockets|
|response-rate |Responses received sent per second.|
| select-rate| Number of times the I/O layer checked for new I/O to perform per 
second|
|io-wait-time-ns-avg |The average length of time the I/O thread spent waiting 
for a socket ready for reads or writes in nanoseconds.|
| io-wait-ratio | The fraction of time the I/O thread spent waiting.|
| io-time-ns-avg| The average length of time for I/O per select call in 
nanoseconds.|
| io-ratio| The fraction of time the I/O thread spent doing I/O|
|connection-count |The current number of active connections.|


*MBean Name* : 
kafka.producer:type=producer-node-metrics,client-id=\[producerId\],node-id=\[nodeId\]
Ex: 
kafka.producer:type=producer-node-metrics,client-id=my-producer,node-id=node-0

||Attribute||Description||
|outgoing-byte-rate ||
|request-rate |The average number of requests sent per second.|
| request-size-avg |The average size of all requests in the window..|
| request-size-max |The maximum size of any request sent in the window.|
| incoming-byte-rate |The average number of responses received per second.|
|request-latency-avg ||
| request-latency-max||
| response-rate ||

*MBean Name* = 
kafka.producer:type=producer-topic-metrics,client-id=\[producerId\],topic=\[topicName\]
  Ex: 
kafka.producer:type=producer-topic-metrics,client-id=my-producer,topic=TOPIC1

||Attribute||Description||
| record-send-rate||
| byte-rate||
|compression-rate||
| record-retry-rate||
|record-error-rate||

 update 082 docs
 ---

 Key: KAFKA-1728
 URL: https://issues.apache.org/jira/browse/KAFKA-1728
 Project: Kafka
  Issue Type: Task
Affects Versions: 0.8.2
Reporter: Jun Rao
Priority: Blocker
 Fix For: 0.8.2


 We need to update the docs for 082 release.
 https://svn.apache.org/repos/asf/kafka/site/082
 http://kafka.apache.org/082/documentation.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (KAFKA-1728) update 082 docs

2014-10-24 Thread Jun Rao (JIRA)

[ 
https://issues.apache.org/jira/browse/KAFKA-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14182986#comment-14182986
 ] 

Jun Rao commented on KAFKA-1728:


Need to include the doc change in KAFKA-1555.

 update 082 docs
 ---

 Key: KAFKA-1728
 URL: https://issues.apache.org/jira/browse/KAFKA-1728
 Project: Kafka
  Issue Type: Task
Affects Versions: 0.8.2
Reporter: Jun Rao

 We need to update the docs for 082 release.
 https://svn.apache.org/repos/asf/kafka/site/082
 http://kafka.apache.org/082/documentation.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)