Shivdeep Singh

Results 13 comments of Shivdeep Singh
trafficstars

> The real issue here is that you have one orderer down out of three, and when you try to rotate the certificate of that orderer, the orderer validation logic...

> I have a network of 3 orderer(0,1,2) hosted via kubernetes on GCP. All the certificates are generated and kept in secret and configmap provided by kubernetes which is getting...

> getting the below error in ord1 > > 2022-08-11 08:52:48.193 UTC 01d7 ERRO [comm.tls] ClientHandshake -> Client TLS handshake failed after 1.089742ms with error: public key of server certificate...

> Okay, for this. from ord0 once I push the channel update to syschannel and application channel, I cannot fetch the config block, It gives error Service Unavailable. So your...

I have found 1 way. I am preparing a patch for it. That method is working for python cases, trying to handle some corner cases as well. The approach is...

This issue is seen when transform uses pandas and pandas dataframe is converted to parquet table.. ``` # pyarrow table to pandas df = table.to_pandas() new_df = process_with_some_func(df) out_table =...

To develop Repo-Level Ordering transform for data-prep-kit, it is seen that we require the following approach. - iterate over all files, run groupby and make a list of all repos....

@blublinsky There is a code transform requirement which runs a `groupby` on data with respect to `repo_name` column and then runs a `sorting_algorithm` ( `semantic_sort` or `sort_by_filename`) on the grouped...