2020-07-06 09:35:38 UTC - sindhushree: How to update a schema for topic using java client?admin.schema.createschema and delete schema is their . ---- 2020-07-06 11:13:31 UTC - Kirill Kosenko: @Kirill Kosenko has joined the channel ---- 2020-07-06 13:42:23 UTC - Charvak Patel: I am using this command mvn install -DskipTests -T 1C ---- 2020-07-06 13:43:03 UTC - Charvak Patel: and it give me this error ---- 2020-07-06 13:47:47 UTC - Charvak Patel: Apologies but it seems like the master doesnt face this issue. I was trying to compile 2.5.2 branch ---- 2020-07-06 14:12:38 UTC - Charvak Patel: Well when I did the same thing with master Another thing happened. Build is stuck at this point ( I tried without doing multithreading, it it works as usual ) ---- 2020-07-06 15:33:11 UTC - Tamer: I have the same issue with parallel build even on master or 2.6 release ---- 2020-07-06 15:34:02 UTC - Charvak Patel: Mine is just stuck at the one of the last steps. ( the ss above ) ---- 2020-07-06 15:34:57 UTC - Tamer: My build does not stuck but getting same error
```[ERROR] Failed to execute goal org.apache.maven.plugins:maven-assembly-plugin:2.6:single (distro-assembly) on project pulsar-offloader-distribution: Failed to create assembly: Error creating assembly archive bin: Problem creating TAR: entry 'apache-pulsar-offloaders-2.7.0-SNAPSHOT/offloaders/tiered-storage-jcloud-2.7.0-SNAPSHOT.nar' closed at '14155776' before the '46427105' bytes specified in the header were written -> [Help 1]``` ---- 2020-07-06 15:35:28 UTC - Tamer: Even when I tried limited number of threads e.g. `-T 4`` same error, but with non-parallel build it works fine ---- 2020-07-06 15:35:51 UTC - Charvak Patel: I was getting the error before. (I still get it in 2.5.2) but now it is just stuck ----
