[jira] [Commented] (FLINK-14279) The Table API code walkthrough should be translated into chinese.

2019-09-29 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16940426#comment-16940426
 ] 

gaofeilong commented on FLINK-14279:


I'd like to work on this ticket, thx.

> The Table API code walkthrough should be translated into chinese.
> -
>
> Key: FLINK-14279
> URL: https://issues.apache.org/jira/browse/FLINK-14279
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation
>Reporter: gaofeilong
>Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FLINK-14279) The Table API code walkthrough should be translated into chinese.

2019-09-29 Thread gaofeilong (Jira)
gaofeilong created FLINK-14279:
--

 Summary: The Table API code walkthrough should be translated into 
chinese.
 Key: FLINK-14279
 URL: https://issues.apache.org/jira/browse/FLINK-14279
 Project: Flink
  Issue Type: Task
  Components: chinese-translation
Reporter: gaofeilong






--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14235) Kafka010ProducerITCase>KafkaProducerTestBase.testOneToOneAtLeastOnceCustomOperator fails on travis

2019-09-28 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16940228#comment-16940228
 ] 

gaofeilong commented on FLINK-14235:


Another instance [https://api.travis-ci.com/v3/job/239836223/log.txt]

> Kafka010ProducerITCase>KafkaProducerTestBase.testOneToOneAtLeastOnceCustomOperator
>  fails on travis
> --
>
> Key: FLINK-14235
> URL: https://issues.apache.org/jira/browse/FLINK-14235
> Project: Flink
>  Issue Type: Bug
>  Components: Connectors / Kafka
>Affects Versions: 1.10.0
>Reporter: Piotr Nowojski
>Priority: Blocker
>  Labels: test-stability
> Fix For: 1.10.0
>
>
> Fails with following message:
> {noformat}
>  Expected to contain all of: <[0]>, but was: <[]>
> {noformat}
> with the following stack trace:
> {noformat}
> Test 
> testOneToOneAtLeastOnceCustomOperator(org.apache.flink.streaming.connectors.kafka.Kafka010ProducerITCase)
>  failed with:
> java.lang.AssertionError: Expected to contain all of: <[0]>, but was: <[]>
>   at org.junit.Assert.fail(Assert.java:88)
>   at 
> org.apache.flink.streaming.connectors.kafka.KafkaTestBase.assertAtLeastOnceForTopic(KafkaTestBase.java:235)
>   at 
> org.apache.flink.streaming.connectors.kafka.KafkaProducerTestBase.testOneToOneAtLeastOnce(KafkaProducerTestBase.java:289)
>   at 
> org.apache.flink.streaming.connectors.kafka.KafkaProducerTestBase.testOneToOneAtLeastOnceCustomOperator(KafkaProducerTestBase.java:214)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:498)
>   at 
> org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
>   at 
> org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
>   at 
> org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
>   at 
> org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
>   at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at 
> org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
>   at 
> org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:48)
>   at org.junit.rules.RunRules.evaluate(RunRules.java:20)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
>   at 
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
>   at 
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
>   at 
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
>   at 
> org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
>   at 
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
> {noformat}
> https://api.travis-ci.com/v3/job/239300010/log.txt
> This might be related to https://issues.apache.org/jira/browse/FLINK-14224 
> but the failure message is different (here it's data loss, there the job has 
> failed)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FLINK-14115) Translate DataStream Code Walkthrough to Chinese

2019-09-23 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16936267#comment-16936267
 ] 

gaofeilong edited comment on FLINK-14115 at 9/24/19 12:43 AM:
--

