Actions
Bug #9077
closedInventory "toInt" error when parsing report with VIRTUALMEMORY = 2297795780
Status:
Released
Priority:
N/A
Assignee:
Category:
Web - Nodes & inventories
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.NumberFormatException: For input string: "2297795780"
Because well, Java int space is [-2147483648, 2147483647].
Proposed solution: forbid machine with >2To of virtual memory. (Edit Note: it was of course a joke, this is just a awful bug)
Updated by François ARMAND about 8 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/ldap-inventory/pull/89
Updated by François ARMAND about 8 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset ldap-inventory|22b5c1913b583562dcb35b45ad1a0ddaf5583801.
Updated by Vincent MEMBRÉ about 8 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.1.15/14 and 3.2.8/7 which were released today.
- 3.1: Announce Changelog
- 3.2: Announce Changelog
- Download: https://www.rudder-project.org/site/get-rudder/downloads/
Updated by Janos Mattyasovszky almost 8 years ago
- Is duplicate of Bug #9793: Cannot parse inventory with process using 2GB+ memory added
Actions