Abhishek Pal

Results 10 issues of Abhishek Pal

Page URL: https://flutter.dev/docs/cookbook/plugins/picture-using-camera.html Page source: https://github.com/flutter/website/tree/master/src/docs/cookbook/plugins/picture-using-camera.md Description of issue: I think the tutorial isn't updated with the latest version of the Camera Plugin, since the _controller.takePicture(path) gives an error for...

p2-medium
cookbook
e2-days

## What changes were proposed in this pull request? HDDS-9790. Added UI unit tests for Recon Overview Page and AutoReloadPanel Please describe your PR in detail: * Currently we don't...

test
recon
UI

## What changes were proposed in this pull request? HDDS-9622. Added responsive functionality for Disk Usage chart Please describe your PR in detail: * Currently we have a Disk Usage...

recon
UI

## What changes were proposed in this pull request? - While conducting a fossa scan we found that node-notifier and jsdom is not compatible with Apache license - This PR...

build
dependencies
recon
UI

### Description of PR The hadoop dtutil cancel command gives NullPointerException. ```java.lang.NullPointerException at org.apache.hadoop.security.authentication.util.KerberosName.getShortName(KerberosName.java:422) at org.apache.hadoop.security.User.(User.java:48) at org.apache.hadoop.security.User.(User.java:43) at org.apache.hadoop.security.UserGroupInformation.createRemoteUser(UserGroupInformation.java:1418) at org.apache.hadoop.security.UserGroupInformation.createRemoteUser(UserGroupInformation.java:1402) at org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier.getUser(AbstractDelegationTokenIdentifier.java:80) at org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier.getUser(DelegationTokenIdentifier.java:81) at org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier.toString(DelegationTokenIdentifier.java:91) at java.base/java.lang.String.valueOf(String.java:2951)...

trunk
Common

## What changes were proposed in this pull request? HDDS-11041. Add admin request filter for S3 requests and UGI support for GrpcOmTransport Please describe your PR in detail: * Currently...

s3

## What changes were proposed in this pull request? HDDS-11609. Switch to Recon v2 UI as the default UI Please describe your PR in detail: * Currently the default UI...

recon
UI

## What changes were proposed in this pull request? HDDS-10697. Add Page to stream Recon logs Please describe your PR in detail: ## Backend We first read the log file...

## What changes were proposed in this pull request? We are changing the visibility of `LogSegmentStartEnd#getStartIndex()` and `LogSegmentStartEnd#getEndIndex()` to public. This will allow external tools that deal with the RATIS...

## What changes were proposed in this pull request? Snapshot is not an atomic operation and in some cases there might be corrupted snapshots. Every snapshot has an associated MD5...