common/scala/src/main/scala/org/apache/openwhisk/core/containerpool/logging/DockerToActivationLogStore.scala (2 lines): - line 98: * TODO: instead of just appending a warning message when a developer error occurs, we should - line 135: * TODO: this function needs to deal with different combinations of error / warning messages that core/monitoring/user-events/src/main/scala/org/apache/openwhisk/core/monitoring/metrics/PrometheusRecorder.scala (2 lines): - line 75: //TODO Unregister unused actions - line 94: case "ConcurrentInvocations" => //TODO Handle ConcurrentInvocations core/controller/src/main/scala/org/apache/openwhisk/core/controller/Triggers.scala (2 lines): - line 289: * TODO: check if the feed actually exists. This is deferred because the macro - line 388: * TODO: use a proper path that does not route through HTTP. common/scala/src/main/scala/org/apache/openwhisk/core/entity/ExecManifest.scala (1 line): - line 257: // FIXME: this is not correct yet. It accepts "-" as the beginning and end of a domain common/scala/src/main/scala/org/apache/openwhisk/core/database/mongodb/MongoDBArtifactStore.scala (1 line): - line 281: require(!reduce, "Reduce scenario not supported") //TODO Investigate reduce core/standalone/src/main/scala/org/apache/openwhisk/standalone/InstallRouteMgmt.scala (1 line): - line 48: //TODO Optimize to ignore this if package already installed core/controller/src/main/scala/org/apache/openwhisk/core/controller/Limits.scala (1 line): - line 50: //TODO: Process entity level requests for an individual limit here common/scala/src/main/scala/org/apache/openwhisk/core/database/cosmosdb/CosmosDBArtifactStore.scala (1 line): - line 321: require(!reduce, "Reduce scenario not supported") //TODO Investigate reduce core/standalone/src/main/scala/org/apache/openwhisk/standalone/StandaloneDockerSupport.scala (1 line): - line 190: //TODO Logic duplicated from DockerClient and WindowsDockerClient for now core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/v2/FunctionPullingContainerProxy.scala (1 line): - line 426: // TODO support concurrency? core/monitoring/user-events/src/main/scala/org/apache/openwhisk/core/monitoring/metrics/KamonRecorder.scala (1 line): - line 75: case "ConcurrentInvocations" => //TODO Handle ConcurrentInvocations core/controller/src/main/scala/org/apache/openwhisk/core/loadBalancer/FPCPoolBalancer.scala (1 line): - line 728: // TODO modularize rng algorithm core/invoker/src/main/scala/org/apache/openwhisk/core/containerpool/kubernetes/KubernetesClient.scala (1 line): - line 460: stream = "stdout" // TODO - when we can distinguish stderr: https://github.com/kubernetes/kubernetes/issues/28167 common/scala/src/main/scala/org/apache/openwhisk/core/database/mongodb/MongoDBAsyncStreamSink.scala (1 line): - line 70: //TODO Revisit this core/scheduler/src/main/scala/org/apache/openwhisk/core/scheduler/queue/MemoryQueue.scala (1 line): - line 853: // TODO change scheduler instance id core/controller/src/main/scala/org/apache/openwhisk/core/controller/WebActions.scala (1 line): - line 347: // TODO: remove this extract check for base64 on json response common/scala/src/main/scala/org/apache/openwhisk/core/database/memory/MemoryArtifactStore.scala (1 line): - line 212: require(!reduce, "Reduce scenario not supported") //TODO Investigate reduce core/standalone/src/main/scala/org/apache/openwhisk/standalone/ApiGwLauncher.scala (1 line): - line 101: //TODO ExecManifest is scoped to core. Ideally we would like to do common/scala/src/main/scala/org/apache/openwhisk/core/database/StoreUtils.scala (1 line): - line 81: // FIXME remove mutability from appropriate classes now that it is no longer required by GSON. common/scala/src/main/scala/org/apache/openwhisk/core/database/azblob/AzureBlobAttachmentStore.scala (1 line): - line 132: //TODO Use BlobAsyncClient#upload(Flux, com.azure.storage.blob.models.ParallelTransferOptions, boolean)