[
https://issues.apache.org/jira/browse/TEZ-4275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281101#comment-17281101
]
Tez CI commented on TEZ-4275:
-----------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} docker {color} | {color:red} 1m
33s{color} | {color:red} Docker failed to build yetus/tez:474bb22ba. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| GITHUB PR | https://github.com/apache/tez/pull/95 |
| JIRA Issue | TEZ-4275 |
| Console output |
https://ci-hadoop.apache.org/job/tez-multibranch/job/PR-95/2/console |
| versions | git=2.17.1 |
| Powered by | Apache Yetus 0.12.0 https://yetus.apache.org |
This message was automatically generated.
> Use Google Guava Intern Facility
> --------------------------------
>
> Key: TEZ-4275
> URL: https://issues.apache.org/jira/browse/TEZ-4275
> Project: Apache Tez
> Issue Type: Improvement
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Google Guava has a pretty cool Interner facility.
>
> * More memory efficient than current offering. Map contains a weak key and
> a static dummy value (current implementation uses a weak value)
> * Current implementation has a single lock around the entire data structure.
> Google segments their data structure into (default: 4) segments for better
> concurrency
> * All the other thoughtful stuff Google has added into this feature
--
This message was sent by Atlassian Jira
(v8.3.4#803005)