Harsh Mehta

Results 9 issues of Harsh Mehta

SNMP Packet Capturing Tool ====== The snmp packet capturing is fully written in Go. it provides same output as NetSNMP gives for Get and Walk. It supports IPv4 and IPv6,...

Fixed #9124 - Negative partNo values can now be safely handled. - Added unit test cases to verify this behavior. - Renamed the test file from TestFulllName to TestFullName to...

Fixed #9084 - Replaced separate `hasLoadRole.get()` and `hasLoadRole.set(true)` calls with an atomic `hasLoadRole.compareAndSet(false, true)` operation. - This makes the check-and-set atomic, ensuring the runnable executes only once, even under concurrent...

Fixes : #27532 ## Description I've successfully implemented the feature to accept repeated --file options in the Trino CLI to run all files sequentially, as requested in issue. ## Additional...

cla-signed
docs

# Fix: Add missing logicalFilePath support to ChangeLogInclude ## Impact - [x] Bug fix (non-breaking change which fixes expected existing functionality) - [ ] Enhancement/New feature (adds functionality without impacting...

Fixes : #950 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Your pull request should address just one issue, without pulling in other changes....

maintenance

Following this checklist to help us incorporate your contribution quickly and easily: - [x] Your pull request should address just one issue, without pulling in other changes. - [x] Write...

Fixes : #1489 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Your pull request should address just one issue, without pulling in other changes....

Fixes : #1275 Following this checklist to help us incorporate your contribution quickly and easily: - [x] Your pull request should address just one issue, without pulling in other changes....

bug