[jira] Commented: (ZOOKEEPER-264) docs should include a state transition diagram for client state

2009-06-25 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12724307#action_12724307
 ] 

Mahadev konar commented on ZOOKEEPER-264:
-

ben,
 I tried the patch and downloaded the state_dia.dia and state_dia.png and put 
them in the right places as in your patch, it compiles fine but I cannot see 
the image in the zookeeperProgrammer.pdf that is geenereated. Is there 
somethign I am missing?

 docs should include a state transition diagram for client state
 ---

 Key: ZOOKEEPER-264
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-264
 Project: Zookeeper
  Issue Type: Improvement
  Components: documentation
Affects Versions: 3.0.0, 3.0.1
Reporter: Patrick Hunt
Assignee: Benjamin Reed
Priority: Minor
 Fix For: 3.2.0

 Attachments: state_dia.dia, state_dia.png, ZOOKEEPER-264.patch


 we should have a state transition diagram to help users understand client 
 state transitions. perhaps the edges could indicate what might cause such a  
 transition? (not sure if that will work). keep in mind for the states that 
 the java/c clients have diff names for constants (not sure how to handle). 
 This should be added to the programmer guide in the appropriate section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-264) docs should include a state transition diagram for client state

2009-06-24 Thread Hadoop QA (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12723497#action_12723497
 ] 

Hadoop QA commented on ZOOKEEPER-264:
-

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12411613/state_dia.dia
  against trunk revision 787907.

+1 @author.  The patch does not contain any @author tags.

+0 tests included.  The patch appears to be a documentation patch that 
doesn't require tests.

-1 patch.  The patch command could not apply the patch.

Console output: 
http://hudson.zones.apache.org/hudson/job/Zookeeper-Patch-vesta.apache.org/131/console

This message is automatically generated.

 docs should include a state transition diagram for client state
 ---

 Key: ZOOKEEPER-264
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-264
 Project: Zookeeper
  Issue Type: Improvement
  Components: documentation
Affects Versions: 3.0.0, 3.0.1
Reporter: Patrick Hunt
Assignee: Benjamin Reed
Priority: Minor
 Fix For: 3.2.0

 Attachments: state_dia.dia, state_dia.png, ZOOKEEPER-264.patch


 we should have a state transition diagram to help users understand client 
 state transitions. perhaps the edges could indicate what might cause such a  
 transition? (not sure if that will work). keep in mind for the states that 
 the java/c clients have diff names for constants (not sure how to handle). 
 This should be added to the programmer guide in the appropriate section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-264) docs should include a state transition diagram for client state

2009-01-27 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12667733#action_12667733
 ] 

Mahadev konar commented on ZOOKEEPER-264:
-

http://wiki.apache.org/hadoop/ZooKeeper/FAQ is the link to the diagram... ben 
is tring to get it into the forrest docs for user docs.

 docs should include a state transition diagram for client state
 ---

 Key: ZOOKEEPER-264
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-264
 Project: Zookeeper
  Issue Type: Improvement
  Components: documentation
Affects Versions: 3.0.0, 3.0.1
Reporter: Patrick Hunt
Assignee: Benjamin Reed
Priority: Minor
 Fix For: 3.1.0


 we should have a state transition diagram to help users understand client 
 state transitions. perhaps the edges could indicate what might cause such a  
 transition? (not sure if that will work). keep in mind for the states that 
 the java/c clients have diff names for constants (not sure how to handle). 
 This should be added to the programmer guide in the appropriate section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-264) docs should include a state transition diagram for client state

2009-01-13 Thread Flavio Paiva Junqueira (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12663336#action_12663336
 ] 

Flavio Paiva Junqueira commented on ZOOKEEPER-264:
--

Ben has already taken care of it.

 docs should include a state transition diagram for client state
 ---

 Key: ZOOKEEPER-264
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-264
 Project: Zookeeper
  Issue Type: Improvement
  Components: documentation
Affects Versions: 3.0.0, 3.0.1
Reporter: Patrick Hunt
Assignee: Flavio Paiva Junqueira
Priority: Minor
 Fix For: 3.1.0


 we should have a state transition diagram to help users understand client 
 state transitions. perhaps the edges could indicate what might cause such a  
 transition? (not sure if that will work). keep in mind for the states that 
 the java/c clients have diff names for constants (not sure how to handle). 
 This should be added to the programmer guide in the appropriate section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Commented: (ZOOKEEPER-264) docs should include a state transition diagram for client state

2009-01-07 Thread Patrick Hunt (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12661803#action_12661803
 ] 

Patrick Hunt commented on ZOOKEEPER-264:


In general our docs for client state are lacking, might be good to beef up this 
section

http://hadoop.apache.org/zookeeper/docs/r3.0.1/zookeeperProgrammers.html#sc_connectingToZk

including the state transition diagram and also discussion of the states and 
their meaning. This is even more evident to me based on the numerous questions 
we've been getting of late on the user lists regarding this issue.

 docs should include a state transition diagram for client state
 ---

 Key: ZOOKEEPER-264
 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-264
 Project: Zookeeper
  Issue Type: Improvement
  Components: documentation
Affects Versions: 3.0.0, 3.0.1
Reporter: Patrick Hunt
Assignee: Flavio Paiva Junqueira
Priority: Minor
 Fix For: 3.1.0


 we should have a state transition diagram to help users understand client 
 state transitions. perhaps the edges could indicate what might cause such a  
 transition? (not sure if that will work). keep in mind for the states that 
 the java/c clients have diff names for constants (not sure how to handle). 
 This should be added to the programmer guide in the appropriate section.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.