Skip to content

Conversation

ddanielr
Copy link
Contributor

Saw the following Error message in console log that mentioned the Duration datatype was not able to be serialized.

Java 8 date/time type `java.time.Duration` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: java.util.Collections$SynchronizedRandomAccessList[1]->org.apache.accumulo.monitor.next.SystemInformation$SanitizedTabletInformation["tabletMergeabilityInfo"]->org.apache.accumulo.core.client.admin.TabletMergeabilityInfo["tabletMergeability"]->org.apache.accumulo.core.client.admin.TabletMergeability["delay"])

Added the jackson JavaTimeModule to fix the 404 return.
Tested locally and confirmed the 404 return code was fixed.

The Duration datatype was not able to be serialized.
Added the jackson JavaTimeModule to fix the 404 return.
@ddanielr ddanielr added this to the 4.0.0 milestone Jul 18, 2025
@ddanielr ddanielr merged commit 5504cd8 into apache:main Jul 21, 2025
8 checks passed
@ddanielr ddanielr deleted the bugfix/monitor-404-tabletMergeability branch July 21, 2025 15:51
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.

2 participants