Matt Pavlovich

Results 197 comments of Matt Pavlovich

> Is the actual problem that browsing is incrementing the counter when dispatched to a browser and shouldn't be? Yes! With the caveat that it is *only* when browsing in...

@cshannon a couple of brainstorms from your ideas: What about a blend of a few things? 1. WireFormat flag to track the behavior change for older versions: legacyUTF8EncodingEnabled = true...

@cshannon good catch on the tight marshaller. Moving the encoding logic to a UTF8Util or similar probably a good step to catch these locations and centralize. We could then include...

Yes, having the ability to do read and write offsets would enable using nio_uring for files used as data stores. Also, while there are is overlap in read/write operations, the...

I have started a capability to put additional statistics behind a config flag, so adding new metrics such as lastMessageTimestamp, lastMessageId, etc.. do not add computation overhead to all queues...

The advancedMessageFlow statistics are implemented and released in 5.19.x (and soon 6.2.0) Please review the added metrics: https://github.com/apache/activemq/blob/main/activemq-client/src/main/java/org/apache/activemq/management/MessageFlowStatsImpl.java#L21 I believe this PR is addressed with the _enqueuedMessageBrokerInTime_ or _enqueuedMessageTimestamp_ value.

The code change is fine -- I think the ticket description and commit message could be clarified/simplified as this is just a simple modernization and not a fundamental change in...

@Nikita-Shupletsov how many is too-many nodes to trigger a stack overflow? What was the -Xss setting when the SO occurred?

> If we want to remove commons-io, we need to provide a private method to compute stream length as this behavior should stay. done

I'd like to see output with Maven debug logging turned on to see if additional clues pop-up. One thing on is the episode entry looks incorrect, as it looks to...