I found a [falure build 
information|https://github.com/apache/flink/pull/9749#issuecomment-534149758] 
in my [PR|[https://github.com/apache/flink/pull/9749]] reported by flinkbot. I 
check the build log, find there is a falure on line#7925 with following content:
{code:java}
15:35:04.865 [INFO] flink-connector-twitter  
SUCCESS [  1.566 s]
15:35:04.865 [INFO] flink-connector-nifi ... 
SUCCESS [  0.889 s]
15:35:04.865 [INFO] flink-connector-cassandra .. 
SUCCESS [  3.322 s]
15:35:04.866 [INFO] flink-avro . 
FAILURE [  0.530 s]
15:35:04.866 [INFO] flink-connector-filesystem . SKIPPED
15:35:04.866 [INFO] flink-connector-kafka .. SKIPPED
{code}
In my commit, I just made document translation, and there is no change in any 
code.  Am I do something wrong anywhere?

 


was (Author: gaofeilong):
I found a [falure build 
information|https://github.com/apache/flink/pull/9749#issuecomment-534149758] 
in my [PR|[https://github.com/apache/flink/pull/9749]] reported by flinkbot. I 
check the build log, find there is a falure on line#7925 with following content:
{code:java}
15:35:04.865 [INFO] flink-connector-twitter  
SUCCESS [  1.566 s]
15:35:04.865 [INFO] flink-connector-nifi ... 
SUCCESS [  0.889 s]
15:35:04.865 [INFO] flink-connector-cassandra .. 
SUCCESS [  3.322 s]
15:35:04.866 [INFO] flink-avro . 
FAILURE [  0.530 s]
15:35:04.866 [INFO] flink-connector-filesystem . SKIPPED
15:35:04.866 [INFO] flink-connector-kafka .. SKIPPED
{code}
In my commit, I just made document translation, and there is no change in any 
code.  Am I do something wrong any where?

 

> Translate DataStream Code Walkthrough to Chinese
> 
>
> Key: FLINK-14115
> URL: https://issues.apache.org/jira/browse/FLINK-14115
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Assignee: gaofeilong
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The new DataStream Code Walkthrough should be translated to Chinese:
> https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FLINK-14115) Translate DataStream Code Walkthrough to Chinese

2019-09-23 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16936267#comment-16936267
 ] 

gaofeilong edited comment on FLINK-14115 at 9/24/19 12:23 AM:
--

I found a [falure build 
information|https://github.com/apache/flink/pull/9749#issuecomment-534149758] 
in my [PR|[https://github.com/apache/flink/pull/9749]] reported by flinkbot. I 
check the build log, find there is a falure on line#7925 with following content:
{code:java}
15:35:04.865 [INFO] flink-connector-twitter  
SUCCESS [  1.566 s]
15:35:04.865 [INFO] flink-connector-nifi ... 
SUCCESS [  0.889 s]
15:35:04.865 [INFO] flink-connector-cassandra .. 
SUCCESS [  3.322 s]
15:35:04.866 [INFO] flink-avro . 
FAILURE [  0.530 s]
15:35:04.866 [INFO] flink-connector-filesystem . SKIPPED
15:35:04.866 [INFO] flink-connector-kafka .. SKIPPED
{code}
In my commit, I just made document translation, and there is no change in any 
code.  Am I do something wrong any where?

 


was (Author: gaofeilong):
I found a [falure build 
information|https://github.com/apache/flink/pull/9749#issuecomment-534149758] 
in my [PR|[https://github.com/apache/flink/pull/9749]] reported by flinkbot. I 
check the build log, find there is a falure on line#7925 with following content:
{code:java}
15:35:04.865 [INFO] flink-connector-twitter  
SUCCESS [  1.566 s]
15:35:04.865 [INFO] flink-connector-nifi ... 
SUCCESS [  0.889 s]
15:35:04.865 [INFO] flink-connector-cassandra .. 
SUCCESS [  3.322 s]
15:35:04.866 [INFO] flink-avro . 
FAILURE [  0.530 s]
15:35:04.866 [INFO] flink-connector-filesystem . SKIPPED
15:35:04.866 [INFO] flink-connector-kafka .. SKIPPED
{code}
In my commit, I just made document translation, and there is no change in any 
code.  Am I do something wrong any where?

 

> Translate DataStream Code Walkthrough to Chinese
> 
>
> Key: FLINK-14115
> URL: https://issues.apache.org/jira/browse/FLINK-14115
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Assignee: gaofeilong
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The new DataStream Code Walkthrough should be translated to Chinese:
> https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14115) Translate DataStream Code Walkthrough to Chinese

2019-09-23 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16936267#comment-16936267
 ] 

gaofeilong commented on FLINK-14115:


I found a [falure build 
information|https://github.com/apache/flink/pull/9749#issuecomment-534149758] 
in my [PR|[https://github.com/apache/flink/pull/9749]] reported by flinkbot. I 
check the build log, find there is a falure on line#7925 with following content:

 
{code:java}
15:35:04.865 [INFO] flink-connector-twitter  
SUCCESS [  1.566 s]
15:35:04.865 [INFO] flink-connector-nifi ... 
SUCCESS [  0.889 s]
15:35:04.865 [INFO] flink-connector-cassandra .. 
SUCCESS [  3.322 s]
15:35:04.866 [INFO] flink-avro . 
FAILURE [  0.530 s]
15:35:04.866 [INFO] flink-connector-filesystem . SKIPPED
15:35:04.866 [INFO] flink-connector-kafka .. SKIPPED
{code}
In my commit, I just made document translation, and there is no change in any 
code.  Am I do something wrong any where?

 

> Translate DataStream Code Walkthrough to Chinese
> 
>
> Key: FLINK-14115
> URL: https://issues.apache.org/jira/browse/FLINK-14115
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Assignee: gaofeilong
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The new DataStream Code Walkthrough should be translated to Chinese:
> https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FLINK-14115) Translate DataStream Code Walkthrough to Chinese

2019-09-23 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16936267#comment-16936267
 ] 

gaofeilong edited comment on FLINK-14115 at 9/24/19 12:22 AM:
--

I found a [falure build 
information|https://github.com/apache/flink/pull/9749#issuecomment-534149758] 
in my [PR|[https://github.com/apache/flink/pull/9749]] reported by flinkbot. I 
check the build log, find there is a falure on line#7925 with following content:
{code:java}
15:35:04.865 [INFO] flink-connector-twitter  
SUCCESS [  1.566 s]
15:35:04.865 [INFO] flink-connector-nifi ... 
SUCCESS [  0.889 s]
15:35:04.865 [INFO] flink-connector-cassandra .. 
SUCCESS [  3.322 s]
15:35:04.866 [INFO] flink-avro . 
FAILURE [  0.530 s]
15:35:04.866 [INFO] flink-connector-filesystem . SKIPPED
15:35:04.866 [INFO] flink-connector-kafka .. SKIPPED
{code}
In my commit, I just made document translation, and there is no change in any 
code.  Am I do something wrong any where?

 


was (Author: gaofeilong):
I found a [falure build 
information|https://github.com/apache/flink/pull/9749#issuecomment-534149758] 
in my [PR|[https://github.com/apache/flink/pull/9749]] reported by flinkbot. I 
check the build log, find there is a falure on line#7925 with following content:

 
{code:java}
15:35:04.865 [INFO] flink-connector-twitter  
SUCCESS [  1.566 s]
15:35:04.865 [INFO] flink-connector-nifi ... 
SUCCESS [  0.889 s]
15:35:04.865 [INFO] flink-connector-cassandra .. 
SUCCESS [  3.322 s]
15:35:04.866 [INFO] flink-avro . 
FAILURE [  0.530 s]
15:35:04.866 [INFO] flink-connector-filesystem . SKIPPED
15:35:04.866 [INFO] flink-connector-kafka .. SKIPPED
{code}
In my commit, I just made document translation, and there is no change in any 
code.  Am I do something wrong any where?

 

> Translate DataStream Code Walkthrough to Chinese
> 
>
> Key: FLINK-14115
> URL: https://issues.apache.org/jira/browse/FLINK-14115
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Assignee: gaofeilong
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The new DataStream Code Walkthrough should be translated to Chinese:
> https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14115) Translate DataStream Code Walkthrough to Chinese

2019-09-23 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16935942#comment-16935942
 ] 

gaofeilong commented on FLINK-14115:


Hi [~fhueske], I have done this work and made a PR. please have a check, thx.

> Translate DataStream Code Walkthrough to Chinese
> 
>
> Key: FLINK-14115
> URL: https://issues.apache.org/jira/browse/FLINK-14115
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Assignee: gaofeilong
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The new DataStream Code Walkthrough should be translated to Chinese:
> https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-14161) wrong description of valuestate

2019-09-21 Thread gaofeilong (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-14161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gaofeilong updated FLINK-14161:
---
Summary: wrong description of valuestate  (was: wrong description of state)

> wrong description of valuestate
> ---
>
> Key: FLINK-14161
> URL: https://issues.apache.org/jira/browse/FLINK-14161
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: gaofeilong
>Priority: Minor
>
> I don't think the description of the ValueState in the 
> [https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md]
>  is right.
> I think It shoud be
>  
> {code:java}
> Modifications to the object returned by ValueState#valueare not guaranteed to 
> be recognized by the system, and so all changes must be performed with 
> ValueState#update. In this way, fault tolerance is managed automatically by 
> Flink under the hood, and so you can interact with it like with any standard 
> variable.
> {code}
>  
> Instead of 
> {code:java}
> Modifications to the object returned by ValueState#valueare not guaranteed to 
> be recognized by the system, and so all changes must be performed with 
> ValueState#update. Otherwise, fault tolerance is managed automatically by 
> Flink under the hood, and so you can interact with it like with any standard 
> variable.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-14161) Wrong description of ValueState

2019-09-21 Thread gaofeilong (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-14161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gaofeilong updated FLINK-14161:
---
Summary: Wrong description of ValueState  (was: wrong description of 
valuestate)

> Wrong description of ValueState
> ---
>
> Key: FLINK-14161
> URL: https://issues.apache.org/jira/browse/FLINK-14161
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: gaofeilong
>Priority: Minor
>
> I don't think the description of the ValueState in the 
> [https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md]
>  is right.
> I think It shoud be
>  
> {code:java}
> Modifications to the object returned by ValueState#valueare not guaranteed to 
> be recognized by the system, and so all changes must be performed with 
> ValueState#update. In this way, fault tolerance is managed automatically by 
> Flink under the hood, and so you can interact with it like with any standard 
> variable.
> {code}
>  
> Instead of 
> {code:java}
> Modifications to the object returned by ValueState#valueare not guaranteed to 
> be recognized by the system, and so all changes must be performed with 
> ValueState#update. Otherwise, fault tolerance is managed automatically by 
> Flink under the hood, and so you can interact with it like with any standard 
> variable.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14161) wrong description of state

2019-09-21 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16935005#comment-16935005
 ] 

gaofeilong commented on FLINK-14161:


this problem can be assigned to me.

> wrong description of state
> --
>
> Key: FLINK-14161
> URL: https://issues.apache.org/jira/browse/FLINK-14161
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: gaofeilong
>Priority: Minor
>
> I don't think the description of the ValueState in the 
> [https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md]
>  is right.
> I think It shoud be
>  
> {code:java}
> Modifications to the object returned by ValueState#valueare not guaranteed to 
> be recognized by the system, and so all changes must be performed with 
> ValueState#update. In this way, fault tolerance is managed automatically by 
> Flink under the hood, and so you can interact with it like with any standard 
> variable.
> {code}
>  
> Instead of 
> {code:java}
> Modifications to the object returned by ValueState#valueare not guaranteed to 
> be recognized by the system, and so all changes must be performed with 
> ValueState#update. Otherwise, fault tolerance is managed automatically by 
> Flink under the hood, and so you can interact with it like with any standard 
> variable.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (FLINK-14161) wrong description of state

2019-09-21 Thread gaofeilong (Jira)


 [ 
https://issues.apache.org/jira/browse/FLINK-14161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

gaofeilong updated FLINK-14161:
---
Description: 
I don't think the description of the ValueState in the 
[https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md]
 is right.

I think It shoud be

 
{code:java}
Modifications to the object returned by ValueState#valueare not guaranteed to 
be recognized by the system, and so all changes must be performed with 
ValueState#update. In this way, fault tolerance is managed automatically by 
Flink under the hood, and so you can interact with it like with any standard 
variable.
{code}
 

Instead of 
{code:java}
Modifications to the object returned by ValueState#valueare not guaranteed to 
be recognized by the system, and so all changes must be performed with 
ValueState#update. Otherwise, fault tolerance is managed automatically by Flink 
under the hood, and so you can interact with it like with any standard variable.
{code}

  was:
I don't think the description of the ValueState in the [datastream_api 
document|[https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md]]
 is right.

I think It shoud be

 
{code:java}
Modifications to the object returned by ValueState#valueare not guaranteed to 
be recognized by the system, and so all changes must be performed with 
ValueState#update. In this way, fault tolerance is managed automatically by 
Flink under the hood, and so you can interact with it like with any standard 
variable.
{code}
 

Instead of 
{code:java}
Modifications to the object returned by ValueState#valueare not guaranteed to 
be recognized by the system, and so all changes must be performed with 
ValueState#update. Otherwise, fault tolerance is managed automatically by Flink 
under the hood, and so you can interact with it like with any standard variable.
{code}


> wrong description of state
> --
>
> Key: FLINK-14161
> URL: https://issues.apache.org/jira/browse/FLINK-14161
> Project: Flink
>  Issue Type: Bug
>  Components: Documentation
>Reporter: gaofeilong
>Priority: Minor
>
> I don't think the description of the ValueState in the 
> [https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md]
>  is right.
> I think It shoud be
>  
> {code:java}
> Modifications to the object returned by ValueState#valueare not guaranteed to 
> be recognized by the system, and so all changes must be performed with 
> ValueState#update. In this way, fault tolerance is managed automatically by 
> Flink under the hood, and so you can interact with it like with any standard 
> variable.
> {code}
>  
> Instead of 
> {code:java}
> Modifications to the object returned by ValueState#valueare not guaranteed to 
> be recognized by the system, and so all changes must be performed with 
> ValueState#update. Otherwise, fault tolerance is managed automatically by 
> Flink under the hood, and so you can interact with it like with any standard 
> variable.
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (FLINK-14161) wrong description of state

2019-09-21 Thread gaofeilong (Jira)
gaofeilong created FLINK-14161:
--

 Summary: wrong description of state
 Key: FLINK-14161
 URL: https://issues.apache.org/jira/browse/FLINK-14161
 Project: Flink
  Issue Type: Bug
  Components: Documentation
Reporter: gaofeilong


I don't think the description of the ValueState in the [datastream_api 
document|[https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md]]
 is right.

I think It shoud be

 
{code:java}
Modifications to the object returned by ValueState#valueare not guaranteed to 
be recognized by the system, and so all changes must be performed with 
ValueState#update. In this way, fault tolerance is managed automatically by 
Flink under the hood, and so you can interact with it like with any standard 
variable.
{code}
 

Instead of 
{code:java}
Modifications to the object returned by ValueState#valueare not guaranteed to 
be recognized by the system, and so all changes must be performed with 
ValueState#update. Otherwise, fault tolerance is managed automatically by Flink 
under the hood, and so you can interact with it like with any standard variable.
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14117) Translate changes on documentation index page to Chinese

2019-09-19 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16933551#comment-16933551
 ] 

gaofeilong commented on FLINK-14117:


understood, I'm new, thanks for explaination

> Translate changes on documentation index page to Chinese
> 
>
> Key: FLINK-14117
> URL: https://issues.apache.org/jira/browse/FLINK-14117
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Priority: Major
>
> The changes of commit 
> [ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9|https://github.com/apache/flink/commit/ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9#diff-1a523bd9fa0dbf998008b37579210e12]
>  on the documentation index page should be translated to Chinese.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FLINK-14117) Translate changes on documentation index page to Chinese

2019-09-19 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16933551#comment-16933551
 ] 

gaofeilong edited comment on FLINK-14117 at 9/19/19 4:19 PM:
-

understood, I'm new, thanks for the explaination


was (Author: gaofeilong):
understood, I'm new, thanks for explaination

> Translate changes on documentation index page to Chinese
> 
>
> Key: FLINK-14117
> URL: https://issues.apache.org/jira/browse/FLINK-14117
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Priority: Major
>
> The changes of commit 
> [ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9|https://github.com/apache/flink/commit/ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9#diff-1a523bd9fa0dbf998008b37579210e12]
>  on the documentation index page should be translated to Chinese.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14115) Translate DataStream Code Walkthrough to Chinese

2019-09-19 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16933341#comment-16933341
 ] 

gaofeilong commented on FLINK-14115:


I'd like to do this, can you assign this issue to me? thx [~fhueske]

> Translate DataStream Code Walkthrough to Chinese
> 
>
> Key: FLINK-14115
> URL: https://issues.apache.org/jira/browse/FLINK-14115
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Priority: Major
>
> The new DataStream Code Walkthrough should be translated to Chinese:
> https://github.com/apache/flink/blob/master/docs/getting-started/walkthroughs/datastream_api.zh.md



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FLINK-14117) Translate changes on documentation index page to Chinese

2019-09-19 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1699#comment-1699
 ] 

gaofeilong edited comment on FLINK-14117 at 9/19/19 12:39 PM:
--

is there any different between this issue and 
https://issues.apache.org/jira/browse/FLINK-14116 ?


was (Author: gaofeilong):
is there any different between this issue and 
https://issues.apache.org/jira/browse/FLINK-14116

> Translate changes on documentation index page to Chinese
> 
>
> Key: FLINK-14117
> URL: https://issues.apache.org/jira/browse/FLINK-14117
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Priority: Major
>
> The changes of commit 
> [ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9|https://github.com/apache/flink/commit/ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9#diff-1a523bd9fa0dbf998008b37579210e12]
>  on the documentation index page should be translated to Chinese.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FLINK-14117) Translate changes on documentation index page to Chinese

2019-09-19 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1699#comment-1699
 ] 

gaofeilong edited comment on FLINK-14117 at 9/19/19 12:38 PM:
--

is there any different between this issue and 
https://issues.apache.org/jira/browse/FLINK-14116


was (Author: gaofeilong):
is there any different between this issue and 
https://issues.apache.org/jira/browse/FLINK-14116?

> Translate changes on documentation index page to Chinese
> 
>
> Key: FLINK-14117
> URL: https://issues.apache.org/jira/browse/FLINK-14117
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Priority: Major
>
> The changes of commit 
> [ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9|https://github.com/apache/flink/commit/ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9#diff-1a523bd9fa0dbf998008b37579210e12]
>  on the documentation index page should be translated to Chinese.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Comment Edited] (FLINK-14117) Translate changes on documentation index page to Chinese

2019-09-19 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1699#comment-1699
 ] 

gaofeilong edited comment on FLINK-14117 at 9/19/19 12:37 PM:
--

is there any different between this issue and 
https://issues.apache.org/jira/browse/FLINK-14116?


was (Author: gaofeilong):
is there and different between this issue and 
https://issues.apache.org/jira/browse/FLINK-14116?

> Translate changes on documentation index page to Chinese
> 
>
> Key: FLINK-14117
> URL: https://issues.apache.org/jira/browse/FLINK-14117
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Priority: Major
>
> The changes of commit 
> [ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9|https://github.com/apache/flink/commit/ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9#diff-1a523bd9fa0dbf998008b37579210e12]
>  on the documentation index page should be translated to Chinese.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-14117) Translate changes on documentation index page to Chinese

2019-09-19 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-14117?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=1699#comment-1699
 ] 

gaofeilong commented on FLINK-14117:


is there and different between this issue and 
https://issues.apache.org/jira/browse/FLINK-14116?

> Translate changes on documentation index page to Chinese
> 
>
> Key: FLINK-14117
> URL: https://issues.apache.org/jira/browse/FLINK-14117
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Affects Versions: 1.10.0
>Reporter: Fabian Hueske
>Priority: Major
>
> The changes of commit 
> [ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9|https://github.com/apache/flink/commit/ee0d6fdf0604d74bd1cf9a6eb9cf5338ac1aa4f9#diff-1a523bd9fa0dbf998008b37579210e12]
>  on the documentation index page should be translated to Chinese.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FLINK-13682) Translate "Code Style - Scala Guide" page into Chinese

2019-09-09 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-13682?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926263#comment-16926263
 ] 

