[
https://issues.apache.org/jira/browse/ATLAS-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dharshana M Krishnamoorthy updated ATLAS-4035:
----------------------------------------------
Description:
The Start Time and End Time in theĀ {color:#172b4d}SERVER_STATE_ACTIVE is always
same. Its better to remove the End time column or update it as N/A{color}
Response of SERVER_STATE_ACTIVE audit
{code:java}
{
"guid": "<guid>",
"operation": "SERVER_STATE_ACTIVE",
"startTime": 1604902481169,
"endTime": 1604902481169,
"clientId": "<client id>",
"resultCount": 0
}
{code}
was:
Response of SERVER_STATE_ACTIVE audit
{code}
{
"guid": "<guid>",
"operation": "SERVER_STATE_ACTIVE",
"startTime": 1604902481169,
"endTime": 1604902481169,
"clientId": "<client id>",
"resultCount": 0
}
{code}
> End-time in SERVER_STATE_ACTIVE audits might be N/A instead of the value
> since it has same value as start time
> --------------------------------------------------------------------------------------------------------------
>
> Key: ATLAS-4035
> URL: https://issues.apache.org/jira/browse/ATLAS-4035
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Dharshana M Krishnamoorthy
> Assignee: Deep Singh
> Priority: Major
>
> The Start Time and End Time in theĀ {color:#172b4d}SERVER_STATE_ACTIVE is
> always same. Its better to remove the End time column or update it as
> N/A{color}
> Response of SERVER_STATE_ACTIVE audit
> {code:java}
> {
> "guid": "<guid>",
> "operation": "SERVER_STATE_ACTIVE",
> "startTime": 1604902481169,
> "endTime": 1604902481169,
> "clientId": "<client id>",
> "resultCount": 0
> }
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)