Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0032755
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] A. Platformminoralways2016-04-21 16:302022-02-01 08:09
ReporteralostaleView Statuspublic 
Assigned ToTriage Platform Base 
PrioritynormalResolutionopenFixed in Version
StatusacknowledgedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0032755: some actions are not tracked in ad_session_usage_audit

DescriptionAD_session_usage_audit table stores information about requests and time each took to be processed.

It skips some valuable requests such as:
* Requests in Process definitions
* Action handler invocations
Steps To Reproduce1. Execute the following command (changing db connection params), this will log every .5 seconds the latest record in ad_usage_audit table
watch -n .5 "psql -U tad -h localhost -p 5432 -d retail_mods -c 'select created, object_id, command, classname, object_type, process_time from ad_session_usage_audit order by created desc limit 30'"

2. Create a Sales Invoice
3. Process it
4. Click on Add Payment button
  -> ERROR: check there is no entries for fetches executed to populate grids in that popup
5. Click on Done button to add a payment
  -> ERROR: check there is no entries for this process
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2016-04-21 16:30 alostale New Issue
2016-04-21 16:30 alostale Assigned To => platform
2016-04-21 16:30 alostale Modules => Core
2016-04-21 16:30 alostale Triggers an Emergency Pack => No
2016-04-21 16:31 alostale Status new => acknowledged
2016-12-01 14:36 alostale Type defect => design defect
2022-02-01 08:09 alostale Assigned To platform => Triage Platform Base


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker