Skip to content

Fix performance issue reported by findbugs (unnescessary boxing/unbox…#365

Closed
rsafonseca wants to merge 1 commit into
apache:masterfrom
rsafonseca:findbugs4
Closed

Fix performance issue reported by findbugs (unnescessary boxing/unbox…#365
rsafonseca wants to merge 1 commit into
apache:masterfrom
rsafonseca:findbugs4

Conversation

@rsafonseca

Copy link
Copy Markdown
Contributor

…ing)

VmwareResource.java:693, DM_BOXED_PRIMITIVE_FOR_PARSING, Priority: High
VmwareResource.java:4769, DM_BOXED_PRIMITIVE_FOR_PARSING, Priority: High
Boxing/unboxing to parse a primitive com.cloud.hypervisor.vmware.resource.VmwareResource.getNetworkStats(String)

Now op is faster and takes up less memory

…ing)

VmwareResource.java:693, DM_BOXED_PRIMITIVE_FOR_PARSING, Priority: High
VmwareResource.java:4769, DM_BOXED_PRIMITIVE_FOR_PARSING, Priority: High
Boxing/unboxing to parse a primitive com.cloud.hypervisor.vmware.resource.VmwareResource.getNetworkStats(String)

Now op is faster and takes up less memory
@asfbot

asfbot commented Jun 7, 2015

Copy link
Copy Markdown

cloudstack-pull-requests #318 ABORTED

@DaanHoogland

Copy link
Copy Markdown
Contributor

LGTM

@asfgit asfgit closed this in 38c269d Jun 8, 2015
shwstppr pushed a commit to shapeblue/cloudstack that referenced this pull request Apr 11, 2024
* Use join instead of views for filtering volumes

* Use join instead of views for filtering events

* Use join instead of views for filtering accounts

* Use join instead of views for filtering domains

* Use join instead of views for filtering hosts

* Use join instead of views for filtering storage pools

* Use join instead of views for filtering service offerings

* Use join instead of views for filtering disk offerings

* Remove unused code

* Fix unit test

* Use disk_offering instead of disk_offering_view in service_offering_view

* Fixup

* Fix listing of diskoffering & serviceoffering

* Use constants instead of strings

* Make changes to prevent sql injection

* Remove commented code

* Prevent n+1 queries for template's response

* remove unused import

* refactor some code

* Add missing check for service offering's join with disk offering

* Fix n+1 queries for stoage pool metrics

* Remove n+1 queries from list accounts

* Remove unused imports

* remove todo

* Remove unused import

* Fixup query generation for nested joins

* Fixups

* Fix DB exception on ClientPreparedStatement

* events,alerts: Add missing indexes (apache#366)

* Fixup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants