[CONTROLLER-1669] C: write-transactions from all nodes cause OutOfMemoryError Created: 11/May/17 Updated: 25/Jul/23 Resolved: 12/May/17 |
|
| Status: | Resolved |
| Project: | controller |
| Component/s: | clustering |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | ||
| Reporter: | Peter Gubka | Assignee: | Tom Pantelis |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
Operating System: All |
||
| External issue ID: | 8424 |
| Description |
|
The job is here: OutOfMemoryError on node 2 can be found here: Heap dump file created [1584803866 bytes in 11.824 secs] The test is very simple. On all 3 nodes a write-trancactions rpc is started. After that the robot just waits for rpc to finish. Then after 65s the rest is timed out from robot side, none of 3 responses were delivered within this timeframe. Similar bugs: |
| Comments |
| Comment by Tom Pantelis [ 11/May/17 ] |
|
It choked trying log the toString of ConnectedClientConnection: SLF4J: Failed toString() invocation on an object of type [org.opendaylight.controller.cluster.access.client.ConnectedClientConnection] We don't want to print out the entire InMemoryDataTree. |
| Comment by Tom Pantelis [ 11/May/17 ] |
|
https://git.opendaylight.org/gerrit/#/c/56539/ added ShardBackendInfo.dataTree to the toString output in stable/carbon. This patch was not cherry pick to master however. We obviously can't print the dataTree contents - I think the intent of that patch was to output the presence of the dataTree which means it's local. |
| Comment by Tom Pantelis [ 11/May/17 ] |
|
https://git.opendaylight.org/gerrit/#/c/56539/ added ShardBackendInfo.dataTree to the toString output in stable/carbon. This patch was not cherry pick to master however. We obviously can't print the dataTree contents - I think the intent of that patch was to output the presence of the dataTree which means it's local. |
| Comment by Tom Pantelis [ 11/May/17 ] |
|
https://git.opendaylight.org/gerrit/#/c/56539/ added ShardBackendInfo.dataTree to the toString output in stable/carbon. This patch was not cherry pick to master however. We obviously can't print the dataTree contents - I think the intent of that patch was to output the presence of the dataTree which means it's local. |
| Comment by Tom Pantelis [ 11/May/17 ] |