[
https://issues.apache.org/jira/browse/PHOENIX-4106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16134696#comment-16134696
]
Hudson commented on PHOENIX-4106:
---------------------------------
FAILURE: Integrated in Jenkins build Phoenix-master #1744 (See
[https://builds.apache.org/job/Phoenix-master/1744/])
PHOENIX-4106 Replace System.currentTimeMillis() calls with (jamestaylor: rev
a0f47c2bec568ebcfca6be2fe8e0fd3af9c01a60)
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/schema/MetaDataClient.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/TraceQueryPlan.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/iterate/BaseResultIterators.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/expression/function/CurrentTimeFunction.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/mapreduce/MultiHfileOutputFormat.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/expression/function/CurrentDateFunction.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/iterate/TableResultIterator.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionObserver.java
* (edit)
phoenix-core/src/main/java/org/apache/phoenix/compile/ListJarsQueryPlan.java
> Replace System.currentTimeMillis() calls with
> EnvironmentEdgeManager.currentTimeMillis() calls
> ----------------------------------------------------------------------------------------------
>
> Key: PHOENIX-4106
> URL: https://issues.apache.org/jira/browse/PHOENIX-4106
> Project: Phoenix
> Issue Type: Test
> Reporter: James Taylor
> Assignee: James Taylor
> Fix For: 4.12.0
>
> Attachments: PHOENIX-4106.patch
>
>
> In order to control the timestamp without using CURRENT_SCN, we need to
> ensure that code always uses EnvironmentEdgeManager.currentTimeMillis().
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)