[jira] [Assigned] (TUBEMQ-407) Fix some content in README.md

2020-11-08 Thread Neo Yang (Jira)


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

Neo Yang reassigned TUBEMQ-407:
---

Assignee: Neo Yang

> Fix some content in README.md
> -
>
> Key: TUBEMQ-407
> URL: https://issues.apache.org/jira/browse/TUBEMQ-407
> Project: Apache TubeMQ
>  Issue Type: Bug
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Trivial
>  Labels: pull-request-available
> Attachments: image-2020-11-08-23-35-31-989.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> 1. Translate words to English.
> "比如:" -> "e.g."
> 2. Fix spelling errors.
> "Afater" => "After"
> 3. Convert fullwidth characters to halfwidth characters.



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


[jira] [Created] (TUBEMQ-407) Fix some content in README.md

2020-11-08 Thread Neo Yang (Jira)
Neo Yang created TUBEMQ-407:
---

 Summary: Fix some content in README.md
 Key: TUBEMQ-407
 URL: https://issues.apache.org/jira/browse/TUBEMQ-407
 Project: Apache TubeMQ
  Issue Type: Bug
Reporter: Neo Yang
 Attachments: image-2020-11-08-23-35-31-989.png

1. Translate words to English.

"比如:" -> "e.g."

2. Fix spelling errors.

"Afater" => "After"

3. Convert fullwidth characters to halfwidth characters.



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


[jira] [Created] (TUBEMQ-335) [Website] Missing translations in quick_start.md (en-us)

2020-08-31 Thread Neo Yang (Jira)
Neo Yang created TUBEMQ-335:
---

 Summary: [Website] Missing translations in quick_start.md (en-us)
 Key: TUBEMQ-335
 URL: https://issues.apache.org/jira/browse/TUBEMQ-335
 Project: Apache TubeMQ
  Issue Type: Bug
  Components: website
Reporter: Neo Yang
Assignee: Neo Yang
 Attachments: image-2020-08-31-20-56-44-275.png

It's just a minor flaw... 
 In this comment, the word "比如" isn't translated into English.

!https://issues.apache.org/jira/secure/temporaryattachment/67c97919eb6ce6c46d2233511a95a2b14d3bc4aa/temp619597337615155126_image-2020-08-31-20-56-44-275.png!



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


[jira] [Commented] (TUBEMQ-236) Can't get dependencies from the maven repository

2020-06-12 Thread Neo Yang (Jira)


[ 
https://issues.apache.org/jira/browse/TUBEMQ-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134201#comment-17134201
 ] 

Neo Yang commented on TUBEMQ-236:
-

[~gxcheng] Thanks! I understand your concern.

