[ 
https://issues.apache.org/jira/browse/AMBARI-24777?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16653552#comment-16653552
 ] 

ASF GitHub Bot commented on AMBARI-24777:
-----------------------------------------

rlevas commented on a change in pull request #7: AMBARI-24777 - Infra Manager: 
Remove dependencies due to security concerns.
URL: https://github.com/apache/ambari-infra/pull/7#discussion_r225927210
 
 

 ##########
 File path: 
ambari-infra-manager-it/src/test/java/org/apache/ambari/infra/steps/AbstractInfraSteps.java
 ##########
 @@ -137,14 +137,14 @@ protected void addDocument(OffsetDateTime logtime) {
     solrInputDocument.addField("level", "INFO");
     solrInputDocument.addField("resource", "/ats/active");
     solrInputDocument.addField("ip", "172.18.0.2");
-    solrInputDocument.addField("evtTime", "2017-12-08T10:23:16.452Z");
     solrInputDocument.addField("req_caller_id", 
"HIVE_QUERY_ID:ambari-qa_20160317200111_223b3079-4a2d-431c-920f-6ba37ed63e9f");
     solrInputDocument.addField("repoType", 1);
     solrInputDocument.addField("enforcer", "hadoop-acl");
     solrInputDocument.addField("cliType", "rpc");
     solrInputDocument.addField("message_md5", "-6778765776916226588");
     solrInputDocument.addField("event_md5", "5627261521757462732");
     solrInputDocument.addField("logtime", new 
Date(logtime.toInstant().toEpochMilli()));
+    solrInputDocument.addField("evtTime", new 
Date(logtime.toInstant().toEpochMilli()));
 
 Review comment:
   This seems out of place for this patch.  Did you mean to add this line?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Infra Manager: Remove dependencies due to security concerns.
> ------------------------------------------------------------
>
>                 Key: AMBARI-24777
>                 URL: https://issues.apache.org/jira/browse/AMBARI-24777
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-infra
>    Affects Versions: 2.8.0
>            Reporter: Krisztian Kasa
>            Assignee: Krisztian Kasa
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 2.8.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to