gaofeilong commented on FLINK-13682:


I can do this, would mind to assign this issue to me? [~jark]

> Translate "Code Style - Scala Guide" page into Chinese
> --
>
> Key: FLINK-13682
> URL: https://issues.apache.org/jira/browse/FLINK-13682
> Project: Flink
>  Issue Type: Sub-task
>  Components: chinese-translation, Project Website
>Reporter: Jark Wu
>Priority: Major
>
> Translate page 
> https://flink.apache.org/zh/contributing/code-style-and-quality-scala.html 
> into Chinese. The page is located in 
> https://github.com/apache/flink-web/blob/asf-site/contributing/code-style-and-quality-scala.zh.md.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (FLINK-13680) Translate "Code Style - Common Rules" page into Chinese

2019-09-09 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-13680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16926262#comment-16926262
 ] 

gaofeilong commented on FLINK-13680:


I can do this, would mind to assign this issue to me? [~jark]

> Translate "Code Style - Common Rules" page into Chinese
> ---
>
> Key: FLINK-13680
> URL: https://issues.apache.org/jira/browse/FLINK-13680
> Project: Flink
>  Issue Type: Sub-task
>  Components: chinese-translation, Project Website
>Reporter: Jark Wu
>Priority: Major
>
> Translate page 
> https://flink.apache.org/zh/contributing/code-style-and-quality-common.html 
> into Chinese. The page is located in 
> https://github.com/apache/flink-web/blob/asf-site/contributing/code-style-and-quality-common.zh.md.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (FLINK-13994) Translate "Getting Started" overview to Chinese

