TaiJuWu
TaiJuWu
I find there is not else statement. Maybe we can add else statement to avoid unexpected type and help us to address error? ```python elif isinstance(route, routing.WebSocketRoute): self.add_websocket_route( prefix +...
@adoroszlai Could you take a look? I'm not sure this CI test is related to this PR.
Hello @adoroszlai, When I try adding test for object store in this [commit](https://github.com/apache/ozone/pull/5982/commits/3446af764e16bf47e76096065e1ed4930df7b7fb). These results always show empty, is it excepted? or it's an issue?
> > results always show empty > > can you please clarify which results you refer to? My exception is no matter use Legacy mode or object store mode. The...
> The problem here is during creation of keys we have a slash at the beginning of all keys > > ```java > private static void buildNameSpaceTree(OzoneBucket ozoneBucket) throws Exception...
> @TaiJuWu , Pls remove System.out if not needed. Done.
> @TaiJuWu can you please resolve conflicts? Done. There is a build error in my computer, this also happened on master branch. ``` java: cannot find symbol symbol: class NetworkNode...
> please fix: > > ``` > ==================================================================================== > Configuration/Tool: esp32s3-devkit/ksta_softap > ------------------------------------------------------------------------------------ > Cleaning... > make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. > make[1]:...
> has more need fix? @TaiJuWu No. Just this PR.
Is there any place which can select linker obj exclude Makefile and CmakeList? After compiling, I can see spinlock.o in nuttx but it doesn't be linked. As I know I...