issues
search
Alluxio
/
Community
New Contributor Tasks for Alluxio
20
stars
38
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/server/master/src/main/java/alluxio/master/file/meta/LazyUfsBlockLocationCache.java#get
#495
newnius
closed
5 years ago
0
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/server/master/src/main/java/alluxio/master/file/activesync/ActiveSyncManager.java
#494
newnius
closed
5 years ago
0
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/server/common/src/main/java/alluxio/cli/validation/Utils.java#readNodeList
#493
newnius
closed
5 years ago
0
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/server/common/src/main/java/alluxio/cli/validation/HadoopConfigurationFileParser.java#parseXmlConfiguration
#492
newnius
closed
5 years ago
0
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/server/common/src/main/java/alluxio/cli/validation/ClusterConfConsistencyValidationTask.java#getNodeConf
#491
newnius
closed
3 years ago
2
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/server/common/src/main/java/alluxio/RpcUtils.java#streamingRPCAndLog
#490
newnius
closed
5 years ago
0
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/common/src/main/java/alluxio/underfs/Fingerprint.java#parse
#489
newnius
closed
5 years ago
0
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/common/src/main/java/alluxio/collections/TwoKeyConcurrentMap.java#removeInnerValue
#488
newnius
closed
4 years ago
1
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/common/src/main/java/alluxio/collections/LockCache.java#getValNode
#487
newnius
closed
3 years ago
4
[SMALLFIX] Use the @Nullable annotation for all methods which may return null in /alluxio/core/common/src/main/java/alluxio/underfs/UnderFileSystemWithLogging.java#filterInvalidPaths
#486
newnius
closed
5 years ago
0
[SMALLFIX] Supply the name of variable to Preconditions.checkNotNull in /alluxio/job/server/src/main/java/alluxio/master/job/JobCoordinator.java#create
#485
newnius
closed
5 years ago
0
[SMALLFIX] Supply the name of variable to Preconditions.checkNotNull in /alluxio/core/client/fs/src/main/java/alluxio/client/block/stream/DefaultBlockWorkerClient.java#writeBlock
#484
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace lambda with method reference in /alluxio/core/server/master/src/main/java/alluxio/master/MasterUtils.java#getBlockStoreFactory
#483
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace lambda with method reference in /alluxio/core/common/src/main/java/alluxio/security/authentication/DefaultAuthenticationServer.java#DefaultAuthenticationServer
#482
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace lambda with method reference in /alluxio/core/server/master/src/main/java/alluxio/master/metastore/caching/Cache.java#Cache
#481
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace lambda with method reference in /alluxio/core/server/master/src/main/java/alluxio/master/file/BlockDeletionContext.java#registerBlocksForDeletion
#480
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace lambda with method reference in /Users/newnius/alluxio/core/common/src/test/java/alluxio/AlluxioTestDirectory.java#cleanUpOldFiles
#479
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace collections.sort() with list.sort in /alluxio/core/server/worker/src/main/java/alluxio/worker/block/evictor/LRFUEvictor.java#getSortedCRF
#478
newnius
closed
5 years ago
1
[SMALLFIX] Java 8 improvement: replace collections.sort() with list.sort in /alluxio/core/client/fs/src/main/java/alluxio/client/block/policy/DeterministicHashPolicy.java#getWorker
#477
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/common/src/test/java/alluxio/security/authorization/ModeParserTest.java
#475
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/server/worker/src/test/java/alluxio/worker/block/evictor/EvictorContractTest.java
#474
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/server/worker/src/test/java/alluxio/worker/block/evictor/PartialLRUEvictorTest.java
#473
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/server/worker/src/test/java/alluxio/worker/block/evictor/EvictorTestUtils.java
#472
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/server/worker/src/test/java/alluxio/worker/block/evictor/LRFUEvictorTest.java
#471
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/server/worker/src/test/java/alluxio/worker/block/evictor/LRUEvictorTest.java
#470
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/server/worker/src/test/java/alluxio/worker/block/allocator/AllocatorContractTest.java
#469
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/server/worker/src/test/java/alluxio/worker/block/allocator/AllocatorFactoryTest.java
#468
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/client/fs/src/test/java/alluxio/client/file/FileSystemContextTest.java
#467
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/client/fs/src/test/java/alluxio/client/file/policy/SpecificHostPolicyTest.java
#466
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/client/fs/src/test/java/alluxio/client/file/policy/LocalFirstPolicyTest.java
#465
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/client/fs/src/test/java/alluxio/client/file/policy/RoundRobinPolicyTest.java
#464
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/client/fs/src/test/java/alluxio/client/file/policy/MostAvailableFirstPolicyTest.java
#463
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/common/src/test/java/alluxio/security/authorization/AclEntryTest.java
#462
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/server/worker/src/test/java/alluxio/worker/block/allocator/AllocatorTestBase.java
#461
newnius
closed
5 years ago
1
[SMALLFIX] Use static imports for standard test utilities in alluxio/core/base/src/test/java/alluxio/collections/DirectedAcyclicGraphTest.java
#460
newnius
closed
5 years ago
1
[SMALLFIX] Supply the name of variable to Preconditions.checkNotNull in alluxio/core/common/src/main/java/alluxio/AbstractClient.java#AbstractClient
#459
newnius
closed
5 years ago
0
[SMALLFIX] Supply the name of variable to Preconditions.checkNotNull in alluxio/core/common/src/main/java/alluxio/master/MasterClientContextBuilder.java#MasterClientContextBuilder
#458
newnius
closed
5 years ago
0
[SMALLFIX] Supply the name of variable to Preconditions.checkNotNull in alluxio/core/common/src/main/java/alluxio/metrics/Metric.java#Metric
#457
newnius
closed
5 years ago
0
[SMALLFIX] Supply the name of variable to Preconditions.checkNotNull in alluxio/core/server/master/src/main/java/alluxio/master/file/FileSystemMasterWorkerServiceHandler.java#FileSystemMasterWorkerServiceHandler
#456
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace with sinle Map method in alluxio/core/common/src/main/java/alluxio/util/webui/UIFileInfo.java#addBlock
#455
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace with sinle Map method in alluxio/core/common/src/main/java/alluxio/network/TieredIdentityFactory.java#fromString
#454
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/core/server/proxy/src/main/java/alluxio/proxy/StreamsRestServiceHandler.java#write
#453
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/job/client/src/main/java/alluxio/worker/job/RetryHandlingJobMasterClient.java#registerWorker
#452
newnius
closed
5 years ago
1
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/job/client/src/main/java/alluxio/client/job/RetryHandlingJobMasterClient.java#cancel
#451
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/core/server/master/src/main/java/alluxio/master/MasterUtils.java#createMasters
#450
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/core/server/worker/src/main/java/alluxio/worker/block/evictor/LRFUEvictor.java#getSortedCRF
#449
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/core/client/fs/src/main/java/alluxio/client/block/stream/LocalFileDataWriter.java#create
#448
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/job/client/src/main/java/alluxio/client/job/JobGrpcClientUtils.java#createProgressThread
#447
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/core/common/src/main/java/alluxio/util/network/HttpUtils.java#post
#446
newnius
closed
5 years ago
0
[SMALLFIX] Java 8 improvement: replace anonymous type with lambda in alluxio/job/server/src/main/java/alluxio/master/FaultTolerantAlluxioJobMasterProcess.java#start
#445
newnius
closed
5 years ago
0
Previous
Next