[jira] [Updated] (HBASE-19448) Replace StringBuffer with StringBuilder for hbase-server

2017-12-08 Thread BELUGA BEHR (JIRA)

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

BELUGA BEHR updated HBASE-19448:

Affects Version/s: 3.0.0

> Replace StringBuffer with StringBuilder for hbase-server
> 
>
> Key: HBASE-19448
> URL: https://issues.apache.org/jira/browse/HBASE-19448
> Project: HBase
>  Issue Type: Improvement
>  Components: hbase
>Affects Versions: 2.0.0, 3.0.0
>Reporter: BELUGA BEHR
>Assignee: BELUGA BEHR
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-19448.1.patch
>
>
> Replace the thread-safe {{StringBuffer}} class with the un-synchronized 
> {{StringBuilder}} class for better performance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19448) Replace StringBuffer with StringBuilder for hbase-server

2017-12-07 Thread Chia-Ping Tsai (JIRA)

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

Chia-Ping Tsai updated HBASE-19448:
---
  Resolution: Fixed
Hadoop Flags: Reviewed
  Status: Resolved  (was: Patch Available)

Thanks for the patch. [~belugabehr]

> Replace StringBuffer with StringBuilder for hbase-server
> 
>
> Key: HBASE-19448
> URL: https://issues.apache.org/jira/browse/HBASE-19448
> Project: HBase
>  Issue Type: Improvement
>  Components: hbase
>Affects Versions: 2.0.0
>Reporter: BELUGA BEHR
>Assignee: BELUGA BEHR
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-19448.1.patch
>
>
> Replace the thread-safe {{StringBuffer}} class with the un-synchronized 
> {{StringBuilder}} class for better performance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-19448) Replace StringBuffer with StringBuilder for hbase-server

2017-12-07 Thread Chia-Ping Tsai (JIRA)

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

Chia-Ping Tsai updated HBASE-19448:
---
Summary: Replace StringBuffer with StringBuilder for hbase-server  (was: 
Replace StringBuffer with StringBuilder)

> Replace StringBuffer with StringBuilder for hbase-server
> 
>
> Key: HBASE-19448
> URL: https://issues.apache.org/jira/browse/HBASE-19448
> Project: HBase
>  Issue Type: Improvement
>  Components: hbase
>Affects Versions: 2.0.0
>Reporter: BELUGA BEHR
>Assignee: BELUGA BEHR
>Priority: Trivial
> Fix For: 2.0.0
>
> Attachments: HBASE-19448.1.patch
>
>
> Replace the thread-safe {{StringBuffer}} class with the un-synchronized 
> {{StringBuilder}} class for better performance.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)