2019-09-09 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-13994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925491#comment-16925491
 ] 

gaofeilong commented on FLINK-13994:


I have finished the translation and make a new PR on github.

> Translate "Getting Started" overview to Chinese
> ---
>
> Key: FLINK-13994
> URL: https://issues.apache.org/jira/browse/FLINK-13994
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Reporter: Fabian Hueske
>Assignee: gaofeilong
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> The "Getting Started" overview page needs to be translated to Chinese: 
> https://github.com/apache/flink/blob/master/docs/getting-started/index.zh.md



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (FLINK-13994) Translate "Getting Started" overview to Chinese

2019-09-09 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-13994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16925469#comment-16925469
 ] 

gaofeilong commented on FLINK-13994:


hi [~jark], I have two question when i translating this 
page:[https://github.com/apache/flink/blob/master/docs/getting-started/index.zh.md:|https://github.com/apache/flink/blob/master/docs/getting-started/index.zh.md]
 # should I translate the table on the top of the page?
 # the link in this page is relative path, should I change the link in this 
page to zh's link? 

> Translate "Getting Started" overview to Chinese
> ---
>
> Key: FLINK-13994
> URL: https://issues.apache.org/jira/browse/FLINK-13994
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Reporter: Fabian Hueske
>Assignee: gaofeilong
>Priority: Major
>
> The "Getting Started" overview page needs to be translated to Chinese: 
> https://github.com/apache/flink/blob/master/docs/getting-started/index.zh.md



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (FLINK-13994) Translate "Getting Started" overview to Chinese

2019-09-07 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-13994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924770#comment-16924770
 ] 