> Can't get dependencies from the maven repository
> 
>
> Key: TUBEMQ-236
> URL: https://issues.apache.org/jira/browse/TUBEMQ-236
> Project: Apache TubeMQ
>  Issue Type: Bug
>  Components: Server
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When using the maven command `mvn clean package -DskipTests` to build the 
> latest master-branch source code, an error occurs.
> {code:java}
> [INFO] --< org.apache.tubemq:tubemq-server 
> >---
> [INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
> [INFO] [ jar 
> ]-
> [WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
> information available
> [INFO] 
> 
> [INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
> [INFO] 
> [INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
> [INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
> [INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
> [INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
> [INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
> [INFO] Apache TubeMQ - Connectors . SKIPPED
> [INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 12.143 s
> [INFO] Finished at: 2020-06-12T16:01:45+08:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
> dependencies for project 
> org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to 
> find com.sleepycat:je:jar:7.3.7 in 
> https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/
>  was cached in the local repository, resolution will not be reattempted until 
> the update interval of berkeleydb-je has elapsed or updates are forced -> 
> [Help 1]{code}
> This package `com.sleepycat:je` version 7.3.7 is not available in the public 
> Maven repository.
> Currently, this dependency is available from a third-party repository 
> `_dcache.org`_, but the repository's address is invalid and it should be 
> changed to :
> {code:java}
> https://download.dcache.org/nexus/repository/berkeleydb-je/
> {code}



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


[jira] [Comment Edited] (TUBEMQ-236) Can't get dependencies from the maven repository

2020-06-12 Thread Neo Yang (Jira)


[ 
https://issues.apache.org/jira/browse/TUBEMQ-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134090#comment-17134090
 ] 

Neo Yang edited comment on TUBEMQ-236 at 6/12/20, 9:46 AM:
---

[In this 
comment|https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3],
 other user reported the same problem.

[On this 
page|https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/],
 we get `je-7.3.7.jar` download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}


was (Author: cku328):
[In this 
comment|https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3],
 other user reported the same problem.

[On this 
page|https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/],
 we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}

> Can't get dependencies from the maven repository
> 
>
> Key: TUBEMQ-236
> URL: https://issues.apache.org/jira/browse/TUBEMQ-236
> Project: Apache TubeMQ
>  Issue Type: Bug
>  Components: Server
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When using the maven command `mvn clean package -DskipTests` to build the 
> latest master-branch source code, an error occurs.
> {code:java}
> [INFO] --< org.apache.tubemq:tubemq-server 
> >---
> [INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
> [INFO] [ jar 
> ]-
> [WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
> information available
> [INFO] 
> 
> [INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
> [INFO] 
> [INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
> [INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
> [INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
> [INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
> [INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
> [INFO] Apache TubeMQ - Connectors . SKIPPED
> [INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 12.143 s
> [INFO] Finished at: 2020-06-12T16:01:45+08:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
> dependencies for project 
> org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to 
> find com.sleepycat:je:jar:7.3.7 in 
> https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/
>  was cached in the local repository, resolution will not be reattempted until 
> the update interval of berkeleydb-je has elapsed or updates are forced -> 
> [Help 1]{code}
> This package `com.sleepycat:je` version 7.3.7 is not available in the public 
> Maven repository.
> Currently, this dependency is available from a third-party repository 
> `_dcache.org`_, but the repository's address is invalid and it should be 
> changed to :
> {code:java}
> https://download.dcache.org/nexus/repository/berkeleydb-je/
> {code}



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


[jira] [Comment Edited] (TUBEMQ-236) Can't get dependencies from the maven repository

2020-06-12 Thread Neo Yang (Jira)


[ 
https://issues.apache.org/jira/browse/TUBEMQ-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134090#comment-17134090
 ] 

Neo Yang edited comment on TUBEMQ-236 at 6/12/20, 9:45 AM:
---

[In this 
comment|[https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3],
 other user reported the same problem.

[On this 
page|[https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/],
 we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}


was (Author: cku328):
[In this 
comment|[https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3]],
 other user reported the same problem.

[On this 
page|[https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/]],
 we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}

> Can't get dependencies from the maven repository
> 
>
> Key: TUBEMQ-236
> URL: https://issues.apache.org/jira/browse/TUBEMQ-236
> Project: Apache TubeMQ
>  Issue Type: Bug
>  Components: Server
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When using the maven command `mvn clean package -DskipTests` to build the 
> latest master-branch source code, an error occurs.
> {code:java}
> [INFO] --< org.apache.tubemq:tubemq-server 
> >---
> [INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
> [INFO] [ jar 
> ]-
> [WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
> information available
> [INFO] 
> 
> [INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
> [INFO] 
> [INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
> [INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
> [INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
> [INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
> [INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
> [INFO] Apache TubeMQ - Connectors . SKIPPED
> [INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 12.143 s
> [INFO] Finished at: 2020-06-12T16:01:45+08:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
> dependencies for project 
> org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to 
> find com.sleepycat:je:jar:7.3.7 in 
> https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/
>  was cached in the local repository, resolution will not be reattempted until 
> the update interval of berkeleydb-je has elapsed or updates are forced -> 
> [Help 1]{code}
> This package `com.sleepycat:je` version 7.3.7 is not available in the public 
> Maven repository.
> Currently, this dependency is available from a third-party repository 
> `_dcache.org`_, but the repository's address is invalid and it should be 
> changed to :
> {code:java}
> https://download.dcache.org/nexus/repository/berkeleydb-je/
> {code}



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


[jira] [Comment Edited] (TUBEMQ-236) Can't get dependencies from the maven repository

2020-06-12 Thread Neo Yang (Jira)


[ 
https://issues.apache.org/jira/browse/TUBEMQ-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134090#comment-17134090
 ] 

Neo Yang edited comment on TUBEMQ-236 at 6/12/20, 9:45 AM:
---

[In this 
comment|https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3],
 other user reported the same problem.

[On this 
page|https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/],
 we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}


was (Author: cku328):
[In this 
comment|[https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3],
 other user reported the same problem.

[On this 
page|[https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/],
 we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}

> Can't get dependencies from the maven repository
> 
>
> Key: TUBEMQ-236
> URL: https://issues.apache.org/jira/browse/TUBEMQ-236
> Project: Apache TubeMQ
>  Issue Type: Bug
>  Components: Server
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When using the maven command `mvn clean package -DskipTests` to build the 
> latest master-branch source code, an error occurs.
> {code:java}
> [INFO] --< org.apache.tubemq:tubemq-server 
> >---
> [INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
> [INFO] [ jar 
> ]-
> [WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
> information available
> [INFO] 
> 
> [INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
> [INFO] 
> [INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
> [INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
> [INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
> [INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
> [INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
> [INFO] Apache TubeMQ - Connectors . SKIPPED
> [INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 12.143 s
> [INFO] Finished at: 2020-06-12T16:01:45+08:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
> dependencies for project 
> org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to 
> find com.sleepycat:je:jar:7.3.7 in 
> https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/
>  was cached in the local repository, resolution will not be reattempted until 
> the update interval of berkeleydb-je has elapsed or updates are forced -> 
> [Help 1]{code}
> This package `com.sleepycat:je` version 7.3.7 is not available in the public 
> Maven repository.
> Currently, this dependency is available from a third-party repository 
> `_dcache.org`_, but the repository's address is invalid and it should be 
> changed to :
> {code:java}
> https://download.dcache.org/nexus/repository/berkeleydb-je/
> {code}



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


[jira] [Comment Edited] (TUBEMQ-236) Can't get dependencies from the maven repository

2020-06-12 Thread Neo Yang (Jira)


[ 
https://issues.apache.org/jira/browse/TUBEMQ-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134090#comment-17134090
 ] 

Neo Yang edited comment on TUBEMQ-236 at 6/12/20, 9:44 AM:
---

[In this 
comment|[https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3]],
 other user reported the same problem.

[On this 
page|[https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/]],
 we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}


was (Author: cku328):
[In this 
comment|[https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3]],
 other user reported the same problem.

[On this 
page|[https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/]],
 we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}
 

 

 

 

> Can't get dependencies from the maven repository
> 
>
> Key: TUBEMQ-236
> URL: https://issues.apache.org/jira/browse/TUBEMQ-236
> Project: Apache TubeMQ
>  Issue Type: Bug
>  Components: Server
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When using the maven command `mvn clean package -DskipTests` to build the 
> latest master-branch source code, an error occurs.
> {code:java}
> [INFO] --< org.apache.tubemq:tubemq-server 
> >---
> [INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
> [INFO] [ jar 
> ]-
> [WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
> information available
> [INFO] 
> 
> [INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
> [INFO] 
> [INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
> [INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
> [INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
> [INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
> [INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
> [INFO] Apache TubeMQ - Connectors . SKIPPED
> [INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 12.143 s
> [INFO] Finished at: 2020-06-12T16:01:45+08:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
> dependencies for project 
> org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to 
> find com.sleepycat:je:jar:7.3.7 in 
> https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/
>  was cached in the local repository, resolution will not be reattempted until 
> the update interval of berkeleydb-je has elapsed or updates are forced -> 
> [Help 1]{code}
> This package `com.sleepycat:je` version 7.3.7 is not available in the public 
> Maven repository.
> Currently, this dependency is available from a third-party repository 
> `_dcache.org`_, but the repository's address is invalid and it should be 
> changed to :
> {code:java}
> https://download.dcache.org/nexus/repository/berkeleydb-je/
> {code}



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


[jira] [Commented] (TUBEMQ-236) Can't get dependencies from the maven repository

2020-06-12 Thread Neo Yang (Jira)


[ 
https://issues.apache.org/jira/browse/TUBEMQ-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17134090#comment-17134090
 ] 

Neo Yang commented on TUBEMQ-236:
-

[In this 
comment|[https://github.com/apache/incubator-tubemq/commit/b2ddb28daca535b686cdf3707ed7b64cc77468f3]],
 other user reported the same problem.

[On this 
page|[https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/]],
 we get theje-7.3.7.jar download URL is
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar
 {code}
not
{code:java}
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/com/sleepycat/je/7.3.7/je-7.3.7.jar{code}
 

 

 

 

> Can't get dependencies from the maven repository
> 
>
> Key: TUBEMQ-236
> URL: https://issues.apache.org/jira/browse/TUBEMQ-236
> Project: Apache TubeMQ
>  Issue Type: Bug
>  Components: Server
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Major
>  Labels: pull-request-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> When using the maven command `mvn clean package -DskipTests` to build the 
> latest master-branch source code, an error occurs.
> {code:java}
> [INFO] --< org.apache.tubemq:tubemq-server 
> >---
> [INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
> [INFO] [ jar 
> ]-
> [WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
> information available
> [INFO] 
> 
> [INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
> [INFO] 
> [INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
> [INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
> [INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
> [INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
> [INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
> [INFO] Apache TubeMQ - Connectors . SKIPPED
> [INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
> [INFO] 
> 
> [INFO] BUILD FAILURE
> [INFO] 
> 
> [INFO] Total time: 12.143 s
> [INFO] Finished at: 2020-06-12T16:01:45+08:00
> [INFO] 
> 
> [ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
> dependencies for project 
> org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to 
> find com.sleepycat:je:jar:7.3.7 in 
> https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/
>  was cached in the local repository, resolution will not be reattempted until 
> the update interval of berkeleydb-je has elapsed or updates are forced -> 
> [Help 1]{code}
> This package `com.sleepycat:je` version 7.3.7 is not available in the public 
> Maven repository.
> Currently, this dependency is available from a third-party repository 
> `_dcache.org`_, but the repository's address is invalid and it should be 
> changed to :
> {code:java}
> https://download.dcache.org/nexus/repository/berkeleydb-je/
> {code}



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


[jira] [Updated] (TUBEMQ-236) Can't get dependencies from the maven repository

2020-06-12 Thread Neo Yang (Jira)


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

Neo Yang updated TUBEMQ-236:

Description: 
When using the maven command `mvn clean package -DskipTests` to build the 
latest master-branch source code, an error occurs.
{code:java}
[INFO] --< org.apache.tubemq:tubemq-server >---
[INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
[INFO] [ jar ]-
[WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
information available
[INFO] 
[INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
[INFO] 
[INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
[INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
[INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
[INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
[INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
[INFO] Apache TubeMQ - Connectors . SKIPPED
[INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 12.143 s
[INFO] Finished at: 2020-06-12T16:01:45+08:00
[INFO] 
[ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
dependencies for project 
org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to find 
com.sleepycat:je:jar:7.3.7 in 
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/ 
was cached in the local repository, resolution will not be reattempted until 
the update interval of berkeleydb-je has elapsed or updates are forced -> [Help 
1]{code}
This package `com.sleepycat:je` version 7.3.7 is not available in the public 
Maven repository.

Currently, this dependency is available from a third-party repository 
`_dcache.org`_, but the repository's address is invalid and it should be 
changed to :
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/
{code}

  was:
When using the maven command to build the latest master-branch source code, an 
error occurs.
{code:java}
[INFO] --< org.apache.tubemq:tubemq-server >---
[INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
[INFO] [ jar ]-
[WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
information available
[INFO] 
[INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
[INFO] 
[INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
[INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
[INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
[INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
[INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
[INFO] Apache TubeMQ - Connectors . SKIPPED
[INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 12.143 s
[INFO] Finished at: 2020-06-12T16:01:45+08:00
[INFO] 
[ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
dependencies for project 
org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to find 
com.sleepycat:je:jar:7.3.7 in 
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/ 
was cached in the local repository, resolution will not be reattempted until 
the update interval of berkeleydb-je has elapsed or updates are forced -> [Help 
1]{code}
This package `com.sleepycat:je` version 7.3.7 is not available in the public 
Maven repository.

Currently, this dependency is available from a third-party repository 
`_dcache.org`_, but the repository's address is invalid and it should be 
changed to :
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/
{code}


> Can't get dependencies from the maven repository
> 
>
> Key: TUBEMQ-236
> URL: https://issues.apache.org/jira/browse/TUBEMQ-236
> Project: Apache 

[jira] [Created] (TUBEMQ-236) Can't get dependencies from the maven repository

2020-06-12 Thread Neo Yang (Jira)
Neo Yang created TUBEMQ-236:
---

 Summary: Can't get dependencies from the maven repository
 Key: TUBEMQ-236
 URL: https://issues.apache.org/jira/browse/TUBEMQ-236
 Project: Apache TubeMQ
  Issue Type: Bug
  Components: Server
Reporter: Neo Yang
Assignee: Neo Yang


When using the maven command to build the latest master-branch source code, an 
error occurs.
{code:java}
[INFO] --< org.apache.tubemq:tubemq-server >---
[INFO] Building Apache TubeMQ - Server 0.5.0-incubating-SNAPSHOT [5/7]
[INFO] [ jar ]-
[WARNING] The POM for com.sleepycat:je:jar:7.3.7 is missing, no dependency 
information available
[INFO] 
[INFO] Reactor Summary for Apache TubeMQ 0.5.0-incubating-SNAPSHOT:
[INFO] 
[INFO] Apache TubeMQ .. SUCCESS [ 1.965 s]
[INFO] Apache TubeMQ - Core ... SUCCESS [ 6.187 s]
[INFO] Apache TubeMQ - Client . SUCCESS [ 2.647 s]
[INFO] Apache TubeMQ - Example  SUCCESS [ 1.059 s]
[INFO] Apache TubeMQ - Server . FAILURE [ 0.024 s]
[INFO] Apache TubeMQ - Connectors . SKIPPED
[INFO] Apache TubeMQ - Connectors-flink ... SKIPPED
[INFO] 
[INFO] BUILD FAILURE
[INFO] 
[INFO] Total time: 12.143 s
[INFO] Finished at: 2020-06-12T16:01:45+08:00
[INFO] 
[ERROR] Failed to execute goal on project tubemq-server: Could not resolve 
dependencies for project 
org.apache.tubemq:tubemq-server:jar:0.5.0-incubating-SNAPSHOT: Failure to find 
com.sleepycat:je:jar:7.3.7 in 
https://download.dcache.org/nexus/service/rest/repository/browse/berkeleydb-je/ 
was cached in the local repository, resolution will not be reattempted until 
the update interval of berkeleydb-je has elapsed or updates are forced -> [Help 
1]{code}
This package `com.sleepycat:je` version 7.3.7 is not available in the public 
Maven repository.

Currently, this dependency is available from a third-party repository 
`_dcache.org`_, but the repository's address is invalid and it should be 
changed to :
{code:java}
https://download.dcache.org/nexus/repository/berkeleydb-je/
{code}



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


[jira] [Assigned] (TUBEMQ-231) Update URL link to contribution documents

2020-06-09 Thread Neo Yang (Jira)


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

Neo Yang reassigned TUBEMQ-231:
---

Assignee: Neo Yang

> Update URL link to contribution documents
> -
>
> Key: TUBEMQ-231
> URL: https://issues.apache.org/jira/browse/TUBEMQ-231
> Project: Apache TubeMQ
>  Issue Type: Bug
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Normal
>
> Currently the contribution docs has been moved to the _how-to-contribute.md_ 
> file,
> so link URL in the _README.md_ must be updated.
> I think the old version of this docs (_contribution.md)_ is not used anymore 
> and it can be removed.



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


[jira] [Created] (TUBEMQ-231) Update URL link to contribution documents

2020-06-09 Thread Neo Yang (Jira)
Neo Yang created TUBEMQ-231:
---

 Summary: Update URL link to contribution documents
 Key: TUBEMQ-231
 URL: https://issues.apache.org/jira/browse/TUBEMQ-231
 Project: Apache TubeMQ
  Issue Type: Bug
Reporter: Neo Yang


Currently the contribution docs has been moved to the _how-to-contribute.md_ 
file,
so link URL in the _README.md_ must be updated.

I think the old version of this docs (_contribution.md)_ is not used anymore 
and it can be removed.



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


[jira] [Updated] (TUBEMQ-222) Optimize code: Unnecessary boxing/unboxing conversion

2020-06-06 Thread Neo Yang (Jira)


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

Neo Yang updated TUBEMQ-222:

Summary: Optimize code: Unnecessary boxing/unboxing conversion  (was: 
Optimized code: Unnecessary boxing/unboxing conversion)

> Optimize code: Unnecessary boxing/unboxing conversion
> -
>
> Key: TUBEMQ-222
> URL: https://issues.apache.org/jira/browse/TUBEMQ-222
> Project: Apache TubeMQ
>  Issue Type: Improvement
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Normal
>  Labels: pull-request-available
>
> If you just want to extract the unboxed primitive values,  calling the static 
> parseXXX(...) method will be more efficient than valueOf(...).
> In the Integer.valueOf(String xxx) source code, it also calls the 
> parseInt(...) method to parse the primitive value.
> {code:java}
> //java.lang.Integer
> public static Integer valueOf(String s) throws NumberFormatException {
>  return Integer.valueOf(parseInt(s, 10));
> }{code}
> In the following files, I think we can optimize it:
> _(latest master-branch #132 - commit:1aab3c4)_
> {code:java}
> org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:626
> org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:633
> org/apache/tubemq/server/broker/BrokerServiceServer.java:1210
> org/apache/tubemq/server/broker/msgstore/MessageStore.java:562
> org/apache/tubemq/server/broker/msgstore/MessageStore.java:564
> org/apache/tubemq/server/broker/msgstore/MessageStore.java:566
> org/apache/tubemq/server/broker/msgstore/MessageStore.java:568
> org/apache/tubemq/server/common/aaaserver/SimpleCertificateBrokerHandler.java:88
> org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:104-105
> org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:127-128
> org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:151
> org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:174
> org/apache/tubemq/server/common/utils/WebParameterUtils.java:367
> org/apache/tubemq/server/common/utils/WebParameterUtils.java:369
> org/apache/tubemq/server/common/utils/WebParameterUtils.java:371
> org/apache/tubemq/server/common/utils/WebParameterUtils.java:373
> org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:722
> org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:727
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:264
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:274
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:291
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:308
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:325
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:342
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbGroupFlowCtrlEntity.java:189
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:292
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:302
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:319
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:336
> org/apache/tubemq/server/tools/BdbGroupAdmin.java:70
> {code}
> I also found an unnecessary 'String.valueOf()' call.
> _org/apache/tubemq/server/broker/web/BrokerAdminServlet.java:284_
> {code:java}
> inputTopicName = String.valueOf(inputTopicName).trim();
> {code}
>  



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


[jira] [Assigned] (TUBEMQ-222) Optimized code: Unnecessary boxing/unboxing conversion

2020-06-06 Thread Neo Yang (Jira)


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

Neo Yang reassigned TUBEMQ-222:
---

Assignee: Neo Yang

> Optimized code: Unnecessary boxing/unboxing conversion
> --
>
> Key: TUBEMQ-222
> URL: https://issues.apache.org/jira/browse/TUBEMQ-222
> Project: Apache TubeMQ
>  Issue Type: Improvement
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Normal
>
> If you just want to extract the unboxed primitive values,  calling the static 
> parseXXX(...) method will be more efficient than valueOf(...).
> In the Integer.valueOf(String xxx) source code, it also calls the 
> parseInt(...) method to parse the primitive value.
> {code:java}
> //java.lang.Integer
> public static Integer valueOf(String s) throws NumberFormatException {
>  return Integer.valueOf(parseInt(s, 10));
> }{code}
> In the following files, I think we can optimize it:
> _(latest master-branch #132 - commit:1aab3c4)_
> {code:java}
> org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:626
> org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:633
> org/apache/tubemq/server/broker/BrokerServiceServer.java:1210
> org/apache/tubemq/server/broker/msgstore/MessageStore.java:562
> org/apache/tubemq/server/broker/msgstore/MessageStore.java:564
> org/apache/tubemq/server/broker/msgstore/MessageStore.java:566
> org/apache/tubemq/server/broker/msgstore/MessageStore.java:568
> org/apache/tubemq/server/common/aaaserver/SimpleCertificateBrokerHandler.java:88
> org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:104-105
> org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:127-128
> org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:151
> org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:174
> org/apache/tubemq/server/common/utils/WebParameterUtils.java:367
> org/apache/tubemq/server/common/utils/WebParameterUtils.java:369
> org/apache/tubemq/server/common/utils/WebParameterUtils.java:371
> org/apache/tubemq/server/common/utils/WebParameterUtils.java:373
> org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:722
> org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:727
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:264
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:274
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:291
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:308
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:325
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:342
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbGroupFlowCtrlEntity.java:189
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:292
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:302
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:319
> org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:336
> org/apache/tubemq/server/tools/BdbGroupAdmin.java:70
> {code}
> I also found an unnecessary 'String.valueOf()' call.
> _org/apache/tubemq/server/broker/web/BrokerAdminServlet.java:284_
> {code:java}
> inputTopicName = String.valueOf(inputTopicName).trim();
> {code}
>  



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


[jira] [Updated] (TUBEMQ-222) Optimized code: Unnecessary boxing/unboxing conversion

2020-06-06 Thread Neo Yang (Jira)


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

Neo Yang updated TUBEMQ-222:

Description: 
If you just want to extract the unboxed primitive values,  calling the static 
parseXXX(...) method will be more efficient than valueOf(...).

In the Integer.valueOf(String xxx) source code, it also calls the parseInt(...) 
method to parse the primitive value.
{code:java}
//java.lang.Integer

public static Integer valueOf(String s) throws NumberFormatException {
 return Integer.valueOf(parseInt(s, 10));
}{code}
In the following files, I think we can optimize it:

_(latest master-branch #132 - commit:1aab3c4)_
{code:java}
org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:626
org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:633
org/apache/tubemq/server/broker/BrokerServiceServer.java:1210
org/apache/tubemq/server/broker/msgstore/MessageStore.java:562
org/apache/tubemq/server/broker/msgstore/MessageStore.java:564
org/apache/tubemq/server/broker/msgstore/MessageStore.java:566
org/apache/tubemq/server/broker/msgstore/MessageStore.java:568
org/apache/tubemq/server/common/aaaserver/SimpleCertificateBrokerHandler.java:88
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:104-105
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:127-128
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:151
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:174
org/apache/tubemq/server/common/utils/WebParameterUtils.java:367
org/apache/tubemq/server/common/utils/WebParameterUtils.java:369
org/apache/tubemq/server/common/utils/WebParameterUtils.java:371
org/apache/tubemq/server/common/utils/WebParameterUtils.java:373
org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:722
org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:727
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:264
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:274
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:291
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:308
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:325
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:342
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbGroupFlowCtrlEntity.java:189
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:292
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:302
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:319
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:336
org/apache/tubemq/server/tools/BdbGroupAdmin.java:70
{code}
I also found an unnecessary 'String.valueOf()' call.

_org/apache/tubemq/server/broker/web/BrokerAdminServlet.java:284_
{code:java}
inputTopicName = String.valueOf(inputTopicName).trim();
{code}
 

  was:
If you just want to extract the unboxed primitive values, 
calling the static parseXXX(...) method will be more efficient than 
valueOf(...).

In the Integer.valueOf(String xxx) source code, it also calls the parseInt(...) 
method to parse the primitive value.
{code:java}
//java.lang.Integer

public static Integer valueOf(String s) throws NumberFormatException {
 return Integer.valueOf(parseInt(s, 10));
}{code}
In the following files, I think we can optimize it:

_(latest master-branch #132 - commit:1aab3c4)_
{code:java}
org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:626
org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:633
org/apache/tubemq/server/broker/BrokerServiceServer.java:1210
org/apache/tubemq/server/broker/msgstore/MessageStore.java:562
org/apache/tubemq/server/broker/msgstore/MessageStore.java:564
org/apache/tubemq/server/broker/msgstore/MessageStore.java:566
org/apache/tubemq/server/broker/msgstore/MessageStore.java:568
org/apache/tubemq/server/common/aaaserver/SimpleCertificateBrokerHandler.java:88
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:104-105
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:127-128
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:151
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:174
org/apache/tubemq/server/common/utils/WebParameterUtils.java:367
org/apache/tubemq/server/common/utils/WebParameterUtils.java:369
org/apache/tubemq/server/common/utils/WebParameterUtils.java:371
org/apache/tubemq/server/common/utils/WebParameterUtils.java:373
org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:722
org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:727
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:264

[jira] [Created] (TUBEMQ-222) Optimized code: Unnecessary boxing/unboxing conversion

2020-06-06 Thread Neo Yang (Jira)
Neo Yang created TUBEMQ-222:
---

 Summary: Optimized code: Unnecessary boxing/unboxing conversion
 Key: TUBEMQ-222
 URL: https://issues.apache.org/jira/browse/TUBEMQ-222
 Project: Apache TubeMQ
  Issue Type: Improvement
Reporter: Neo Yang


If you just want to extract the unboxed primitive values, 
calling the static parseXXX(...) method will be more efficient than 
valueOf(...).

In the Integer.valueOf(String xxx) source code, it also calls the parseInt(...) 
method to parse the primitive value.
{code:java}
//java.lang.Integer

public static Integer valueOf(String s) throws NumberFormatException {
 return Integer.valueOf(parseInt(s, 10));
}{code}
In the following files, I think we can optimize it:

_(latest master-branch #132 - commit:1aab3c4)_
{code:java}
org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:626
org/apache/tubemq/corebase/policies/FlowCtrlRuleHandler.java:633
org/apache/tubemq/server/broker/BrokerServiceServer.java:1210
org/apache/tubemq/server/broker/msgstore/MessageStore.java:562
org/apache/tubemq/server/broker/msgstore/MessageStore.java:564
org/apache/tubemq/server/broker/msgstore/MessageStore.java:566
org/apache/tubemq/server/broker/msgstore/MessageStore.java:568
org/apache/tubemq/server/common/aaaserver/SimpleCertificateBrokerHandler.java:88
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:104-105
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:127-128
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:151
org/apache/tubemq/server/common/fileconfig/AbstractFileConfig.java:174
org/apache/tubemq/server/common/utils/WebParameterUtils.java:367
org/apache/tubemq/server/common/utils/WebParameterUtils.java:369
org/apache/tubemq/server/common/utils/WebParameterUtils.java:371
org/apache/tubemq/server/common/utils/WebParameterUtils.java:373
org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:722
org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java:727
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:264
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:274
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:291
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:308
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:325
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbBrokerConfEntity.java:342
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbGroupFlowCtrlEntity.java:189
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:292
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:302
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:319
org/apache/tubemq/server/master/bdbstore/bdbentitys/BdbTopicConfEntity.java:336
org/apache/tubemq/server/tools/BdbGroupAdmin.java:70
{code}
I also found an unnecessary 'String.valueOf()' call.

_org/apache/tubemq/server/broker/web/BrokerAdminServlet.java:284_
{code:java}
inputTopicName = String.valueOf(inputTopicName).trim();
{code}
 



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


[jira] [Updated] (TUBEMQ-219) [website] Fix missing web title

2020-06-06 Thread Neo Yang (Jira)


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

Neo Yang updated TUBEMQ-219:

Description: 
Currently the browser is not displaying the correct web title.

!image-2020-06-06-18-29-44-703.png!

To fix this, we need to configure the metadata item *_title_* on each page 
created by markdown.

Ref. [DocSite SEO|https://docsite.js.org/en-us/docs/SEO.html]

  was:
Currently the browser is not displaying the correct web title.

!image-2020-06-06-18-29-44-703.png!

To fix this, we need to configure the metadata item - title on each page 
created by markdown.


Ref. [DocSite SEO|https://docsite.js.org/en-us/docs/SEO.html]


> [website] Fix missing web title
> ---
>
> Key: TUBEMQ-219
> URL: https://issues.apache.org/jira/browse/TUBEMQ-219
> Project: Apache TubeMQ
>  Issue Type: Bug
>  Components: website
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Major
> Attachments: image-2020-06-06-18-29-44-703.png
>
>
> Currently the browser is not displaying the correct web title.
> !image-2020-06-06-18-29-44-703.png!
> To fix this, we need to configure the metadata item *_title_* on each page 
> created by markdown.
> Ref. [DocSite SEO|https://docsite.js.org/en-us/docs/SEO.html]



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


[jira] [Created] (TUBEMQ-219) [website] Fix missing web title

2020-06-06 Thread Neo Yang (Jira)
Neo Yang created TUBEMQ-219:
---

 Summary: [website] Fix missing web title
 Key: TUBEMQ-219
 URL: https://issues.apache.org/jira/browse/TUBEMQ-219
 Project: Apache TubeMQ
  Issue Type: Bug
  Components: website
Reporter: Neo Yang
Assignee: Neo Yang
 Attachments: image-2020-06-06-18-29-44-703.png

Currently the browser is not displaying the correct web title.

!image-2020-06-06-18-29-44-703.png!

To fix this, we need to configure the metadata item - title on each page 
created by markdown.


Ref. [DocSite SEO|https://docsite.js.org/en-us/docs/SEO.html]



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


[jira] [Assigned] (TUBEMQ-201) [Website] Adjust user guide & fix demo example

2020-06-03 Thread Neo Yang (Jira)


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

Neo Yang reassigned TUBEMQ-201:
---

Assignee: Neo Yang

> [Website] Adjust user guide & fix demo example
> --
>
> Key: TUBEMQ-201
> URL: https://issues.apache.org/jira/browse/TUBEMQ-201
> Project: Apache TubeMQ
>  Issue Type: Improvement
>Reporter: Neo Yang
>Assignee: Neo Yang
>Priority: Major
>  Labels: pull-request-available
>
> * Merge the contents of docs user guide and quick start
> The two documents are similar with only a few minor differences, where user 
> guide(tubemq_user_guide.html) has been removed from the menu and we can merge 
> it.
> * Update start/stop service commands
> After TUBEMQ-172 patch, we have a simplified script for the start/stop 
> service.
> * Fix demo example
> The current demo example has an error and it won't work properly, so we have 
> to fix it.



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


[jira] [Created] (TUBEMQ-201) [Website] Adjust user guide & fix demo example

2020-06-03 Thread Neo Yang (Jira)
Neo Yang created TUBEMQ-201:
---

 Summary: [Website] Adjust user guide & fix demo example
 Key: TUBEMQ-201
 URL: https://issues.apache.org/jira/browse/TUBEMQ-201
 Project: Apache TubeMQ
  Issue Type: Improvement
Reporter: Neo Yang


* Merge the contents of docs user guide and quick start
The two documents are similar with only a few minor differences, where user 
guide(tubemq_user_guide.html) has been removed from the menu and we can merge 
it.

* Update start/stop service commands
After TUBEMQ-172 patch, we have a simplified script for the start/stop service.

* Fix demo example
The current demo example has an error and it won't work properly, so we have to 
fix it.



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


[jira] [Commented] (TUBEMQ-159) Fix some typos

2020-05-27 Thread Neo Yang (Jira)


[ 
https://issues.apache.org/jira/browse/TUBEMQ-159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17117753#comment-17117753
 ] 

Neo Yang commented on TUBEMQ-159:
-

Thanks for the comment.
[~technoboy] I added a list of typos to the JIRA description.
[~gosonzhang] I have received comments and I have replied to you in PR.

> Fix some typos
> --
>
> Key: TUBEMQ-159
> URL: https://issues.apache.org/jira/browse/TUBEMQ-159
> Project: Apache TubeMQ
>  Issue Type: Bug
>Reporter: Neo Yang
>Priority: Normal
>  Labels: pull-request-available
>
> Fix some typos in Apache TubeMQ Project.
>  *In file "LICENSE":*
>  * Componnents -> Components
>  * Copyrighy -> Copyright
> *In file "docs/http_access_API_definition.md":*
>  * allowBCleintRatio -> allowedBClientRate
>  * modfiyUser -> modifyUser
>  * Modfiy -> Modify
> *In file "resources/assets/scripts/brokerDetail.js":*
>  * getCheckeBox -> getCheckBox
>  * Tipc -> Topic
> *In file "resources/assets/scripts/brokerList.js":*
>  * Tipc -> Topic
> *In file "resources/assets/scripts/subscribe.js":*
>  * Tipc -> Topic
> *In file "resources/assets/scripts/subscribeDetail.js":*
>  * Tipc -> Topic
> *In file "resources/assets/scripts/common/helper.js":*
>  * reutrns -> Returns
> *In file "resources/assets/scripts/topicDetail.js":*
>  * getCheckeBox -> getCheckBox
>  * Tipc -> Topic
> *In file 
> "tubemq-client/src/main/java/org/apache/tubemq/client/consumer/BaseMessageConsumer.java":*
>  * Chekc -> Check
>  * reblance -> rebalance
> *In file 
> "tubemq-client/src/main/java/org/apache/tubemq/client/producer/SimpleMessageProducer.java":*
>  * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE
> *In file 
> "tubemq-core/src/main/java/org/apache/tubemq/corebase/TBaseConstants.java":*
>  * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE
>  * META_MAX_MESSAGEG_HEADER_SIZE -> META_MAX_MESSAGE_HEADER_SIZE
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/broker/BrokerServiceServer.java":*
>  * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/disk/MsgFileStatisInfo.java":*
>  * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> 
> CFG_STORE_STATS_MAX_REFRESH_DURATION
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/mem/MsgMemStatisInfo.java":*
>  * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> 
> CFG_STORE_STATS_MAX_REFRESH_DURATION
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/mem/MsgMemStore.java":*
>  * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/broker/utils/DataStoreUtils.java":*
>  * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/broker/web/BrokerAdminServlet.java":*
>  * messge -> message
>  * failue -> failure
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/common/TServerConstants.java":*
>  * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> 
> CFG_STORE_STATS_MAX_REFRESH_DURATION
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/common/offsetstorage/zookeeper/RecoverableZooKeeper.java":*
>  * idemnpotent -> idempotent
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/common/offsetstorage/zookeeper/ZKUtil.java":*
>  * DEFAULT_ZOOKEPER_CLIENT_PORT -> DEFAULT_ZOOKEEPER_CLIENT_PORT
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/common/utils/WebParameterUtils.java":*
>  * reqAuthorizenCheck -> reqAuthorizeCheck
>  * *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/master/TMaster.java":*
>  * requredPartMap -> requiredPartMap
>  * neet -> need
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java":*
>  * isRebalanCheckPrint -> isRebalanceCheckPrint
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/master/nodemanage/nodebroker/BrokerSyncStatusInfo.java":*
>  * CFG_REPORT_DEFAULT_SYNC_DURATITON -> CFG_REPORT_DEFAULT_SYNC_DURATION
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/master/nodemanage/nodeconsumer/ConsumerBandInfo.java":*
>  * rebalanCheckPrint -> rebalanceCheckPrint
>  * isRebalanCheckPrint -> isRebalanceCheckPrint
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/master/web/action/screen/Webapi.java":*
>  * reqAuthorizenCheck -> reqAuthorizeCheck
>  * rebanceCheckTime -> rebalanceCheckTime
>  * existedTopicCondtions -> existedTopicConditions
> *In file 
> "tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebAdminFlowRuleHandler.java":*
>  * reqAuthorizenCheck -> reqAuthorizeCheck
> *In file 
> 

[jira] [Updated] (TUBEMQ-159) Fix some typos

2020-05-27 Thread Neo Yang (Jira)


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

Neo Yang updated TUBEMQ-159:

Description: 
Fix some typos in Apache TubeMQ Project.

 

 *In file "LICENSE":*
 * Componnents -> Components
 * Copyrighy -> Copyright

*In file "docs/http_access_API_definition.md":*
 * allowBCleintRatio -> allowedBClientRate
 * modfiyUser -> modifyUser
 * Modfiy -> Modify

*In file "resources/assets/scripts/brokerDetail.js":*
 * getCheckeBox -> getCheckBox
 * Tipc -> Topic

*In file "resources/assets/scripts/brokerList.js":*
 * Tipc -> Topic

*In file "resources/assets/scripts/subscribe.js":*
 * Tipc -> Topic

*In file "resources/assets/scripts/subscribeDetail.js":*
 * Tipc -> Topic

*In file "resources/assets/scripts/common/helper.js":*
 * reutrns -> Returns

*In file "resources/assets/scripts/topicDetail.js":*
 * getCheckeBox -> getCheckBox
 * Tipc -> Topic

*In file 
"tubemq-client/src/main/java/org/apache/tubemq/client/consumer/BaseMessageConsumer.java":*
 * Chekc -> Check
 * reblance -> rebalance

*In file 
"tubemq-client/src/main/java/org/apache/tubemq/client/producer/SimpleMessageProducer.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE

*In file 
"tubemq-core/src/main/java/org/apache/tubemq/corebase/TBaseConstants.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE
 * META_MAX_MESSAGEG_HEADER_SIZE -> META_MAX_MESSAGE_HEADER_SIZE

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/BrokerServiceServer.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/disk/MsgFileStatisInfo.java":*
 * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> CFG_STORE_STATS_MAX_REFRESH_DURATION

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/mem/MsgMemStatisInfo.java":*
 * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> CFG_STORE_STATS_MAX_REFRESH_DURATION

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/mem/MsgMemStore.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/utils/DataStoreUtils.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/web/BrokerAdminServlet.java":*
 * messge -> message
 * failue -> failure

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/common/TServerConstants.java":*
 * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> CFG_STORE_STATS_MAX_REFRESH_DURATION

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/common/offsetstorage/zookeeper/RecoverableZooKeeper.java":*
 * idemnpotent -> idempotent

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/common/offsetstorage/zookeeper/ZKUtil.java":*
 * DEFAULT_ZOOKEPER_CLIENT_PORT -> DEFAULT_ZOOKEEPER_CLIENT_PORT

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/common/utils/WebParameterUtils.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck
 * *In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/TMaster.java":*

 * requredPartMap -> requiredPartMap
 * neet -> need

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java":*
 * isRebalanCheckPrint -> isRebalanceCheckPrint

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/nodemanage/nodebroker/BrokerSyncStatusInfo.java":*
 * CFG_REPORT_DEFAULT_SYNC_DURATITON -> CFG_REPORT_DEFAULT_SYNC_DURATION

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/nodemanage/nodeconsumer/ConsumerBandInfo.java":*
 * rebalanCheckPrint -> rebalanceCheckPrint
 * isRebalanCheckPrint -> isRebalanceCheckPrint

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/action/screen/Webapi.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck
 * rebanceCheckTime -> rebalanceCheckTime
 * existedTopicCondtions -> existedTopicConditions

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebAdminFlowRuleHandler.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebAdminGroupCtrlHandler.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck
 * confgiuredTopicSet -> configuredTopicSet

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebAdminTopicAuthHandler.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebBrokerDefConfHandler.java":*
 * oldManagStatus -> oldManageStatus
 * reqAuthorizenCheck -> reqAuthorizeCheck
 * inBrokerConfEntiyMap -> inBrokerConfEntityMap

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebBrokerTopicConfHandler.java":*
 

[jira] [Updated] (TUBEMQ-159) Fix some typos

2020-05-27 Thread Neo Yang (Jira)


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

Neo Yang updated TUBEMQ-159:

Description: 
Fix some typos in Apache TubeMQ Project.

 *In file "LICENSE":*
 * Componnents -> Components
 * Copyrighy -> Copyright

*In file "docs/http_access_API_definition.md":*
 * allowBCleintRatio -> allowedBClientRate
 * modfiyUser -> modifyUser
 * Modfiy -> Modify

*In file "resources/assets/scripts/brokerDetail.js":*
 * getCheckeBox -> getCheckBox
 * Tipc -> Topic

*In file "resources/assets/scripts/brokerList.js":*
 * Tipc -> Topic

*In file "resources/assets/scripts/subscribe.js":*
 * Tipc -> Topic

*In file "resources/assets/scripts/subscribeDetail.js":*
 * Tipc -> Topic

*In file "resources/assets/scripts/common/helper.js":*
 * reutrns -> Returns

*In file "resources/assets/scripts/topicDetail.js":*
 * getCheckeBox -> getCheckBox
 * Tipc -> Topic

*In file 
"tubemq-client/src/main/java/org/apache/tubemq/client/consumer/BaseMessageConsumer.java":*
 * Chekc -> Check
 * reblance -> rebalance

*In file 
"tubemq-client/src/main/java/org/apache/tubemq/client/producer/SimpleMessageProducer.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE

*In file 
"tubemq-core/src/main/java/org/apache/tubemq/corebase/TBaseConstants.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE
 * META_MAX_MESSAGEG_HEADER_SIZE -> META_MAX_MESSAGE_HEADER_SIZE

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/BrokerServiceServer.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/disk/MsgFileStatisInfo.java":*
 * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> CFG_STORE_STATS_MAX_REFRESH_DURATION

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/mem/MsgMemStatisInfo.java":*
 * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> CFG_STORE_STATS_MAX_REFRESH_DURATION

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/msgstore/mem/MsgMemStore.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/utils/DataStoreUtils.java":*
 * META_MAX_MESSAGEG_DATA_SIZE -> META_MAX_MESSAGE_DATA_SIZE

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/broker/web/BrokerAdminServlet.java":*
 * messge -> message
 * failue -> failure

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/common/TServerConstants.java":*
 * CFG_STORE_STATS_MAX_REFRESH_DURATITON -> CFG_STORE_STATS_MAX_REFRESH_DURATION

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/common/offsetstorage/zookeeper/RecoverableZooKeeper.java":*
 * idemnpotent -> idempotent

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/common/offsetstorage/zookeeper/ZKUtil.java":*
 * DEFAULT_ZOOKEPER_CLIENT_PORT -> DEFAULT_ZOOKEEPER_CLIENT_PORT

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/common/utils/WebParameterUtils.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck
 * *In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/TMaster.java":*

 * requredPartMap -> requiredPartMap
 * neet -> need

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/balance/DefaultLoadBalancer.java":*
 * isRebalanCheckPrint -> isRebalanceCheckPrint

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/nodemanage/nodebroker/BrokerSyncStatusInfo.java":*
 * CFG_REPORT_DEFAULT_SYNC_DURATITON -> CFG_REPORT_DEFAULT_SYNC_DURATION

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/nodemanage/nodeconsumer/ConsumerBandInfo.java":*
 * rebalanCheckPrint -> rebalanceCheckPrint
 * isRebalanCheckPrint -> isRebalanceCheckPrint

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/action/screen/Webapi.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck
 * rebanceCheckTime -> rebalanceCheckTime
 * existedTopicCondtions -> existedTopicConditions

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebAdminFlowRuleHandler.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebAdminGroupCtrlHandler.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck
 * confgiuredTopicSet -> configuredTopicSet

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebAdminTopicAuthHandler.java":*
 * reqAuthorizenCheck -> reqAuthorizeCheck

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebBrokerDefConfHandler.java":*
 * oldManagStatus -> oldManageStatus
 * reqAuthorizenCheck -> reqAuthorizeCheck
 * inBrokerConfEntiyMap -> inBrokerConfEntityMap

*In file 
"tubemq-server/src/main/java/org/apache/tubemq/server/master/web/handler/WebBrokerTopicConfHandler.java":*
 * 

[jira] [Updated] (TUBEMQ-159) Fix some typos

2020-05-26 Thread Neo Yang (Jira)


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

Neo Yang updated TUBEMQ-159:

Priority: Normal  (was: Low)

> Fix some typos
> --
>
> Key: TUBEMQ-159
> URL: https://issues.apache.org/jira/browse/TUBEMQ-159
> Project: Apache TubeMQ
>  Issue Type: Bug
>Reporter: Neo Yang
>Priority: Normal
>
> Fix some typos in Apache TubeMQ Project.



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


[jira] [Created] (TUBEMQ-159) Fix some typos

2020-05-26 Thread Neo Yang (Jira)
Neo Yang created TUBEMQ-159:
---

 Summary: Fix some typos
 Key: TUBEMQ-159
 URL: https://issues.apache.org/jira/browse/TUBEMQ-159
 Project: Apache TubeMQ
  Issue Type: Bug
Reporter: Neo Yang


Fix some typos in Apache TubeMQ Project.



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