gaofeilong commented on FLINK-13994:


OK,thank you

> Translate "Getting Started" overview to Chinese
> ---
>
> Key: FLINK-13994
> URL: https://issues.apache.org/jira/browse/FLINK-13994
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Reporter: Fabian Hueske
>Assignee: gaofeilong
>Priority: Major
>
> The "Getting Started" overview page needs to be translated to Chinese: 
> https://github.com/apache/flink/blob/master/docs/getting-started/index.zh.md



--
This message was sent by Atlassian Jira
(v8.3.2#803003)


[jira] [Commented] (FLINK-13994) Translate "Getting Started" overview to Chinese

2019-09-06 Thread gaofeilong (Jira)


[ 
https://issues.apache.org/jira/browse/FLINK-13994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16924592#comment-16924592
 ] 

gaofeilong commented on FLINK-13994:


I'm new, and I'd like to do this issue

> Translate "Getting Started" overview to Chinese
> ---
>
> Key: FLINK-13994
> URL: https://issues.apache.org/jira/browse/FLINK-13994
> Project: Flink
>  Issue Type: Task
>  Components: chinese-translation, Documentation
>Reporter: Fabian Hueske
>Priority: Major
>
> The "Getting Started" overview page needs to be translated to Chinese: 
> https://github.com/apache/flink/blob/master/docs/getting-started/index.zh.md



--
This message was sent by Atlassian Jira
(v8.3.2#803003)